- );
-};
-
-export default AccountReportDetailPage;
diff --git a/app/[locale]/(protected)/supervisor/communications/escalation/detail/[id]/page.tsx b/app/[locale]/(protected)/supervisor/communications/escalation/detail/[id]/page.tsx
deleted file mode 100644
index c62e9bb0..00000000
--- a/app/[locale]/(protected)/supervisor/communications/escalation/detail/[id]/page.tsx
+++ /dev/null
@@ -1,21 +0,0 @@
-import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
-import FormTaskDetail from "@/components/form/task/task-detail-form";
-import FormDetailInternal from "@/components/form/communication/internal-detail-form";
-import FormDetailEscalation from "@/components/form/communication/escalation-detail-form";
-import FormQuestionsForward from "@/components/form/communication/escalation-forward-form";
-import FormQuestionsDetail from "@/components/form/communication/escalation-detail-new-form";
-
-const EscalationDetailPage = async () => {
- return (
-
-
-
-
-
-
- );
-};
-
-export default EscalationDetailPage;
diff --git a/app/[locale]/(protected)/supervisor/communications/escalation/forward/[id]/page.tsx b/app/[locale]/(protected)/supervisor/communications/escalation/forward/[id]/page.tsx
deleted file mode 100644
index bdf4a4f9..00000000
--- a/app/[locale]/(protected)/supervisor/communications/escalation/forward/[id]/page.tsx
+++ /dev/null
@@ -1,20 +0,0 @@
-import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
-import FormTaskDetail from "@/components/form/task/task-detail-form";
-import FormDetailInternal from "@/components/form/communication/internal-detail-form";
-import FormDetailEscalation from "@/components/form/communication/escalation-detail-form";
-import FormQuestionsForward from "@/components/form/communication/escalation-forward-form";
-
-const EscalationForwardPage = async () => {
- return (
-
-
-
-
-
-
- );
-};
-
-export default EscalationForwardPage;
diff --git a/app/[locale]/(protected)/supervisor/communications/forward/detail/[id]/page.tsx b/app/[locale]/(protected)/supervisor/communications/forward/detail/[id]/page.tsx
deleted file mode 100644
index eaad7e96..00000000
--- a/app/[locale]/(protected)/supervisor/communications/forward/detail/[id]/page.tsx
+++ /dev/null
@@ -1,19 +0,0 @@
-import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
-import FormTaskDetail from "@/components/form/task/task-detail-form";
-import FormDetailInternal from "@/components/form/communication/internal-detail-form";
-import FormDetailEscalation from "@/components/form/communication/escalation-detail-form";
-
-const EscalationDetailPage = async () => {
- return (
-
-
-
-
-
-
- );
-};
-
-export default EscalationDetailPage;
diff --git a/app/[locale]/(protected)/supervisor/communications/internal/detail/[id]/page.tsx b/app/[locale]/(protected)/supervisor/communications/internal/detail/[id]/page.tsx
deleted file mode 100644
index dce21c67..00000000
--- a/app/[locale]/(protected)/supervisor/communications/internal/detail/[id]/page.tsx
+++ /dev/null
@@ -1,18 +0,0 @@
-import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
-import FormTaskDetail from "@/components/form/task/task-detail-form";
-import FormDetailInternal from "@/components/form/communication/internal-detail-form";
-
-const InternalDetailPage = async () => {
- return (
-
-
-
-
-
-
- );
-};
-
-export default InternalDetailPage;
diff --git a/app/[locale]/(protected)/supervisor/communications/internal/update/[id]/page.tsx b/app/[locale]/(protected)/supervisor/communications/internal/update/[id]/page.tsx
deleted file mode 100644
index 0f2efc81..00000000
--- a/app/[locale]/(protected)/supervisor/communications/internal/update/[id]/page.tsx
+++ /dev/null
@@ -1,19 +0,0 @@
-import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
-import FormTaskDetail from "@/components/form/task/task-detail-form";
-import FormDetailInternal from "@/components/form/communication/internal-detail-form";
-import FormEditInternal from "@/components/form/communication/internal-edit-form";
-
-const InternalUpdatePage = async () => {
- return (
-
-
-
-
-
-
- );
-};
-
-export default InternalUpdatePage;
diff --git a/app/[locale]/(protected)/supervisor/communications/questions/reply/[id]/page.tsx b/app/[locale]/(protected)/supervisor/communications/questions/reply/[id]/page.tsx
deleted file mode 100644
index 85c0c0c8..00000000
--- a/app/[locale]/(protected)/supervisor/communications/questions/reply/[id]/page.tsx
+++ /dev/null
@@ -1,20 +0,0 @@
-import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
-import FormTaskDetail from "@/components/form/task/task-detail-form";
-import FormDetailInternal from "@/components/form/communication/internal-detail-form";
-import FormDetailTicketing from "@/components/form/ticketing/ticketing-detail-form";
-import FormQuestionsReply from "@/components/form/communication/questions-reply-form";
-
-const QuestionsReplyPage = async () => {
- return (
-
-
-
-
-
-
- );
-};
-
-export default QuestionsReplyPage;
diff --git a/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx b/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx
deleted file mode 100644
index 8564ff60..00000000
--- a/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx
+++ /dev/null
@@ -1,19 +0,0 @@
-import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
-import FormTaskDetail from "@/components/form/task/task-detail-form";
-import FormDetailInternal from "@/components/form/communication/internal-detail-form";
-import FormDetailTicketing from "@/components/form/ticketing/ticketing-detail-form";
-
-const TicketingDetailPage = async () => {
- return (
-
-
-
-
-
-
- );
-};
-
-export default TicketingDetailPage;
diff --git a/app/[locale]/(protected)/supervisor/ticketing/update/[id]/page.tsx b/app/[locale]/(protected)/supervisor/ticketing/update/[id]/page.tsx
deleted file mode 100644
index 9a78c7f1..00000000
--- a/app/[locale]/(protected)/supervisor/ticketing/update/[id]/page.tsx
+++ /dev/null
@@ -1,20 +0,0 @@
-import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
-import FormTaskDetail from "@/components/form/task/task-detail-form";
-import FormDetailInternal from "@/components/form/communication/internal-detail-form";
-import FormDetailTicketing from "@/components/form/ticketing/ticketing-detail-form";
-import FormUpdateTicketing from "@/components/form/ticketing/ticketing-update-form";
-
-const TicketingUpdatePage = async () => {
- return (
-
-
-
-
-
-
- );
-};
-
-export default TicketingUpdatePage;
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/layout.tsx b/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/layout.tsx
deleted file mode 100644
index 96086704..00000000
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/layout.tsx
+++ /dev/null
@@ -1,37 +0,0 @@
-"use client";
-
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-import NavbarKaltara from "@/components/landing-page/landing-polda-kaltara/navbar-polda-kaltara";
-import { useParams } from "next/navigation";
-import ContactUsKaltara from "@/components/landing-page/landing-polda-kaltara/contact-us-kaltara";
-import NewsTickerKaltara from "../../../tbnews/[polda_name]/components/news-tickers-kaltara";
-
-const layout = ({ children }: { children: React.ReactNode }) => {
- const params = useParams();
- const poldaName: any = params?.polda_name;
- return poldaName === "kaltara" ? (
- <>
-
- {children}
-
-
- >
- ) : (
- <>
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/document/layout.tsx b/app/[locale]/(public)/(polda)/polda/[polda_name]/document/layout.tsx
deleted file mode 100644
index 96086704..00000000
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/document/layout.tsx
+++ /dev/null
@@ -1,37 +0,0 @@
-"use client";
-
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-import NavbarKaltara from "@/components/landing-page/landing-polda-kaltara/navbar-polda-kaltara";
-import { useParams } from "next/navigation";
-import ContactUsKaltara from "@/components/landing-page/landing-polda-kaltara/contact-us-kaltara";
-import NewsTickerKaltara from "../../../tbnews/[polda_name]/components/news-tickers-kaltara";
-
-const layout = ({ children }: { children: React.ReactNode }) => {
- const params = useParams();
- const poldaName: any = params?.polda_name;
- return poldaName === "kaltara" ? (
- <>
-
- {children}
-
-
- >
- ) : (
- <>
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/image/layout.tsx b/app/[locale]/(public)/(polda)/polda/[polda_name]/image/layout.tsx
deleted file mode 100644
index 96086704..00000000
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/image/layout.tsx
+++ /dev/null
@@ -1,37 +0,0 @@
-"use client";
-
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-import NavbarKaltara from "@/components/landing-page/landing-polda-kaltara/navbar-polda-kaltara";
-import { useParams } from "next/navigation";
-import ContactUsKaltara from "@/components/landing-page/landing-polda-kaltara/contact-us-kaltara";
-import NewsTickerKaltara from "../../../tbnews/[polda_name]/components/news-tickers-kaltara";
-
-const layout = ({ children }: { children: React.ReactNode }) => {
- const params = useParams();
- const poldaName: any = params?.polda_name;
- return poldaName === "kaltara" ? (
- <>
-
- {children}
-
-
- >
- ) : (
- <>
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/layout.tsx b/app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/layout.tsx
deleted file mode 100644
index 3b1b03cc..00000000
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/layout.tsx
+++ /dev/null
@@ -1,20 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
- {children}
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/layout.tsx b/app/[locale]/(public)/(polda)/polda/[polda_name]/layout.tsx
deleted file mode 100644
index 2a601604..00000000
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/layout.tsx
+++ /dev/null
@@ -1,30 +0,0 @@
-"use client";
-
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-import NavbarKaltara from "@/components/landing-page/landing-polda-kaltara/navbar-polda-kaltara";
-import { useParams } from "next/navigation";
-
-const layout = ({ children }: { children: React.ReactNode }) => {
- const params = useParams();
- const poldaName: any = params?.polda_name;
- return poldaName === "kaltara" ? (
- children
- ) : (
- <>
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/page.tsx b/app/[locale]/(public)/(polda)/polda/[polda_name]/page.tsx
deleted file mode 100644
index 1fb82e54..00000000
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/page.tsx
+++ /dev/null
@@ -1,43 +0,0 @@
-"use client";
-
-import ContentCategory from "@/components/landing-page/content-category";
-import HeaderBanner from "@/components/landing-page/header-banner";
-import NewContent from "@/components/landing-page/new-content";
-import WelcomePolda from "@/components/landing-page/welcome-polda";
-import React from "react";
-import { useParams } from "next/navigation";
-import NavbarKaltara from "@/components/landing-page/landing-polda-kaltara/navbar-polda-kaltara";
-import HeaderBannerKaltara from "@/components/landing-page/landing-polda-kaltara/header-banner-kaltara";
-import SearchSectionKaltara from "@/components/landing-page/landing-polda-kaltara/search-section-kaltara";
-import LatestContentKaltara from "@/components/landing-page/landing-polda-kaltara/latest-content-kaltara";
-import ContactUsKaltara from "@/components/landing-page/landing-polda-kaltara/contact-us-kaltara";
-import NewsTickerKaltara from "../../tbnews/[polda_name]/components/news-tickers-kaltara";
-import ContentCategoryKaltara from "@/components/landing-page/landing-polda-kaltara/content-category-kaltara";
-
-const page = () => {
- const params = useParams();
- const poldaName: any = params?.polda_name;
- return poldaName === "kaltara" ? (
-
-
-
- {/* */}
-
-
-
-
-
-
-
- ) : (
-
-
-
-
-
-
-
- );
-};
-
-export default page;
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/schedule/layout.tsx b/app/[locale]/(public)/(polda)/polda/[polda_name]/schedule/layout.tsx
deleted file mode 100644
index 3b1b03cc..00000000
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/schedule/layout.tsx
+++ /dev/null
@@ -1,20 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
- {children}
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/video/layout.tsx b/app/[locale]/(public)/(polda)/polda/[polda_name]/video/layout.tsx
deleted file mode 100644
index 96086704..00000000
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/video/layout.tsx
+++ /dev/null
@@ -1,37 +0,0 @@
-"use client";
-
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-import NavbarKaltara from "@/components/landing-page/landing-polda-kaltara/navbar-polda-kaltara";
-import { useParams } from "next/navigation";
-import ContactUsKaltara from "@/components/landing-page/landing-polda-kaltara/contact-us-kaltara";
-import NewsTickerKaltara from "../../../tbnews/[polda_name]/components/news-tickers-kaltara";
-
-const layout = ({ children }: { children: React.ReactNode }) => {
- const params = useParams();
- const poldaName: any = params?.polda_name;
- return poldaName === "kaltara" ? (
- <>
-
- {children}
-
-
- >
- ) : (
- <>
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/audio/layout.tsx b/app/[locale]/(public)/(satker)/satker/[satker_name]/audio/layout.tsx
deleted file mode 100644
index 3b1b03cc..00000000
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/audio/layout.tsx
+++ /dev/null
@@ -1,20 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
- {children}
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/document/layout.tsx b/app/[locale]/(public)/(satker)/satker/[satker_name]/document/layout.tsx
deleted file mode 100644
index 3b1b03cc..00000000
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/document/layout.tsx
+++ /dev/null
@@ -1,20 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
- {children}
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/layout.tsx b/app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/layout.tsx
deleted file mode 100644
index 3b1b03cc..00000000
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/layout.tsx
+++ /dev/null
@@ -1,20 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
- {children}
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/schedule/layout.tsx b/app/[locale]/(public)/(satker)/satker/[satker_name]/schedule/layout.tsx
deleted file mode 100644
index 3b1b03cc..00000000
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/schedule/layout.tsx
+++ /dev/null
@@ -1,20 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
- {children}
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/video/layout.tsx b/app/[locale]/(public)/(satker)/satker/[satker_name]/video/layout.tsx
deleted file mode 100644
index 3b1b03cc..00000000
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/video/layout.tsx
+++ /dev/null
@@ -1,20 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
- {children}
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/(satker)/satker/layout.tsx b/app/[locale]/(public)/(satker)/satker/layout.tsx
deleted file mode 100644
index fab820cf..00000000
--- a/app/[locale]/(public)/(satker)/satker/layout.tsx
+++ /dev/null
@@ -1,22 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/audio/layout.tsx b/app/[locale]/(public)/audio/layout.tsx
deleted file mode 100644
index fab820cf..00000000
--- a/app/[locale]/(public)/audio/layout.tsx
+++ /dev/null
@@ -1,22 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/contact/layout.tsx b/app/[locale]/(public)/contact/layout.tsx
deleted file mode 100644
index b83fc734..00000000
--- a/app/[locale]/(public)/contact/layout.tsx
+++ /dev/null
@@ -1,22 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Navbar from "@/components/landing-page/navbar";
-import Footer from "@/components/landing-page/footer";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/content-management/layout.tsx b/app/[locale]/(public)/content-management/layout.tsx
deleted file mode 100644
index d9cd4d70..00000000
--- a/app/[locale]/(public)/content-management/layout.tsx
+++ /dev/null
@@ -1,23 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
-
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/document/layout.tsx b/app/[locale]/(public)/document/layout.tsx
deleted file mode 100644
index fab820cf..00000000
--- a/app/[locale]/(public)/document/layout.tsx
+++ /dev/null
@@ -1,22 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/faqs/layout.tsx b/app/[locale]/(public)/faqs/layout.tsx
deleted file mode 100644
index b83fc734..00000000
--- a/app/[locale]/(public)/faqs/layout.tsx
+++ /dev/null
@@ -1,22 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Navbar from "@/components/landing-page/navbar";
-import Footer from "@/components/landing-page/footer";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/feedback/layout.tsx b/app/[locale]/(public)/feedback/layout.tsx
deleted file mode 100644
index b83fc734..00000000
--- a/app/[locale]/(public)/feedback/layout.tsx
+++ /dev/null
@@ -1,22 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Navbar from "@/components/landing-page/navbar";
-import Footer from "@/components/landing-page/footer";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/inbox/layout.tsx b/app/[locale]/(public)/inbox/layout.tsx
deleted file mode 100644
index fab820cf..00000000
--- a/app/[locale]/(public)/inbox/layout.tsx
+++ /dev/null
@@ -1,22 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/indeks/layout.tsx b/app/[locale]/(public)/indeks/layout.tsx
deleted file mode 100644
index fab820cf..00000000
--- a/app/[locale]/(public)/indeks/layout.tsx
+++ /dev/null
@@ -1,22 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/layout.tsx b/app/[locale]/(public)/layout.tsx
deleted file mode 100644
index 7832197d..00000000
--- a/app/[locale]/(public)/layout.tsx
+++ /dev/null
@@ -1,20 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-import MountedProvider from "@/providers/mounted.provider";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
-
- return (
-
- {children}
-
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/profile/layout.tsx b/app/[locale]/(public)/profile/layout.tsx
deleted file mode 100644
index fab820cf..00000000
--- a/app/[locale]/(public)/profile/layout.tsx
+++ /dev/null
@@ -1,22 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/schedule/layout.tsx b/app/[locale]/(public)/schedule/layout.tsx
deleted file mode 100644
index fab820cf..00000000
--- a/app/[locale]/(public)/schedule/layout.tsx
+++ /dev/null
@@ -1,22 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/(public)/video/layout.tsx b/app/[locale]/(public)/video/layout.tsx
deleted file mode 100644
index fab820cf..00000000
--- a/app/[locale]/(public)/video/layout.tsx
+++ /dev/null
@@ -1,22 +0,0 @@
-import LayoutProvider from "@/providers/layout.provider";
-import LayoutContentProvider from "@/providers/content.provider";
-import DashCodeSidebar from "@/components/partials/sidebar";
-import DashCodeFooter from "@/components/partials/footer";
-import ThemeCustomize from "@/components/partials/customizer";
-import DashCodeHeader from "@/components/partials/header";
-
-import { redirect } from "@/components/navigation";
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
-
-const layout = async ({ children }: { children: React.ReactNode }) => {
- return (
- <>
-
- {children}
-
- >
- );
-};
-
-export default layout;
diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx
deleted file mode 100644
index 2bbdbef6..00000000
--- a/app/[locale]/page.tsx
+++ /dev/null
@@ -1,35 +0,0 @@
-"use client";
-
-import SearchSection from "@/components/landing-page/search-section";
-import NewContent from "@/components/landing-page/new-content";
-import PopularContent from "@/components/landing-page/popular-content";
-import ContentCategory from "@/components/landing-page/content-category";
-import Coverage from "@/components/landing-page/coverage";
-import Hero from "@/components/landing-page/hero";
-import Footer from "@/components/landing-page/footer";
-import Division from "@/components/landing-page/division";
-import Navbar from "@/components/landing-page/navbar";
-import { ReactLenis } from "@studio-freight/react-lenis";
-import MountedProvider from "@/providers/mounted.provider";
-import NewsTicker from "@/components/landing-page/news-tickers";
-import AreaCoverageWorkUnits from "@/components/landing-page/area-coverage-and-work-units";
-import HeroNew from "@/components/landing-page/hero-new";
-
-const Home = ({ params: { locale } }: { params: { locale: string } }) => {
- return (
-
-
-
-
-
-
-
-
-
-
-
-
- );
-};
-
-export default Home;
diff --git a/components.json b/components.json
index 15f2b025..3a63489a 100644
--- a/components.json
+++ b/components.json
@@ -12,6 +12,6 @@
},
"aliases": {
"components": "@/components",
- "utils": "@/lib/utils"
+ "utils": "@/lib/utils/utils"
}
}
\ No newline at end of file
diff --git a/middleware.ts b/middleware.ts
index f8a2d2b1..bf95bae7 100644
--- a/middleware.ts
+++ b/middleware.ts
@@ -1,27 +1,13 @@
import createMiddleware from "next-intl/middleware";
-import { NextRequest, NextResponse } from "next/server";
-import { locales } from "@/config";
-import { routing } from "./i18n/routing";
+import { locales, defaultLocale } from "@/config/locales";
-// export default async function middleware(request: NextRequest) {
-// // Step 1: Use the incoming request (example)
-// const defaultLocale = "in";
-// // const defaultLocale = request.headers.get("dashcode-locale") || "in";
-
-// // Step 2: Create and call the next-intl middleware (example)
-// const handleI18nRouting = createMiddleware({
-// locales: ["in", "en"],
-// defaultLocale: "in",
-// });
-// const response = handleI18nRouting(request);
-
-// // Step 3: Alter the response (example)
-// response.headers.set("dashcode-locale", defaultLocale);
-
-// return response;
-// }
-
-export default createMiddleware(routing);
+// This middleware intercepts requests and handles locale-based routing
+export default createMiddleware({
+ locales,
+ defaultLocale,
+ // Always require a locale prefix
+ localePrefix: 'always'
+});
export const config = {
// Match only internationalized pathnames
diff --git a/next.config.mjs b/next.config.mjs
index bb2c4280..fc9cac39 100644
--- a/next.config.mjs
+++ b/next.config.mjs
@@ -43,10 +43,6 @@ const nextConfig = {
hostname: "i.pravatar.cc",
},
{ protocol: "https", hostname: "netidhub.com" },
- {
- protocol: "https",
- hostname: "netidhub.com",
- },
],
},
// eslint: {
diff --git a/package-lock.json b/package-lock.json
index 50179adc..32df065a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -73,7 +73,7 @@
"axios": "^1.7.8",
"chart": "^0.1.2",
"chart.js": "^4.4.3",
- "ckeditor5-custom-build": "file:vendor/ckeditor5",
+ "ckeditor5-custom-build": "file:src/vendor/ckeditor5",
"class-variance-authority": "^0.7.0",
"cleave.js": "^1.6.0",
"clsx": "^2.1.1",
@@ -5891,7 +5891,7 @@
}
},
"node_modules/ckeditor5-custom-build": {
- "resolved": "vendor/ckeditor5",
+ "resolved": "src/vendor/ckeditor5",
"link": true
},
"node_modules/class-variance-authority": {
@@ -19544,8 +19544,7 @@
"url": "https://github.com/sponsors/wooorm"
}
},
- "vendor/ckeditor5": {
- "name": "ckeditor5-custom-build",
+ "src/vendor/ckeditor5": {
"version": "0.0.1",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
@@ -19589,7 +19588,7 @@
"webpack-cli": "^4.10.0"
}
},
- "vendor/ckeditor5/node_modules/typescript": {
+ "src/vendor/ckeditor5/node_modules/typescript": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
@@ -19601,6 +19600,52 @@
"engines": {
"node": ">=12.20"
}
+ },
+ "vendor/ckeditor5": {
+ "name": "ckeditor5-custom-build",
+ "version": "0.0.1",
+ "extraneous": true,
+ "license": "SEE LICENSE IN LICENSE.md",
+ "dependencies": {
+ "@ckeditor/ckeditor5-alignment": "41.3.1",
+ "@ckeditor/ckeditor5-autoformat": "41.3.1",
+ "@ckeditor/ckeditor5-basic-styles": "41.3.1",
+ "@ckeditor/ckeditor5-block-quote": "41.3.1",
+ "@ckeditor/ckeditor5-cloud-services": "41.3.1",
+ "@ckeditor/ckeditor5-code-block": "41.3.1",
+ "@ckeditor/ckeditor5-editor-classic": "41.3.1",
+ "@ckeditor/ckeditor5-essentials": "41.3.1",
+ "@ckeditor/ckeditor5-font": "41.3.1",
+ "@ckeditor/ckeditor5-heading": "41.3.1",
+ "@ckeditor/ckeditor5-image": "41.3.1",
+ "@ckeditor/ckeditor5-indent": "41.3.1",
+ "@ckeditor/ckeditor5-link": "41.3.1",
+ "@ckeditor/ckeditor5-list": "41.3.1",
+ "@ckeditor/ckeditor5-media-embed": "41.3.1",
+ "@ckeditor/ckeditor5-paragraph": "41.3.1",
+ "@ckeditor/ckeditor5-paste-from-office": "41.3.1",
+ "@ckeditor/ckeditor5-source-editing": "41.3.1",
+ "@ckeditor/ckeditor5-table": "41.3.1",
+ "@ckeditor/ckeditor5-typing": "41.3.1",
+ "@ckeditor/ckeditor5-undo": "41.3.1",
+ "@ckeditor/ckeditor5-upload": "41.3.1"
+ },
+ "devDependencies": {
+ "@ckeditor/ckeditor5-core": "41.3.1",
+ "@ckeditor/ckeditor5-dev-translations": "^32.1.2",
+ "@ckeditor/ckeditor5-dev-utils": "^32.1.2",
+ "@ckeditor/ckeditor5-theme-lark": "41.3.1",
+ "css-loader": "^5.2.7",
+ "postcss": "^8.4.38",
+ "postcss-loader": "^4.3.0",
+ "raw-loader": "^4.0.2",
+ "style-loader": "^2.0.0",
+ "terser-webpack-plugin": "^4.2.3",
+ "ts-loader": "^9.5.1",
+ "typescript": "5.0.4",
+ "webpack": "^5.91.0",
+ "webpack-cli": "^4.10.0"
+ }
}
}
}
diff --git a/package.json b/package.json
index b0d0ae21..f08b44f2 100644
--- a/package.json
+++ b/package.json
@@ -74,7 +74,7 @@
"axios": "^1.7.8",
"chart": "^0.1.2",
"chart.js": "^4.4.3",
- "ckeditor5-custom-build": "file:vendor/ckeditor5",
+ "ckeditor5-custom-build": "file:src/vendor/ckeditor5",
"class-variance-authority": "^0.7.0",
"cleave.js": "^1.6.0",
"clsx": "^2.1.1",
diff --git a/src/README.md b/src/README.md
new file mode 100644
index 00000000..d9a04642
--- /dev/null
+++ b/src/README.md
@@ -0,0 +1,99 @@
+# Project Structure
+
+```
+src/
+├── app/ # Next.js App Router pages and layouts
+│ ├── (auth)/ # Authentication required routes
+│ ├── (public)/ # Public routes
+│ └── layout.tsx # Root layout
+│
+├── components/ # React components
+│ ├── ui/ # Reusable UI components (buttons, inputs, etc.)
+│ │ ├── button/
+│ │ ├── form/
+│ │ └── layout/
+│ └── features/ # Feature-specific components
+│ ├── auth/
+│ ├── media/
+│ └── tracking/
+│
+├── lib/ # Shared utilities and core functionality
+│ ├── api/ # API related code
+│ │ ├── client.ts
+│ │ └── endpoints.ts
+│ ├── auth/ # Authentication utilities
+│ ├── utils/ # General utilities
+│ ├── hooks/ # Shared React hooks
+│ ├── constants/ # Application constants
+│ └── types/ # TypeScript type definitions
+│
+├── styles/ # Global styles and theme configuration
+│ ├── globals.css
+│ └── theme/
+│
+├── config/ # Application configuration
+│ ├── env.ts
+│ └── site.ts
+│
+└── i18n/ # Internationalization
+ ├── locales/
+ └── config.ts
+```
+
+## Directory Purposes
+
+### app/
+- Contains Next.js App Router pages and layouts
+- Organized by route groups and features
+- Each route can have its own loading, error, and layout components
+
+### components/
+- `ui/`: Reusable UI components that are not specific to any feature
+- `features/`: Components that are specific to features/domains of the application
+
+### lib/
+- Shared utilities and core functionality
+- No component logic, only pure functions and utilities
+- Organized by domain (api, auth, etc.)
+
+### styles/
+- Global styles and theme configuration
+- CSS modules and styled components
+- Theme variables and configurations
+
+### config/
+- Application-wide configuration
+- Environment variables
+- Site metadata
+
+### i18n/
+- Internationalization configuration
+- Translation files
+- Language utilities
+
+## Best Practices
+
+1. **Component Organization**
+ - Keep components small and focused
+ - Use index.ts files for clean exports
+ - Co-locate tests with components
+
+2. **Code Splitting**
+ - Use dynamic imports for large components
+ - Lazy load routes and features
+ - Keep bundle sizes small
+
+3. **Type Safety**
+ - Use TypeScript strictly
+ - Define types in appropriate domains
+ - Share types across related features
+
+4. **State Management**
+ - Use React Context for global state
+ - Keep state close to where it's used
+ - Avoid prop drilling
+
+5. **Testing**
+ - Co-locate tests with implementation
+ - Use meaningful test descriptions
+ - Test user interactions and edge cases
\ No newline at end of file
diff --git a/action/app-actions.ts b/src/action/app-actions.ts
similarity index 100%
rename from action/app-actions.ts
rename to src/action/app-actions.ts
diff --git a/action/auth-action.ts b/src/action/auth-action.ts
similarity index 100%
rename from action/auth-action.ts
rename to src/action/auth-action.ts
diff --git a/app/[locale]/(protected)/admin/add-experts/component/column.tsx b/src/app/[locale]/(protected)/admin/add-experts/component/column.tsx
similarity index 97%
rename from app/[locale]/(protected)/admin/add-experts/component/column.tsx
rename to src/app/[locale]/(protected)/admin/add-experts/component/column.tsx
index 309e8f46..a14804cb 100644
--- a/app/[locale]/(protected)/admin/add-experts/component/column.tsx
+++ b/src/app/[locale]/(protected)/admin/add-experts/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -15,7 +15,7 @@ import {
formatDateToIndonesian,
getOnlyDate,
htmlToString,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
import {
Accordion,
diff --git a/app/[locale]/(protected)/admin/add-experts/component/table.tsx b/src/app/[locale]/(protected)/admin/add-experts/component/table.tsx
similarity index 94%
rename from app/[locale]/(protected)/admin/add-experts/component/table.tsx
rename to src/app/[locale]/(protected)/admin/add-experts/component/table.tsx
index d3f08916..eaa6e0ed 100644
--- a/app/[locale]/(protected)/admin/add-experts/component/table.tsx
+++ b/src/app/[locale]/(protected)/admin/add-experts/component/table.tsx
@@ -25,7 +25,7 @@ import {
TableRow,
} from "@/components/ui/table";
import { UserIcon } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -36,24 +36,24 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { getPlanningPagination } from "@/service/agenda-setting/agenda-setting";
+import { getPlanningPagination } from "@/lib/services/agenda-setting/agenda-setting";
import {
Popover,
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { listDataMedia } from "@/service/broadcast/broadcast";
-import { listEnableCategory } from "@/service/content/content";
+import { listDataMedia } from "@/lib/services/broadcast/broadcast";
+import { listEnableCategory } from "@/lib/services/content/content";
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { Link } from "@/i18n/routing";
-import { listDataExperts } from "@/service/experts/experts";
+import { listDataExperts } from "@/lib/services/experts/experts";
const dummyData = [
{
diff --git a/app/[locale]/(protected)/admin/add-experts/create/page.tsx b/src/app/[locale]/(protected)/admin/add-experts/create/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/admin/add-experts/create/page.tsx
rename to src/app/[locale]/(protected)/admin/add-experts/create/page.tsx
index c9d865e9..0caf7901 100644
--- a/app/[locale]/(protected)/admin/add-experts/create/page.tsx
+++ b/src/app/[locale]/(protected)/admin/add-experts/create/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import {
Form,
@@ -30,7 +30,7 @@ import {
getListExperiences,
saveUserInternal,
saveUserRolePlacements,
-} from "@/service/management-user/management-user";
+} from "@/lib/services/management-user/management-user";
import { loading } from "@/config/swal";
import { Eye, EyeOff } from "lucide-react";
diff --git a/app/[locale]/(protected)/admin/add-experts/page.tsx b/src/app/[locale]/(protected)/admin/add-experts/page.tsx
similarity index 70%
rename from app/[locale]/(protected)/admin/add-experts/page.tsx
rename to src/app/[locale]/(protected)/admin/add-experts/page.tsx
index 437a0a26..ee867ef9 100644
--- a/app/[locale]/(protected)/admin/add-experts/page.tsx
+++ b/src/app/[locale]/(protected)/admin/add-experts/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import AddExpertTable from "./component/table";
export default function AddExpert() {
diff --git a/app/[locale]/(protected)/admin/analysis/content-management/page.tsx b/src/app/[locale]/(protected)/admin/analysis/content-management/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/admin/analysis/content-management/page.tsx
rename to src/app/[locale]/(protected)/admin/analysis/content-management/page.tsx
index f85d6a2e..12848a23 100644
--- a/app/[locale]/(protected)/admin/analysis/content-management/page.tsx
+++ b/src/app/[locale]/(protected)/admin/analysis/content-management/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import {
Accordion,
AccordionContent,
@@ -11,7 +11,7 @@ import { addDays, format } from "date-fns";
import { Calendar as CalendarIcon } from "lucide-react";
import { DateRange } from "react-day-picker";
import Cookies from "js-cookie";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import {
@@ -19,7 +19,7 @@ import {
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { generateTicket } from "@/service/tableau/tableau-service";
+import { generateTicket } from "@/lib/services/tableau/tableau-service";
const users = [
{ id: 1, name: "POLRI" },
diff --git a/app/[locale]/(protected)/admin/analysis/emergency-issue/page.tsx b/src/app/[locale]/(protected)/admin/analysis/emergency-issue/page.tsx
similarity index 94%
rename from app/[locale]/(protected)/admin/analysis/emergency-issue/page.tsx
rename to src/app/[locale]/(protected)/admin/analysis/emergency-issue/page.tsx
index 5a3b72c8..f21356d5 100644
--- a/app/[locale]/(protected)/admin/analysis/emergency-issue/page.tsx
+++ b/src/app/[locale]/(protected)/admin/analysis/emergency-issue/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import {
Accordion,
AccordionContent,
@@ -11,7 +11,7 @@ import { addDays, format } from "date-fns";
import { Calendar as CalendarIcon } from "lucide-react";
import { DateRange } from "react-day-picker";
import Cookies from "js-cookie";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import {
@@ -19,7 +19,7 @@ import {
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { generateTicket } from "@/service/tableau/tableau-service";
+import { generateTicket } from "@/lib/services/tableau/tableau-service";
const users = [
{ id: 1, name: "POLRI" },
diff --git a/app/[locale]/(protected)/admin/analysis/feedback-center/page.tsx b/src/app/[locale]/(protected)/admin/analysis/feedback-center/page.tsx
similarity index 94%
rename from app/[locale]/(protected)/admin/analysis/feedback-center/page.tsx
rename to src/app/[locale]/(protected)/admin/analysis/feedback-center/page.tsx
index 0518e0fc..76d690f5 100644
--- a/app/[locale]/(protected)/admin/analysis/feedback-center/page.tsx
+++ b/src/app/[locale]/(protected)/admin/analysis/feedback-center/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import {
Accordion,
AccordionContent,
@@ -11,7 +11,7 @@ import { addDays, format } from "date-fns";
import { Calendar as CalendarIcon } from "lucide-react";
import { DateRange } from "react-day-picker";
import Cookies from "js-cookie";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import {
@@ -19,7 +19,7 @@ import {
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { generateTicket } from "@/service/tableau/tableau-service";
+import { generateTicket } from "@/lib/services/tableau/tableau-service";
const users = [
{ id: 1, name: "POLRI" },
diff --git a/app/[locale]/(protected)/admin/analysis/schedule/page.tsx b/src/app/[locale]/(protected)/admin/analysis/schedule/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/admin/analysis/schedule/page.tsx
rename to src/app/[locale]/(protected)/admin/analysis/schedule/page.tsx
index 99eff969..0a59f5a1 100644
--- a/app/[locale]/(protected)/admin/analysis/schedule/page.tsx
+++ b/src/app/[locale]/(protected)/admin/analysis/schedule/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import {
Accordion,
AccordionContent,
@@ -11,7 +11,7 @@ import { addDays, format } from "date-fns";
import { Calendar as CalendarIcon } from "lucide-react";
import { DateRange } from "react-day-picker";
import Cookies from "js-cookie";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import {
@@ -19,7 +19,7 @@ import {
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { generateTicket } from "@/service/tableau/tableau-service";
+import { generateTicket } from "@/lib/services/tableau/tableau-service";
export default function ContentManagement() {
const [startDate, setStartDate] = useState(new Date());
diff --git a/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/component/column.tsx b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/component/column.tsx
similarity index 97%
rename from app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/component/column.tsx
rename to src/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/component/column.tsx
index e21af944..001538bb 100644
--- a/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/component/column.tsx
+++ b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -16,7 +16,7 @@ import Swal from "sweetalert2";
import { Link, useRouter } from "@/i18n/routing";
import withReactContent from "sweetalert2-react-content";
import { close, error, loading } from "@/config/swal";
-import { deleteMediaBlastAccount } from "@/service/broadcast/broadcast";
+import { deleteMediaBlastAccount } from "@/lib/services/broadcast/broadcast";
import { useToast } from "@/components/ui/use-toast";
const columns: ColumnDef[] = [
diff --git a/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/component/table.tsx b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/component/table.tsx
similarity index 98%
rename from app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/component/table.tsx
rename to src/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/component/table.tsx
index b055ddbe..1caf2990 100644
--- a/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/component/table.tsx
+++ b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/component/table.tsx
@@ -27,14 +27,14 @@ import {
import { UserIcon } from "lucide-react";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
import {
Popover,
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { getMediaBlastAccountPage } from "@/service/broadcast/broadcast";
+import { getMediaBlastAccountPage } from "@/lib/services/broadcast/broadcast";
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { Link } from "@/i18n/routing";
diff --git a/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/create/page.tsx b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/create/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/create/page.tsx
rename to src/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/create/page.tsx
index 02c28100..68513683 100644
--- a/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/create/page.tsx
+++ b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/create/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { z } from "zod";
import { useForm } from "react-hook-form";
import { zodResolver } from "@hookform/resolvers/zod";
@@ -21,15 +21,15 @@ import {
} from "@/components/ui/popover";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import { CalendarIcon } from "lucide-react";
import { Calendar } from "@/components/ui/calendar";
-import { getOnlyDate } from "@/utils/globals";
+import { getOnlyDate } from "@/lib/utils/globals";
import {
saveMediaBlastAccount,
saveMediaBlastCampaign,
-} from "@/service/broadcast/broadcast";
+} from "@/lib/services/broadcast/broadcast";
import { error } from "@/config/swal";
import { useRouter } from "@/i18n/routing";
import { Checkbox } from "@/components/ui/checkbox";
diff --git a/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/edit/[id]/page.tsx b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/edit/[id]/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/edit/[id]/page.tsx
rename to src/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/edit/[id]/page.tsx
index 269ce368..8e983a95 100644
--- a/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/edit/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/edit/[id]/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { z } from "zod";
import { useForm } from "react-hook-form";
import { zodResolver } from "@hookform/resolvers/zod";
@@ -21,16 +21,16 @@ import {
} from "@/components/ui/popover";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import { CalendarIcon } from "lucide-react";
import { Calendar } from "@/components/ui/calendar";
-import { getOnlyDate } from "@/utils/globals";
+import { getOnlyDate } from "@/lib/utils/globals";
import {
getMediaBlastAccount,
saveMediaBlastAccount,
saveMediaBlastCampaign,
-} from "@/service/broadcast/broadcast";
+} from "@/lib/services/broadcast/broadcast";
import { error } from "@/config/swal";
import { useRouter } from "@/i18n/routing";
import { Checkbox } from "@/components/ui/checkbox";
diff --git a/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/page.tsx b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/page.tsx
similarity index 72%
rename from app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/page.tsx
rename to src/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/page.tsx
index 9cedf4dd..1a4c0259 100644
--- a/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/page.tsx
+++ b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/account-list/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import AccountListTable from "./component/table";
export default function AdminCampaignList() {
diff --git a/app/[locale]/(protected)/admin/broadcast/campaign-list/component/column.tsx b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/component/column.tsx
similarity index 98%
rename from app/[locale]/(protected)/admin/broadcast/campaign-list/component/column.tsx
rename to src/app/[locale]/(protected)/admin/broadcast/campaign-list/component/column.tsx
index 139090ad..7a215370 100644
--- a/app/[locale]/(protected)/admin/broadcast/campaign-list/component/column.tsx
+++ b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
diff --git a/app/[locale]/(protected)/admin/broadcast/campaign-list/component/table.tsx b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/component/table.tsx
similarity index 92%
rename from app/[locale]/(protected)/admin/broadcast/campaign-list/component/table.tsx
rename to src/app/[locale]/(protected)/admin/broadcast/campaign-list/component/table.tsx
index 13e8e641..778209b9 100644
--- a/app/[locale]/(protected)/admin/broadcast/campaign-list/component/table.tsx
+++ b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/component/table.tsx
@@ -37,7 +37,7 @@ import {
TrendingUp,
UserIcon,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -48,13 +48,13 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { getPlanningPagination } from "@/service/agenda-setting/agenda-setting";
+import { getPlanningPagination } from "@/lib/services/agenda-setting/agenda-setting";
import {
Popover,
PopoverContent,
@@ -63,12 +63,12 @@ import {
import {
getMediaBlastCampaignPage,
listDataMedia,
-} from "@/service/broadcast/broadcast";
-import { listEnableCategory } from "@/service/content/content";
+} from "@/lib/services/broadcast/broadcast";
+import { listEnableCategory } from "@/lib/services/content/content";
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { Link } from "@/i18n/routing";
-import { NewCampaignIcon } from "@/components/icon";
+import { NewCampaignIcon } from "/components/icon";
const CampaignListTable = () => {
const router = useRouter();
diff --git a/app/[locale]/(protected)/admin/broadcast/campaign-list/create/page.tsx b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/create/page.tsx
similarity index 95%
rename from app/[locale]/(protected)/admin/broadcast/campaign-list/create/page.tsx
rename to src/app/[locale]/(protected)/admin/broadcast/campaign-list/create/page.tsx
index 210c8241..b79b53db 100644
--- a/app/[locale]/(protected)/admin/broadcast/campaign-list/create/page.tsx
+++ b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/create/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { z } from "zod";
import { useForm } from "react-hook-form";
import { zodResolver } from "@hookform/resolvers/zod";
@@ -21,12 +21,12 @@ import {
} from "@/components/ui/popover";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import { CalendarIcon } from "lucide-react";
import { Calendar } from "@/components/ui/calendar";
-import { getOnlyDate } from "@/utils/globals";
-import { saveMediaBlastCampaign } from "@/service/broadcast/broadcast";
+import { getOnlyDate } from "@/lib/utils/globals";
+import { saveMediaBlastCampaign } from "@/lib/services/broadcast/broadcast";
import { error } from "@/config/swal";
import { useRouter } from "@/i18n/routing";
diff --git a/app/[locale]/(protected)/admin/broadcast/campaign-list/edit/[id]/page.tsx b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/edit/[id]/page.tsx
similarity index 96%
rename from app/[locale]/(protected)/admin/broadcast/campaign-list/edit/[id]/page.tsx
rename to src/app/[locale]/(protected)/admin/broadcast/campaign-list/edit/[id]/page.tsx
index 01064f1f..54aa5496 100644
--- a/app/[locale]/(protected)/admin/broadcast/campaign-list/edit/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/edit/[id]/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { z } from "zod";
import { useForm } from "react-hook-form";
import { zodResolver } from "@hookform/resolvers/zod";
@@ -21,15 +21,15 @@ import {
} from "@/components/ui/popover";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import { CalendarIcon } from "lucide-react";
import { Calendar } from "@/components/ui/calendar";
-import { getOnlyDate } from "@/utils/globals";
+import { getOnlyDate } from "@/lib/utils/globals";
import {
getMediaBlastCampaignById,
saveMediaBlastCampaign,
-} from "@/service/broadcast/broadcast";
+} from "@/lib/services/broadcast/broadcast";
import { error } from "@/config/swal";
import { useRouter } from "@/i18n/routing";
import { useParams } from "next/navigation";
diff --git a/app/[locale]/(protected)/admin/broadcast/campaign-list/page.tsx b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/page.tsx
similarity index 72%
rename from app/[locale]/(protected)/admin/broadcast/campaign-list/page.tsx
rename to src/app/[locale]/(protected)/admin/broadcast/campaign-list/page.tsx
index 5edb1227..165fa9b0 100644
--- a/app/[locale]/(protected)/admin/broadcast/campaign-list/page.tsx
+++ b/src/app/[locale]/(protected)/admin/broadcast/campaign-list/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import CampaignListTable from "./component/table";
export default function AdminCampaignList() {
diff --git a/src/app/[locale]/(protected)/admin/broadcast/email/[id]/page.tsx b/src/app/[locale]/(protected)/admin/broadcast/email/[id]/page.tsx
new file mode 100644
index 00000000..20241049
--- /dev/null
+++ b/src/app/[locale]/(protected)/admin/broadcast/email/[id]/page.tsx
@@ -0,0 +1,11 @@
+import ContentBlast from "@/components/features/form/broadcast/content-blast-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+
+export default function CreateEmailBlast() {
+ return (
+
+
+
+
+ );
+}
diff --git a/app/[locale]/(protected)/admin/broadcast/email/component/column.tsx b/src/app/[locale]/(protected)/admin/broadcast/email/component/column.tsx
similarity index 97%
rename from app/[locale]/(protected)/admin/broadcast/email/component/column.tsx
rename to src/app/[locale]/(protected)/admin/broadcast/email/component/column.tsx
index e4235b22..254efa4b 100644
--- a/app/[locale]/(protected)/admin/broadcast/email/component/column.tsx
+++ b/src/app/[locale]/(protected)/admin/broadcast/email/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -15,7 +15,7 @@ import {
formatDateToIndonesian,
getOnlyDate,
htmlToString,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
import {
Accordion,
diff --git a/app/[locale]/(protected)/admin/broadcast/email/component/table.tsx b/src/app/[locale]/(protected)/admin/broadcast/email/component/table.tsx
similarity index 96%
rename from app/[locale]/(protected)/admin/broadcast/email/component/table.tsx
rename to src/app/[locale]/(protected)/admin/broadcast/email/component/table.tsx
index 151b650e..6805ade8 100644
--- a/app/[locale]/(protected)/admin/broadcast/email/component/table.tsx
+++ b/src/app/[locale]/(protected)/admin/broadcast/email/component/table.tsx
@@ -37,7 +37,7 @@ import {
TrendingUp,
UserIcon,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -48,13 +48,13 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { getPlanningPagination } from "@/service/agenda-setting/agenda-setting";
+import { getPlanningPagination } from "@/lib/services/agenda-setting/agenda-setting";
import {
Popover,
PopoverContent,
@@ -63,8 +63,8 @@ import {
import {
listDataMedia,
listDataMediaBroadCast,
-} from "@/service/broadcast/broadcast";
-import { listEnableCategory } from "@/service/content/content";
+} from "@/lib/services/broadcast/broadcast";
+import { listEnableCategory } from "@/lib/services/content/content";
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { Link } from "@/i18n/routing";
diff --git a/app/[locale]/(protected)/admin/broadcast/page.tsx b/src/app/[locale]/(protected)/admin/broadcast/page.tsx
similarity index 95%
rename from app/[locale]/(protected)/admin/broadcast/page.tsx
rename to src/app/[locale]/(protected)/admin/broadcast/page.tsx
index d3dd5505..65c3063a 100644
--- a/app/[locale]/(protected)/admin/broadcast/page.tsx
+++ b/src/app/[locale]/(protected)/admin/broadcast/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import BroadcastTable from "./email/component/table";
import { PlusIcon } from "lucide-react";
diff --git a/src/app/[locale]/(protected)/admin/broadcast/whatsapp/[id]/page.tsx b/src/app/[locale]/(protected)/admin/broadcast/whatsapp/[id]/page.tsx
new file mode 100644
index 00000000..b278b0fd
--- /dev/null
+++ b/src/app/[locale]/(protected)/admin/broadcast/whatsapp/[id]/page.tsx
@@ -0,0 +1,11 @@
+import ContentBlast from "@/components/features/form/broadcast/content-blast-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+
+export default function CreateWABlast() {
+ return (
+
+
+
+
+ );
+}
diff --git a/app/[locale]/(protected)/admin/broadcast/whatsapp/component/column.tsx b/src/app/[locale]/(protected)/admin/broadcast/whatsapp/component/column.tsx
similarity index 97%
rename from app/[locale]/(protected)/admin/broadcast/whatsapp/component/column.tsx
rename to src/app/[locale]/(protected)/admin/broadcast/whatsapp/component/column.tsx
index a9a32f16..cbbbcd28 100644
--- a/app/[locale]/(protected)/admin/broadcast/whatsapp/component/column.tsx
+++ b/src/app/[locale]/(protected)/admin/broadcast/whatsapp/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -15,7 +15,7 @@ import {
formatDateToIndonesian,
getOnlyDate,
htmlToString,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
import {
Accordion,
diff --git a/app/[locale]/(protected)/admin/broadcast/whatsapp/component/table.tsx b/src/app/[locale]/(protected)/admin/broadcast/whatsapp/component/table.tsx
similarity index 96%
rename from app/[locale]/(protected)/admin/broadcast/whatsapp/component/table.tsx
rename to src/app/[locale]/(protected)/admin/broadcast/whatsapp/component/table.tsx
index 0c6b79ab..41231a1d 100644
--- a/app/[locale]/(protected)/admin/broadcast/whatsapp/component/table.tsx
+++ b/src/app/[locale]/(protected)/admin/broadcast/whatsapp/component/table.tsx
@@ -37,7 +37,7 @@ import {
TrendingUp,
UserIcon,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -48,13 +48,13 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { getPlanningPagination } from "@/service/agenda-setting/agenda-setting";
+import { getPlanningPagination } from "@/lib/services/agenda-setting/agenda-setting";
import {
Popover,
PopoverContent,
@@ -63,8 +63,8 @@ import {
import {
listDataMedia,
listDataMediaBroadCast,
-} from "@/service/broadcast/broadcast";
-import { listEnableCategory } from "@/service/content/content";
+} from "@/lib/services/broadcast/broadcast";
+import { listEnableCategory } from "@/lib/services/content/content";
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { Link } from "@/i18n/routing";
diff --git a/app/[locale]/(protected)/admin/management-user/external/detail/[id]/page.tsx b/src/app/[locale]/(protected)/admin/management-user/external/detail/[id]/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/admin/management-user/external/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/admin/management-user/external/detail/[id]/page.tsx
index e72f21c6..b7eb64ea 100644
--- a/app/[locale]/(protected)/admin/management-user/external/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/admin/management-user/external/detail/[id]/page.tsx
@@ -1,6 +1,6 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { zodResolver } from "@hookform/resolvers/zod";
import { useForm } from "react-hook-form";
import { z } from "zod";
@@ -19,7 +19,7 @@ import {
import {
getUserById,
saveUserInternal,
-} from "@/service/management-user/management-user";
+} from "@/lib/services/management-user/management-user";
import { useEffect, useState } from "react";
import { Input } from "@/components/ui/input";
import { Textarea } from "@/components/ui/textarea";
diff --git a/app/[locale]/(protected)/admin/management-user/external/edit/[id]/page.tsx b/src/app/[locale]/(protected)/admin/management-user/external/edit/[id]/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/admin/management-user/external/edit/[id]/page.tsx
rename to src/app/[locale]/(protected)/admin/management-user/external/edit/[id]/page.tsx
index d83c3b5f..da18c382 100644
--- a/app/[locale]/(protected)/admin/management-user/external/edit/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/admin/management-user/external/edit/[id]/page.tsx
@@ -1,12 +1,12 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { zodResolver } from "@hookform/resolvers/zod";
import { Check, ChevronsUpDown } from "lucide-react";
import { useForm } from "react-hook-form";
import { z } from "zod";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import { Button } from "@/components/ui/button";
import {
Command,
@@ -36,7 +36,7 @@ import {
getListSchools,
getUserById,
saveUserInternal,
-} from "@/service/management-user/management-user";
+} from "@/lib/services/management-user/management-user";
import { useEffect, useState } from "react";
import { Input } from "@/components/ui/input";
import { Textarea } from "@/components/ui/textarea";
diff --git a/app/[locale]/(protected)/admin/management-user/internal/create/page.tsx b/src/app/[locale]/(protected)/admin/management-user/internal/create/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/admin/management-user/internal/create/page.tsx
rename to src/app/[locale]/(protected)/admin/management-user/internal/create/page.tsx
index 34b6b2d5..6d09f9b0 100644
--- a/app/[locale]/(protected)/admin/management-user/internal/create/page.tsx
+++ b/src/app/[locale]/(protected)/admin/management-user/internal/create/page.tsx
@@ -1,12 +1,12 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { zodResolver } from "@hookform/resolvers/zod";
import { Check, ChevronsUpDown } from "lucide-react";
import { useForm } from "react-hook-form";
import { z } from "zod";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import { Button } from "@/components/ui/button";
import {
Command,
@@ -35,7 +35,7 @@ import {
getListEducation,
getListSchools,
saveUserInternal,
-} from "@/service/management-user/management-user";
+} from "@/lib/services/management-user/management-user";
import { useEffect, useState } from "react";
import { Input } from "@/components/ui/input";
import { Textarea } from "@/components/ui/textarea";
diff --git a/app/[locale]/(protected)/admin/management-user/internal/detail/[id]/page.tsx b/src/app/[locale]/(protected)/admin/management-user/internal/detail/[id]/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/admin/management-user/internal/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/admin/management-user/internal/detail/[id]/page.tsx
index 4be86550..589ff35f 100644
--- a/app/[locale]/(protected)/admin/management-user/internal/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/admin/management-user/internal/detail/[id]/page.tsx
@@ -1,12 +1,12 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { zodResolver } from "@hookform/resolvers/zod";
import { Check, ChevronsUpDown } from "lucide-react";
import { useForm } from "react-hook-form";
import { z } from "zod";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import { Button } from "@/components/ui/button";
import {
Command,
@@ -36,7 +36,7 @@ import {
getListSchools,
getUserById,
saveUserInternal,
-} from "@/service/management-user/management-user";
+} from "@/lib/services/management-user/management-user";
import { useEffect, useState } from "react";
import { Input } from "@/components/ui/input";
import { Textarea } from "@/components/ui/textarea";
diff --git a/app/[locale]/(protected)/admin/management-user/internal/edit/[id]/page.tsx b/src/app/[locale]/(protected)/admin/management-user/internal/edit/[id]/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/admin/management-user/internal/edit/[id]/page.tsx
rename to src/app/[locale]/(protected)/admin/management-user/internal/edit/[id]/page.tsx
index 0e6b83e6..f3a3685f 100644
--- a/app/[locale]/(protected)/admin/management-user/internal/edit/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/admin/management-user/internal/edit/[id]/page.tsx
@@ -1,12 +1,12 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { zodResolver } from "@hookform/resolvers/zod";
import { Check, ChevronsUpDown } from "lucide-react";
import { useForm } from "react-hook-form";
import { z } from "zod";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import { Button } from "@/components/ui/button";
import {
Command,
@@ -36,7 +36,7 @@ import {
getListSchools,
getUserById,
saveUserInternal,
-} from "@/service/management-user/management-user";
+} from "@/lib/services/management-user/management-user";
import { useEffect, useState } from "react";
import { Input } from "@/components/ui/input";
import { Textarea } from "@/components/ui/textarea";
diff --git a/app/[locale]/(protected)/admin/management-user/page.tsx b/src/app/[locale]/(protected)/admin/management-user/page.tsx
similarity index 83%
rename from app/[locale]/(protected)/admin/management-user/page.tsx
rename to src/app/[locale]/(protected)/admin/management-user/page.tsx
index a3692b2a..6fbecb27 100644
--- a/app/[locale]/(protected)/admin/management-user/page.tsx
+++ b/src/app/[locale]/(protected)/admin/management-user/page.tsx
@@ -1,14 +1,14 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import UserExternalTable from "@/components/table/management-user/management-user-external-table";
-import UserInternalTable from "@/components/table/management-user/management-user-internal-table";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import UserExternalTable from "@/components/features/table/management-user/management-user-external-table";
+import UserInternalTable from "@/components/features/table/management-user/management-user-internal-table";
import { Button } from "@/components/ui/button";
-import ManagementUserVisualization from "@/components/visualization/management-user-viz";
+import ManagementUserVisualization from "@/components/features/visualization/management-user-viz";
import { Link, useRouter } from "@/i18n/routing";
import { PlusIcon } from "lucide-react";
import { useEffect, useState } from "react";
import Cookies from "js-cookie";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
export default function ManagementUser() {
const [isInternal, setIsInternal] = useState(true);
diff --git a/app/[locale]/(protected)/admin/media-tracking/component/column.tsx b/src/app/[locale]/(protected)/admin/media-tracking/component/column.tsx
similarity index 97%
rename from app/[locale]/(protected)/admin/media-tracking/component/column.tsx
rename to src/app/[locale]/(protected)/admin/media-tracking/component/column.tsx
index 7516c172..35bbfec3 100644
--- a/app/[locale]/(protected)/admin/media-tracking/component/column.tsx
+++ b/src/app/[locale]/(protected)/admin/media-tracking/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -15,7 +15,7 @@ import {
formatDateToIndonesian,
getOnlyDate,
htmlToString,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
import {
Accordion,
diff --git a/app/[locale]/(protected)/admin/media-tracking/component/modal.tsx b/src/app/[locale]/(protected)/admin/media-tracking/component/modal.tsx
similarity index 98%
rename from app/[locale]/(protected)/admin/media-tracking/component/modal.tsx
rename to src/app/[locale]/(protected)/admin/media-tracking/component/modal.tsx
index ed3043f7..0b87a23d 100644
--- a/app/[locale]/(protected)/admin/media-tracking/component/modal.tsx
+++ b/src/app/[locale]/(protected)/admin/media-tracking/component/modal.tsx
@@ -18,7 +18,7 @@ import {
listData5Data,
listDataAllNonPagination,
mediaTrackingSave,
-} from "@/service/media-tracking/media-tracking";
+} from "@/lib/services/media-tracking/media-tracking";
import { useEffect, useState } from "react";
export default function TrackingMediaModal(props: {
diff --git a/app/[locale]/(protected)/admin/media-tracking/component/table.tsx b/src/app/[locale]/(protected)/admin/media-tracking/component/table.tsx
similarity index 94%
rename from app/[locale]/(protected)/admin/media-tracking/component/table.tsx
rename to src/app/[locale]/(protected)/admin/media-tracking/component/table.tsx
index ba3ba8be..d401c0fc 100644
--- a/app/[locale]/(protected)/admin/media-tracking/component/table.tsx
+++ b/src/app/[locale]/(protected)/admin/media-tracking/component/table.tsx
@@ -38,7 +38,7 @@ import {
TrendingUp,
UserIcon,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuCheckboxItem,
@@ -49,9 +49,9 @@ import {
DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu";
import { usePathname, useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { listEnableCategory } from "@/service/content/content";
+import { listEnableCategory } from "@/lib/services/content/content";
import { close, loading } from "@/config/swal";
import { Label } from "@/components/ui/label";
import {
@@ -63,13 +63,13 @@ import {
DialogTrigger,
} from "@/components/ui/dialog";
import { link } from "fs";
-import { listDataAll } from "@/service/landing/landing";
-import SearchImageComponent from "@/components/form/media-tracking/search-image-card";
-import SearchVideoComponent from "@/components/form/media-tracking/search-video-card";
-import SearchDocumentComponent from "@/components/form/media-tracking/search-document-card";
-import SearchAudioComponent from "@/components/form/media-tracking/search-audio-card";
+import { listDataAll } from "@/lib/services/landing/landing";
+import SearchImageComponent from "@/components/features/form/media-tracking/search-image-card";
+import SearchVideoComponent from "@/components/features/form/media-tracking/search-video-card";
+import SearchDocumentComponent from "@/components/features/form/media-tracking/search-document-card";
+import SearchAudioComponent from "@/components/features/form/media-tracking/search-audio-card";
import TrackingMediaModal from "./modal";
-import { getMediaTracking } from "@/service/media-tracking/media-tracking";
+import { getMediaTracking } from "@/lib/services/media-tracking/media-tracking";
import { group } from "console";
import router from "next/router";
import { title } from "process";
diff --git a/app/[locale]/(protected)/admin/media-tracking/detail/[id]/page.tsx b/src/app/[locale]/(protected)/admin/media-tracking/detail/[id]/page.tsx
similarity index 75%
rename from app/[locale]/(protected)/admin/media-tracking/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/admin/media-tracking/detail/[id]/page.tsx
index 4bfb2f54..461bfb73 100644
--- a/app/[locale]/(protected)/admin/media-tracking/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/admin/media-tracking/detail/[id]/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import NewsTable from "../../component/table";
import NewsDetailTable from "../component/table";
diff --git a/app/[locale]/(protected)/admin/media-tracking/detail/component/column.tsx b/src/app/[locale]/(protected)/admin/media-tracking/detail/component/column.tsx
similarity index 95%
rename from app/[locale]/(protected)/admin/media-tracking/detail/component/column.tsx
rename to src/app/[locale]/(protected)/admin/media-tracking/detail/component/column.tsx
index 703bc9ce..0a60bf27 100644
--- a/app/[locale]/(protected)/admin/media-tracking/detail/component/column.tsx
+++ b/src/app/[locale]/(protected)/admin/media-tracking/detail/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -15,7 +15,7 @@ import {
formatDateToIndonesian,
getOnlyDate,
htmlToString,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
import {
Accordion,
diff --git a/app/[locale]/(protected)/admin/media-tracking/detail/component/table.tsx b/src/app/[locale]/(protected)/admin/media-tracking/detail/component/table.tsx
similarity index 92%
rename from app/[locale]/(protected)/admin/media-tracking/detail/component/table.tsx
rename to src/app/[locale]/(protected)/admin/media-tracking/detail/component/table.tsx
index 1992be8f..2b72905d 100644
--- a/app/[locale]/(protected)/admin/media-tracking/detail/component/table.tsx
+++ b/src/app/[locale]/(protected)/admin/media-tracking/detail/component/table.tsx
@@ -37,7 +37,7 @@ import {
TrendingUp,
UserIcon,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -48,20 +48,20 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useParams, useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { getPlanningPagination } from "@/service/agenda-setting/agenda-setting";
+import { getPlanningPagination } from "@/lib/services/agenda-setting/agenda-setting";
import {
Popover,
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { listDataMedia } from "@/service/broadcast/broadcast";
-import { listEnableCategory } from "@/service/content/content";
+import { listDataMedia } from "@/lib/services/broadcast/broadcast";
+import { listEnableCategory } from "@/lib/services/content/content";
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { Link } from "@/i18n/routing";
@@ -75,7 +75,7 @@ import {
DialogTrigger,
} from "@/components/ui/dialog";
import { link } from "fs";
-import { getMediaTrackingResult } from "@/service/media-tracking/media-tracking";
+import { getMediaTrackingResult } from "@/lib/services/media-tracking/media-tracking";
const NewsDetailTable = () => {
const router = useRouter();
diff --git a/app/[locale]/(protected)/admin/media-tracking/media-online/component/column.tsx b/src/app/[locale]/(protected)/admin/media-tracking/media-online/component/column.tsx
similarity index 94%
rename from app/[locale]/(protected)/admin/media-tracking/media-online/component/column.tsx
rename to src/app/[locale]/(protected)/admin/media-tracking/media-online/component/column.tsx
index 36024514..618eb408 100644
--- a/app/[locale]/(protected)/admin/media-tracking/media-online/component/column.tsx
+++ b/src/app/[locale]/(protected)/admin/media-tracking/media-online/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -15,7 +15,7 @@ import {
formatDateToIndonesian,
getOnlyDate,
htmlToString,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
import {
Accordion,
diff --git a/app/[locale]/(protected)/admin/media-tracking/media-online/component/table.tsx b/src/app/[locale]/(protected)/admin/media-tracking/media-online/component/table.tsx
similarity index 94%
rename from app/[locale]/(protected)/admin/media-tracking/media-online/component/table.tsx
rename to src/app/[locale]/(protected)/admin/media-tracking/media-online/component/table.tsx
index 723f833f..440f6ae2 100644
--- a/app/[locale]/(protected)/admin/media-tracking/media-online/component/table.tsx
+++ b/src/app/[locale]/(protected)/admin/media-tracking/media-online/component/table.tsx
@@ -37,7 +37,7 @@ import {
TrendingUp,
UserIcon,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -48,20 +48,20 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { getPlanningPagination } from "@/service/agenda-setting/agenda-setting";
+import { getPlanningPagination } from "@/lib/services/agenda-setting/agenda-setting";
import {
Popover,
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { listDataMedia } from "@/service/broadcast/broadcast";
-import { listEnableCategory } from "@/service/content/content";
+import { listDataMedia } from "@/lib/services/broadcast/broadcast";
+import { listEnableCategory } from "@/lib/services/content/content";
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { Link } from "@/i18n/routing";
diff --git a/src/app/[locale]/(protected)/admin/media-tracking/media-online/create/page.tsx b/src/app/[locale]/(protected)/admin/media-tracking/media-online/create/page.tsx
new file mode 100644
index 00000000..8ca3e88f
--- /dev/null
+++ b/src/app/[locale]/(protected)/admin/media-tracking/media-online/create/page.tsx
@@ -0,0 +1,19 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTaskTa from "@/components/features/form/task-ta/task-ta-form";
+import FormAskExpert from "@/components/features/form/shared/ask-expert-form";
+import FormDoItYourself from "@/components/features/form/shared/do-it-yourself-form";
+import FormMediaOnline from "@/components/features/form/media-tracking/media-tracking-form";
+
+const MediaOnlineCreatePage = () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default MediaOnlineCreatePage;
diff --git a/app/[locale]/(protected)/admin/media-tracking/media-online/page.tsx b/src/app/[locale]/(protected)/admin/media-tracking/media-online/page.tsx
similarity index 71%
rename from app/[locale]/(protected)/admin/media-tracking/media-online/page.tsx
rename to src/app/[locale]/(protected)/admin/media-tracking/media-online/page.tsx
index bd811c30..fda27bb6 100644
--- a/app/[locale]/(protected)/admin/media-tracking/media-online/page.tsx
+++ b/src/app/[locale]/(protected)/admin/media-tracking/media-online/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import MediaOnlineTable from "./component/table";
export default function AdminMediaOnline() {
diff --git a/app/[locale]/(protected)/admin/media-tracking/tb-news/page.tsx b/src/app/[locale]/(protected)/admin/media-tracking/page.tsx
similarity index 69%
rename from app/[locale]/(protected)/admin/media-tracking/tb-news/page.tsx
rename to src/app/[locale]/(protected)/admin/media-tracking/page.tsx
index a8baea3f..2935d376 100644
--- a/app/[locale]/(protected)/admin/media-tracking/tb-news/page.tsx
+++ b/src/app/[locale]/(protected)/admin/media-tracking/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import NewsTable from "./component/table";
export default function AdminNews() {
diff --git a/app/[locale]/(protected)/admin/media-tracking/tb-news/component/column.tsx b/src/app/[locale]/(protected)/admin/media-tracking/tb-news/component/column.tsx
similarity index 97%
rename from app/[locale]/(protected)/admin/media-tracking/tb-news/component/column.tsx
rename to src/app/[locale]/(protected)/admin/media-tracking/tb-news/component/column.tsx
index beb762e0..d129ab0f 100644
--- a/app/[locale]/(protected)/admin/media-tracking/tb-news/component/column.tsx
+++ b/src/app/[locale]/(protected)/admin/media-tracking/tb-news/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -15,7 +15,7 @@ import {
formatDateToIndonesian,
getOnlyDate,
htmlToString,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
import {
Accordion,
diff --git a/app/[locale]/(protected)/admin/media-tracking/tb-news/component/table.tsx b/src/app/[locale]/(protected)/admin/media-tracking/tb-news/component/table.tsx
similarity index 94%
rename from app/[locale]/(protected)/admin/media-tracking/tb-news/component/table.tsx
rename to src/app/[locale]/(protected)/admin/media-tracking/tb-news/component/table.tsx
index e92bc126..d968d835 100644
--- a/app/[locale]/(protected)/admin/media-tracking/tb-news/component/table.tsx
+++ b/src/app/[locale]/(protected)/admin/media-tracking/tb-news/component/table.tsx
@@ -37,7 +37,7 @@ import {
TrendingUp,
UserIcon,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -47,9 +47,9 @@ import {
DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu";
import { usePathname, useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { listEnableCategory } from "@/service/content/content";
+import { listEnableCategory } from "@/lib/services/content/content";
import { close, loading } from "@/config/swal";
import { Label } from "@/components/ui/label";
import {
@@ -61,11 +61,11 @@ import {
DialogTrigger,
} from "@/components/ui/dialog";
import { link } from "fs";
-import { listDataAll } from "@/service/landing/landing";
-import SearchImageComponent from "@/components/form/media-tracking/search-image-card";
-import SearchVideoComponent from "@/components/form/media-tracking/search-video-card";
-import SearchDocumentComponent from "@/components/form/media-tracking/search-document-card";
-import SearchAudioComponent from "@/components/form/media-tracking/search-audio-card";
+import { listDataAll } from "@/lib/services/landing/landing";
+import SearchImageComponent from "@/components/features/form/media-tracking/search-image-card";
+import SearchVideoComponent from "@/components/features/form/media-tracking/search-video-card";
+import SearchDocumentComponent from "@/components/features/form/media-tracking/search-document-card";
+import SearchAudioComponent from "@/components/features/form/media-tracking/search-audio-card";
const NewsTable = () => {
const router = useRouter();
diff --git a/app/[locale]/(protected)/admin/media-tracking/tb-news/detail/[id]/page.tsx b/src/app/[locale]/(protected)/admin/media-tracking/tb-news/detail/[id]/page.tsx
similarity index 75%
rename from app/[locale]/(protected)/admin/media-tracking/tb-news/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/admin/media-tracking/tb-news/detail/[id]/page.tsx
index 4bfb2f54..461bfb73 100644
--- a/app/[locale]/(protected)/admin/media-tracking/tb-news/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/admin/media-tracking/tb-news/detail/[id]/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import NewsTable from "../../component/table";
import NewsDetailTable from "../component/table";
diff --git a/app/[locale]/(protected)/admin/media-tracking/tb-news/detail/component/column.tsx b/src/app/[locale]/(protected)/admin/media-tracking/tb-news/detail/component/column.tsx
similarity index 94%
rename from app/[locale]/(protected)/admin/media-tracking/tb-news/detail/component/column.tsx
rename to src/app/[locale]/(protected)/admin/media-tracking/tb-news/detail/component/column.tsx
index 6313dd45..7bdb0fc8 100644
--- a/app/[locale]/(protected)/admin/media-tracking/tb-news/detail/component/column.tsx
+++ b/src/app/[locale]/(protected)/admin/media-tracking/tb-news/detail/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -15,7 +15,7 @@ import {
formatDateToIndonesian,
getOnlyDate,
htmlToString,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
import {
Accordion,
diff --git a/app/[locale]/(protected)/admin/media-tracking/tb-news/detail/component/table.tsx b/src/app/[locale]/(protected)/admin/media-tracking/tb-news/detail/component/table.tsx
similarity index 93%
rename from app/[locale]/(protected)/admin/media-tracking/tb-news/detail/component/table.tsx
rename to src/app/[locale]/(protected)/admin/media-tracking/tb-news/detail/component/table.tsx
index e7c65227..c6a51a6a 100644
--- a/app/[locale]/(protected)/admin/media-tracking/tb-news/detail/component/table.tsx
+++ b/src/app/[locale]/(protected)/admin/media-tracking/tb-news/detail/component/table.tsx
@@ -37,7 +37,7 @@ import {
TrendingUp,
UserIcon,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -48,20 +48,20 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { getPlanningPagination } from "@/service/agenda-setting/agenda-setting";
+import { getPlanningPagination } from "@/lib/services/agenda-setting/agenda-setting";
import {
Popover,
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { listDataMedia } from "@/service/broadcast/broadcast";
-import { listEnableCategory } from "@/service/content/content";
+import { listDataMedia } from "@/lib/services/broadcast/broadcast";
+import { listEnableCategory } from "@/lib/services/content/content";
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { Link } from "@/i18n/routing";
diff --git a/app/[locale]/(protected)/admin/media-tracking/page.tsx b/src/app/[locale]/(protected)/admin/media-tracking/tb-news/page.tsx
similarity index 69%
rename from app/[locale]/(protected)/admin/media-tracking/page.tsx
rename to src/app/[locale]/(protected)/admin/media-tracking/tb-news/page.tsx
index a8baea3f..2935d376 100644
--- a/app/[locale]/(protected)/admin/media-tracking/page.tsx
+++ b/src/app/[locale]/(protected)/admin/media-tracking/tb-news/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import NewsTable from "./component/table";
export default function AdminNews() {
diff --git a/app/[locale]/(protected)/admin/performance-polda/page.tsx b/src/app/[locale]/(protected)/admin/performance-polda/page.tsx
similarity index 56%
rename from app/[locale]/(protected)/admin/performance-polda/page.tsx
rename to src/app/[locale]/(protected)/admin/performance-polda/page.tsx
index df7d89c1..4e29e8d6 100644
--- a/app/[locale]/(protected)/admin/performance-polda/page.tsx
+++ b/src/app/[locale]/(protected)/admin/performance-polda/page.tsx
@@ -1,5 +1,5 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import PerformancePoldaViz from "@/components/visualization/performance-polda";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import PerformancePoldaViz from "@/components/features/visualization/performance-polda";
export default function PerformancePolda() {
return (
diff --git a/app/[locale]/(protected)/admin/performance-polres/page.tsx b/src/app/[locale]/(protected)/admin/performance-polres/page.tsx
similarity index 56%
rename from app/[locale]/(protected)/admin/performance-polres/page.tsx
rename to src/app/[locale]/(protected)/admin/performance-polres/page.tsx
index 79f22bce..eeecbcd8 100644
--- a/app/[locale]/(protected)/admin/performance-polres/page.tsx
+++ b/src/app/[locale]/(protected)/admin/performance-polres/page.tsx
@@ -1,5 +1,5 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import PerformancePolresViz from "@/components/visualization/performance-polres";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import PerformancePolresViz from "@/components/features/visualization/performance-polres";
export default function PerformancePolda() {
return (
diff --git a/src/app/[locale]/(protected)/admin/performance-satker/page.tsx b/src/app/[locale]/(protected)/admin/performance-satker/page.tsx
new file mode 100644
index 00000000..849b694e
--- /dev/null
+++ b/src/app/[locale]/(protected)/admin/performance-satker/page.tsx
@@ -0,0 +1,13 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import PerformancePolresViz from "@/components/features/visualization/performance-polres";
+import PerformanceSatkerViz from "@/components/features/visualization/performance-satker";
+
+export default function PerformanceSatker() {
+ return (
+
+
+
PERFORMANCE KUMULATIF PER SATKER
+
+
+ );
+}
diff --git a/app/[locale]/(protected)/admin/settings/banner/component/banner-column.tsx b/src/app/[locale]/(protected)/admin/settings/banner/component/banner-column.tsx
similarity index 97%
rename from app/[locale]/(protected)/admin/settings/banner/component/banner-column.tsx
rename to src/app/[locale]/(protected)/admin/settings/banner/component/banner-column.tsx
index 899f2124..b7fc54f9 100644
--- a/app/[locale]/(protected)/admin/settings/banner/component/banner-column.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/banner/component/banner-column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -15,7 +15,7 @@ import {
formatDateToIndonesian,
getOnlyDate,
htmlToString,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
import {
Accordion,
diff --git a/app/[locale]/(protected)/admin/settings/banner/component/banner-table.tsx b/src/app/[locale]/(protected)/admin/settings/banner/component/banner-table.tsx
similarity index 98%
rename from app/[locale]/(protected)/admin/settings/banner/component/banner-table.tsx
rename to src/app/[locale]/(protected)/admin/settings/banner/component/banner-table.tsx
index d6d4ef40..3d8eb4e2 100644
--- a/app/[locale]/(protected)/admin/settings/banner/component/banner-table.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/banner/component/banner-table.tsx
@@ -28,7 +28,7 @@ import { useSearchParams } from "next/navigation";
import { close, loading } from "@/config/swal";
import { Link, useRouter } from "@/i18n/routing";
import columns from "./banner-column";
-import { listBanner, listStaticBanner } from "@/service/settings/settings";
+import { listBanner, listStaticBanner } from "@/lib/services/settings/settings";
const BannerListTable = () => {
const router = useRouter();
diff --git a/app/[locale]/(protected)/admin/settings/banner/component/column.tsx b/src/app/[locale]/(protected)/admin/settings/banner/component/column.tsx
similarity index 95%
rename from app/[locale]/(protected)/admin/settings/banner/component/column.tsx
rename to src/app/[locale]/(protected)/admin/settings/banner/component/column.tsx
index 6ffd551f..dc160b13 100644
--- a/app/[locale]/(protected)/admin/settings/banner/component/column.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/banner/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -15,7 +15,7 @@ import {
formatDateToIndonesian,
getOnlyDate,
htmlToString,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
import {
Accordion,
@@ -31,7 +31,7 @@ import {
DialogTrigger,
} from "@/components/ui/dialog";
import { Collapsible, CollapsibleContent } from "@/components/ui/collapsible";
-import { setBanner } from "@/service/settings/settings";
+import { setBanner } from "@/lib/services/settings/settings";
import { error } from "@/config/swal";
import { useToast } from "@/components/ui/use-toast";
diff --git a/app/[locale]/(protected)/admin/settings/banner/component/static-toogle.tsx b/src/app/[locale]/(protected)/admin/settings/banner/component/static-toogle.tsx
similarity index 92%
rename from app/[locale]/(protected)/admin/settings/banner/component/static-toogle.tsx
rename to src/app/[locale]/(protected)/admin/settings/banner/component/static-toogle.tsx
index 66392c4e..42eeec0e 100644
--- a/app/[locale]/(protected)/admin/settings/banner/component/static-toogle.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/banner/component/static-toogle.tsx
@@ -1,7 +1,7 @@
import { Switch } from "@/components/ui/switch";
import { useToast } from "@/components/ui/use-toast";
import { useRouter } from "@/i18n/routing";
-import { setStaticBanner } from "@/service/settings/settings";
+import { setStaticBanner } from "@/lib/services/settings/settings";
export default function StaticToogle(props: {
id: number;
diff --git a/app/[locale]/(protected)/admin/settings/banner/component/status-toogle.tsx b/src/app/[locale]/(protected)/admin/settings/banner/component/status-toogle.tsx
similarity index 92%
rename from app/[locale]/(protected)/admin/settings/banner/component/status-toogle.tsx
rename to src/app/[locale]/(protected)/admin/settings/banner/component/status-toogle.tsx
index 22f11b79..130ff20a 100644
--- a/app/[locale]/(protected)/admin/settings/banner/component/status-toogle.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/banner/component/status-toogle.tsx
@@ -1,7 +1,7 @@
import { Switch } from "@/components/ui/switch";
import { useToast } from "@/components/ui/use-toast";
import { useRouter } from "@/i18n/routing";
-import { setBanner } from "@/service/settings/settings";
+import { setBanner } from "@/lib/services/settings/settings";
export default function StatusToogle(props: {
id: number;
diff --git a/app/[locale]/(protected)/admin/settings/banner/component/table.tsx b/src/app/[locale]/(protected)/admin/settings/banner/component/table.tsx
similarity index 96%
rename from app/[locale]/(protected)/admin/settings/banner/component/table.tsx
rename to src/app/[locale]/(protected)/admin/settings/banner/component/table.tsx
index 03175fb1..8f8e5250 100644
--- a/app/[locale]/(protected)/admin/settings/banner/component/table.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/banner/component/table.tsx
@@ -37,7 +37,7 @@ import {
TrendingUp,
UserIcon,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -48,20 +48,20 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { getPlanningPagination } from "@/service/agenda-setting/agenda-setting";
+import { getPlanningPagination } from "@/lib/services/agenda-setting/agenda-setting";
import {
Popover,
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { listDataMedia } from "@/service/broadcast/broadcast";
-import { listEnableCategory } from "@/service/content/content";
+import { listDataMedia } from "@/lib/services/broadcast/broadcast";
+import { listEnableCategory } from "@/lib/services/content/content";
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { Link } from "@/i18n/routing";
diff --git a/app/[locale]/(protected)/admin/settings/banner/page.tsx b/src/app/[locale]/(protected)/admin/settings/banner/page.tsx
similarity index 95%
rename from app/[locale]/(protected)/admin/settings/banner/page.tsx
rename to src/app/[locale]/(protected)/admin/settings/banner/page.tsx
index c3fcbe33..66af63a5 100644
--- a/app/[locale]/(protected)/admin/settings/banner/page.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/banner/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import ContentListTable from "./component/table";
import { useState } from "react";
diff --git a/app/[locale]/(protected)/admin/settings/category/component/column.tsx b/src/app/[locale]/(protected)/admin/settings/category/component/column.tsx
similarity index 97%
rename from app/[locale]/(protected)/admin/settings/category/component/column.tsx
rename to src/app/[locale]/(protected)/admin/settings/category/component/column.tsx
index 7f41bda2..0e9b2922 100644
--- a/app/[locale]/(protected)/admin/settings/category/component/column.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/category/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -15,7 +15,7 @@ import { Badge } from "@/components/ui/badge";
import { Link, useRouter } from "@/i18n/routing";
import StatusToogle from "./status";
import { error } from "@/config/swal";
-import { deleteCategory } from "@/service/settings/settings";
+import { deleteCategory } from "@/lib/services/settings/settings";
import { useToast } from "@/components/ui/use-toast";
import EditCategoryModal from "./edit";
import {
diff --git a/app/[locale]/(protected)/admin/settings/category/component/create.tsx b/src/app/[locale]/(protected)/admin/settings/category/component/create.tsx
similarity index 99%
rename from app/[locale]/(protected)/admin/settings/category/component/create.tsx
rename to src/app/[locale]/(protected)/admin/settings/category/component/create.tsx
index afd65cd9..85259df8 100644
--- a/app/[locale]/(protected)/admin/settings/category/component/create.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/category/component/create.tsx
@@ -24,7 +24,7 @@ import {
import { useRouter } from "@/i18n/routing";
import { Input } from "@/components/ui/input";
import { Checkbox } from "@/components/ui/checkbox";
-import { getUserRoles, postCategory } from "@/service/settings/settings";
+import { getUserRoles, postCategory } from "@/lib/services/settings/settings";
import { Fragment, useEffect, useState } from "react";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import { Icon } from "@iconify/react/dist/iconify.js";
@@ -37,7 +37,7 @@ import { useDropzone } from "react-dropzone";
import { CloudUpload } from "lucide-react";
import Image from "next/image";
import { Upload } from "tus-js-client";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import Cookies from "js-cookie";
import { useTranslations } from "next-intl";
diff --git a/app/[locale]/(protected)/admin/settings/category/component/edit.tsx b/src/app/[locale]/(protected)/admin/settings/category/component/edit.tsx
similarity index 99%
rename from app/[locale]/(protected)/admin/settings/category/component/edit.tsx
rename to src/app/[locale]/(protected)/admin/settings/category/component/edit.tsx
index aebf2356..e90c4fdb 100644
--- a/app/[locale]/(protected)/admin/settings/category/component/edit.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/category/component/edit.tsx
@@ -28,7 +28,7 @@ import {
getCategoryDetail,
getUserRoles,
postCategory,
-} from "@/service/settings/settings";
+} from "@/lib/services/settings/settings";
import { Fragment, useEffect, useState } from "react";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import { Icon } from "@iconify/react/dist/iconify.js";
@@ -39,7 +39,7 @@ import { useDropzone } from "react-dropzone";
import { CloudUpload } from "lucide-react";
import { useToast } from "@/components/ui/use-toast";
import Cookies from "js-cookie";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
const FormSchema = z.object({
title: z.string({
diff --git a/app/[locale]/(protected)/admin/settings/category/component/status.tsx b/src/app/[locale]/(protected)/admin/settings/category/component/status.tsx
similarity index 90%
rename from app/[locale]/(protected)/admin/settings/category/component/status.tsx
rename to src/app/[locale]/(protected)/admin/settings/category/component/status.tsx
index acd2489f..7b7d44e7 100644
--- a/app/[locale]/(protected)/admin/settings/category/component/status.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/category/component/status.tsx
@@ -2,7 +2,7 @@
import { Switch } from "@/components/ui/switch";
import { error } from "@/config/swal";
import { useRouter } from "@/i18n/routing";
-import { publishUnpublishCategory } from "@/service/settings/settings";
+import { publishUnpublishCategory } from "@/lib/services/settings/settings";
export default function StatusToogle(props: {
id: number;
diff --git a/app/[locale]/(protected)/admin/settings/category/component/table.tsx b/src/app/[locale]/(protected)/admin/settings/category/component/table.tsx
similarity index 97%
rename from app/[locale]/(protected)/admin/settings/category/component/table.tsx
rename to src/app/[locale]/(protected)/admin/settings/category/component/table.tsx
index 19fe6628..2e0a6fce 100644
--- a/app/[locale]/(protected)/admin/settings/category/component/table.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/category/component/table.tsx
@@ -26,15 +26,15 @@ import {
} from "@/components/ui/table";
import { useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { listEnableCategory } from "@/service/content/content";
+import { listEnableCategory } from "@/lib/services/content/content";
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { Link, useRouter } from "@/i18n/routing";
-import { NewCampaignIcon } from "@/components/icon";
-import { getCategories } from "@/service/settings/settings";
+import { NewCampaignIcon } from "/components/icon";
+import { getCategories } from "@/lib/services/settings/settings";
import {
Dialog,
DialogContent,
diff --git a/app/[locale]/(protected)/admin/settings/category/component/unit-mapping.tsx b/src/app/[locale]/(protected)/admin/settings/category/component/unit-mapping.tsx
similarity index 99%
rename from app/[locale]/(protected)/admin/settings/category/component/unit-mapping.tsx
rename to src/app/[locale]/(protected)/admin/settings/category/component/unit-mapping.tsx
index 34f037d6..10b1d7bb 100644
--- a/app/[locale]/(protected)/admin/settings/category/component/unit-mapping.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/category/component/unit-mapping.tsx
@@ -24,7 +24,7 @@ import { zodResolver } from "@hookform/resolvers/zod";
import { useForm } from "react-hook-form";
import { z } from "zod";
import { useEffect, useState } from "react";
-import { getUserLevelForAssignments } from "@/service/task";
+import { getUserLevelForAssignments } from "@/lib/services/task";
const FormSchema = z.object({
items: z.array(z.string()).refine((value) => value.some((item) => item), {
diff --git a/app/[locale]/(protected)/admin/settings/category/page.tsx b/src/app/[locale]/(protected)/admin/settings/category/page.tsx
similarity index 72%
rename from app/[locale]/(protected)/admin/settings/category/page.tsx
rename to src/app/[locale]/(protected)/admin/settings/category/page.tsx
index 14039a3b..9b994f7e 100644
--- a/app/[locale]/(protected)/admin/settings/category/page.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/category/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import AdminCategoryTable from "./component/table";
export default function AdminCategory() {
diff --git a/app/[locale]/(protected)/admin/settings/faq/component/column.tsx b/src/app/[locale]/(protected)/admin/settings/faq/component/column.tsx
similarity index 94%
rename from app/[locale]/(protected)/admin/settings/faq/component/column.tsx
rename to src/app/[locale]/(protected)/admin/settings/faq/component/column.tsx
index c890f8e4..3c935d84 100644
--- a/app/[locale]/(protected)/admin/settings/faq/component/column.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/faq/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -14,7 +14,7 @@ import { Badge } from "@/components/ui/badge";
import { Link, useRouter } from "@/i18n/routing";
import { error } from "@/config/swal";
-import { deleteCategory, deleteDataFAQ } from "@/service/settings/settings";
+import { deleteCategory, deleteDataFAQ } from "@/lib/services/settings/settings";
import { useToast } from "@/components/ui/use-toast";
// import EditCategoryModal from "./edit";
import {
@@ -28,7 +28,7 @@ import {
MenubarMenu,
MenubarTrigger,
} from "@/components/ui/menubar";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import EditFAQModal from "./edit";
const columns: ColumnDef[] = [
diff --git a/app/[locale]/(protected)/admin/settings/faq/component/create.tsx b/src/app/[locale]/(protected)/admin/settings/faq/component/create.tsx
similarity index 99%
rename from app/[locale]/(protected)/admin/settings/faq/component/create.tsx
rename to src/app/[locale]/(protected)/admin/settings/faq/component/create.tsx
index 0e5da32e..7b15587f 100644
--- a/app/[locale]/(protected)/admin/settings/faq/component/create.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/faq/component/create.tsx
@@ -28,7 +28,7 @@ import {
getUserRoles,
postCategory,
postDataFAQ,
-} from "@/service/settings/settings";
+} from "@/lib/services/settings/settings";
import { Fragment, useEffect, useState } from "react";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import { Icon } from "@iconify/react/dist/iconify.js";
diff --git a/app/[locale]/(protected)/admin/settings/faq/component/edit.tsx b/src/app/[locale]/(protected)/admin/settings/faq/component/edit.tsx
similarity index 99%
rename from app/[locale]/(protected)/admin/settings/faq/component/edit.tsx
rename to src/app/[locale]/(protected)/admin/settings/faq/component/edit.tsx
index 8c1d17ea..2642d353 100644
--- a/app/[locale]/(protected)/admin/settings/faq/component/edit.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/faq/component/edit.tsx
@@ -29,7 +29,7 @@ import {
getUserRoles,
postCategory,
postDataFAQ,
-} from "@/service/settings/settings";
+} from "@/lib/services/settings/settings";
import { Fragment, useEffect, useState } from "react";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import { Icon } from "@iconify/react/dist/iconify.js";
@@ -42,7 +42,7 @@ import { CloudUpload } from "lucide-react";
import Image from "next/image";
import { Upload } from "tus-js-client";
import { id } from "date-fns/locale";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
const FormSchema = z.object({
answer: z.string({
diff --git a/app/[locale]/(protected)/admin/settings/faq/component/table.tsx b/src/app/[locale]/(protected)/admin/settings/faq/component/table.tsx
similarity index 94%
rename from app/[locale]/(protected)/admin/settings/faq/component/table.tsx
rename to src/app/[locale]/(protected)/admin/settings/faq/component/table.tsx
index 3d67f936..17ee6fe6 100644
--- a/app/[locale]/(protected)/admin/settings/faq/component/table.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/faq/component/table.tsx
@@ -26,15 +26,15 @@ import {
} from "@/components/ui/table";
import { useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { listEnableCategory } from "@/service/content/content";
+import { listEnableCategory } from "@/lib/services/content/content";
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { Link, useRouter } from "@/i18n/routing";
-import { NewCampaignIcon } from "@/components/icon";
-import { getCategories, getListFAQ } from "@/service/settings/settings";
+import { NewCampaignIcon } from "/components/icon";
+import { getCategories, getListFAQ } from "@/lib/services/settings/settings";
import {
Dialog,
DialogContent,
diff --git a/app/[locale]/(protected)/admin/settings/faq/page.tsx b/src/app/[locale]/(protected)/admin/settings/faq/page.tsx
similarity index 70%
rename from app/[locale]/(protected)/admin/settings/faq/page.tsx
rename to src/app/[locale]/(protected)/admin/settings/faq/page.tsx
index 65167469..0e01b498 100644
--- a/app/[locale]/(protected)/admin/settings/faq/page.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/faq/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import AdminFAQTable from "./component/table";
export default function FAQSetting() {
diff --git a/app/[locale]/(protected)/admin/settings/feedback/component/column.tsx b/src/app/[locale]/(protected)/admin/settings/feedback/component/column.tsx
similarity index 94%
rename from app/[locale]/(protected)/admin/settings/feedback/component/column.tsx
rename to src/app/[locale]/(protected)/admin/settings/feedback/component/column.tsx
index 255e432f..7e3d5a3e 100644
--- a/app/[locale]/(protected)/admin/settings/feedback/component/column.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/feedback/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -14,7 +14,7 @@ import { Badge } from "@/components/ui/badge";
import { Link, useRouter } from "@/i18n/routing";
import { error } from "@/config/swal";
-import { deleteCategory, deleteDataFAQ } from "@/service/settings/settings";
+import { deleteCategory, deleteDataFAQ } from "@/lib/services/settings/settings";
import { useToast } from "@/components/ui/use-toast";
// import EditCategoryModal from "./edit";
import {
@@ -28,7 +28,7 @@ import {
MenubarMenu,
MenubarTrigger,
} from "@/components/ui/menubar";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import EditFAQModal from "./edit";
import EditFeedbackModal from "./edit";
diff --git a/app/[locale]/(protected)/admin/settings/feedback/component/create.tsx b/src/app/[locale]/(protected)/admin/settings/feedback/component/create.tsx
similarity index 99%
rename from app/[locale]/(protected)/admin/settings/feedback/component/create.tsx
rename to src/app/[locale]/(protected)/admin/settings/feedback/component/create.tsx
index 02571708..4dfca5af 100644
--- a/app/[locale]/(protected)/admin/settings/feedback/component/create.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/feedback/component/create.tsx
@@ -29,7 +29,7 @@ import {
postCategory,
postDataFAQ,
postDataFeedback,
-} from "@/service/settings/settings";
+} from "@/lib/services/settings/settings";
import { Fragment, useEffect, useState } from "react";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import { Icon } from "@iconify/react/dist/iconify.js";
diff --git a/app/[locale]/(protected)/admin/settings/feedback/component/edit.tsx b/src/app/[locale]/(protected)/admin/settings/feedback/component/edit.tsx
similarity index 99%
rename from app/[locale]/(protected)/admin/settings/feedback/component/edit.tsx
rename to src/app/[locale]/(protected)/admin/settings/feedback/component/edit.tsx
index 169d0b63..fab4b011 100644
--- a/app/[locale]/(protected)/admin/settings/feedback/component/edit.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/feedback/component/edit.tsx
@@ -31,7 +31,7 @@ import {
postCategory,
postDataFAQ,
postDataFeedback,
-} from "@/service/settings/settings";
+} from "@/lib/services/settings/settings";
import { Fragment, useEffect, useState } from "react";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import { Icon } from "@iconify/react/dist/iconify.js";
@@ -44,7 +44,7 @@ import { CloudUpload } from "lucide-react";
import Image from "next/image";
import { Upload } from "tus-js-client";
import { id } from "date-fns/locale";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
const FormSchema = z.object({
question: z.string({
diff --git a/app/[locale]/(protected)/admin/settings/feedback/component/table.tsx b/src/app/[locale]/(protected)/admin/settings/feedback/component/table.tsx
similarity index 95%
rename from app/[locale]/(protected)/admin/settings/feedback/component/table.tsx
rename to src/app/[locale]/(protected)/admin/settings/feedback/component/table.tsx
index 4d7e39b3..108e277b 100644
--- a/app/[locale]/(protected)/admin/settings/feedback/component/table.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/feedback/component/table.tsx
@@ -26,19 +26,19 @@ import {
} from "@/components/ui/table";
import { useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { listEnableCategory } from "@/service/content/content";
+import { listEnableCategory } from "@/lib/services/content/content";
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { Link, useRouter } from "@/i18n/routing";
-import { NewCampaignIcon } from "@/components/icon";
+import { NewCampaignIcon } from "/components/icon";
import {
getCategories,
getListFAQ,
getListFeedback,
-} from "@/service/settings/settings";
+} from "@/lib/services/settings/settings";
import CreateFAQModal from "./create";
import { useTranslations } from "next-intl";
diff --git a/app/[locale]/(protected)/admin/settings/feedback/page.tsx b/src/app/[locale]/(protected)/admin/settings/feedback/page.tsx
similarity index 71%
rename from app/[locale]/(protected)/admin/settings/feedback/page.tsx
rename to src/app/[locale]/(protected)/admin/settings/feedback/page.tsx
index f862bb46..db0325d9 100644
--- a/app/[locale]/(protected)/admin/settings/feedback/page.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/feedback/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import AdminFeedbackTable from "./component/table";
export default function FAQSetting() {
diff --git a/app/[locale]/(protected)/admin/settings/privacy/page.tsx b/src/app/[locale]/(protected)/admin/settings/privacy/page.tsx
similarity index 95%
rename from app/[locale]/(protected)/admin/settings/privacy/page.tsx
rename to src/app/[locale]/(protected)/admin/settings/privacy/page.tsx
index 95b155c0..3bdbae5d 100644
--- a/app/[locale]/(protected)/admin/settings/privacy/page.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/privacy/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { z } from "zod";
import { useForm } from "react-hook-form";
import { zodResolver } from "@hookform/resolvers/zod";
@@ -16,7 +16,7 @@ import { close, error, loading } from "@/config/swal";
import { Input } from "@/components/ui/input";
import JoditEditor from "jodit-react";
import { useEffect, useRef } from "react";
-import { getPrivacy, savePrivacy } from "@/service/settings/settings";
+import { getPrivacy, savePrivacy } from "@/lib/services/settings/settings";
import { useToast } from "@/components/ui/use-toast";
import { Button } from "@/components/ui/button";
import dynamic from "next/dynamic";
diff --git a/app/[locale]/(protected)/admin/settings/tag/component/column.tsx b/src/app/[locale]/(protected)/admin/settings/tag/component/column.tsx
similarity index 95%
rename from app/[locale]/(protected)/admin/settings/tag/component/column.tsx
rename to src/app/[locale]/(protected)/admin/settings/tag/component/column.tsx
index baa59370..79c05ddc 100644
--- a/app/[locale]/(protected)/admin/settings/tag/component/column.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/tag/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -14,7 +14,7 @@ import { Badge } from "@/components/ui/badge";
import { Link, useRouter } from "@/i18n/routing";
import { error } from "@/config/swal";
-import { deleteCategory, deleteDataFAQ } from "@/service/settings/settings";
+import { deleteCategory, deleteDataFAQ } from "@/lib/services/settings/settings";
import { useToast } from "@/components/ui/use-toast";
// import EditCategoryModal from "./edit";
import {
@@ -28,7 +28,7 @@ import {
MenubarMenu,
MenubarTrigger,
} from "@/components/ui/menubar";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import EditFAQModal from "./edit";
import EditFeedbackModal from "./edit";
import EditTagModal from "./edit";
diff --git a/app/[locale]/(protected)/admin/settings/tag/component/create.tsx b/src/app/[locale]/(protected)/admin/settings/tag/component/create.tsx
similarity index 98%
rename from app/[locale]/(protected)/admin/settings/tag/component/create.tsx
rename to src/app/[locale]/(protected)/admin/settings/tag/component/create.tsx
index 9955faf9..f89ff123 100644
--- a/app/[locale]/(protected)/admin/settings/tag/component/create.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/tag/component/create.tsx
@@ -26,7 +26,7 @@ import { Input } from "@/components/ui/input";
import { Fragment, useEffect, useState } from "react";
import { useToast } from "@/components/ui/use-toast";
-import { getCategories, getCategoriesAll } from "@/service/settings/settings";
+import { getCategories, getCategoriesAll } from "@/lib/services/settings/settings";
import {
Popover,
PopoverContent,
@@ -41,7 +41,7 @@ import {
CommandItem,
CommandList,
} from "@/components/ui/command";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { useTranslations } from "next-intl";
const FormSchema = z.object({
diff --git a/app/[locale]/(protected)/admin/settings/tag/component/edit.tsx b/src/app/[locale]/(protected)/admin/settings/tag/component/edit.tsx
similarity index 98%
rename from app/[locale]/(protected)/admin/settings/tag/component/edit.tsx
rename to src/app/[locale]/(protected)/admin/settings/tag/component/edit.tsx
index 47887eaf..61025b37 100644
--- a/app/[locale]/(protected)/admin/settings/tag/component/edit.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/tag/component/edit.tsx
@@ -32,7 +32,7 @@ import {
postCategory,
postDataFAQ,
postDataFeedback,
-} from "@/service/settings/settings";
+} from "@/lib/services/settings/settings";
import { Fragment, useEffect, useState } from "react";
import { close, error, loading } from "@/config/swal";
@@ -52,7 +52,7 @@ import {
CommandItem,
CommandList,
} from "@/components/ui/command";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
const FormSchema = z.object({
name: z.string({
diff --git a/app/[locale]/(protected)/admin/settings/tag/component/table.tsx b/src/app/[locale]/(protected)/admin/settings/tag/component/table.tsx
similarity index 95%
rename from app/[locale]/(protected)/admin/settings/tag/component/table.tsx
rename to src/app/[locale]/(protected)/admin/settings/tag/component/table.tsx
index 0834e969..bbdbc104 100644
--- a/app/[locale]/(protected)/admin/settings/tag/component/table.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/tag/component/table.tsx
@@ -26,20 +26,20 @@ import {
} from "@/components/ui/table";
import { useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { listEnableCategory } from "@/service/content/content";
+import { listEnableCategory } from "@/lib/services/content/content";
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { Link, useRouter } from "@/i18n/routing";
-import { NewCampaignIcon } from "@/components/icon";
+import { NewCampaignIcon } from "/components/icon";
import {
getCategories,
getListFAQ,
getListFeedback,
getTags,
-} from "@/service/settings/settings";
+} from "@/lib/services/settings/settings";
import CreateFAQModal from "./create";
import { useTranslations } from "next-intl";
diff --git a/app/[locale]/(protected)/admin/settings/tag/page.tsx b/src/app/[locale]/(protected)/admin/settings/tag/page.tsx
similarity index 71%
rename from app/[locale]/(protected)/admin/settings/tag/page.tsx
rename to src/app/[locale]/(protected)/admin/settings/tag/page.tsx
index 49004048..f0ec0aa8 100644
--- a/app/[locale]/(protected)/admin/settings/tag/page.tsx
+++ b/src/app/[locale]/(protected)/admin/settings/tag/page.tsx
@@ -1,6 +1,6 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import AdminTagTable from "./component/table";
export default function TagCategory() {
diff --git a/app/[locale]/(protected)/admin/survey/component/column.tsx b/src/app/[locale]/(protected)/admin/survey/component/column.tsx
similarity index 97%
rename from app/[locale]/(protected)/admin/survey/component/column.tsx
rename to src/app/[locale]/(protected)/admin/survey/component/column.tsx
index e576e68f..98e27e54 100644
--- a/app/[locale]/(protected)/admin/survey/component/column.tsx
+++ b/src/app/[locale]/(protected)/admin/survey/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -14,7 +14,7 @@ import { Badge } from "@/components/ui/badge";
import { Link, useRouter } from "@/i18n/routing";
import { format } from "date-fns";
-import header from "@/components/partials/header";
+import header from "/components/partials/header";
import { date } from "zod";
const columns: ColumnDef[] = [
diff --git a/app/[locale]/(protected)/admin/survey/component/table.tsx b/src/app/[locale]/(protected)/admin/survey/component/table.tsx
similarity index 94%
rename from app/[locale]/(protected)/admin/survey/component/table.tsx
rename to src/app/[locale]/(protected)/admin/survey/component/table.tsx
index 5e084b5a..f59138e9 100644
--- a/app/[locale]/(protected)/admin/survey/component/table.tsx
+++ b/src/app/[locale]/(protected)/admin/survey/component/table.tsx
@@ -37,7 +37,7 @@ import {
TrendingUp,
UserIcon,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -48,13 +48,13 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { getPlanningPagination } from "@/service/agenda-setting/agenda-setting";
+import { getPlanningPagination } from "@/lib/services/agenda-setting/agenda-setting";
import {
Popover,
PopoverContent,
@@ -63,12 +63,12 @@ import {
import {
getMediaBlastCampaignPage,
listDataMedia,
-} from "@/service/broadcast/broadcast";
-import { listEnableCategory } from "@/service/content/content";
+} from "@/lib/services/broadcast/broadcast";
+import { listEnableCategory } from "@/lib/services/content/content";
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { Link } from "@/i18n/routing";
-import { NewCampaignIcon } from "@/components/icon";
+import { NewCampaignIcon } from "/components/icon";
import search from "../../../app/chat/components/search";
import {
Select,
@@ -90,7 +90,7 @@ import {
XAxis,
YAxis,
} from "recharts";
-import { getSurveyData } from "@/service/survey/survey";
+import { getSurveyData } from "@/lib/services/survey/survey";
const data = [
{
diff --git a/src/app/[locale]/(protected)/admin/survey/detail/[id]/page.tsx b/src/app/[locale]/(protected)/admin/survey/detail/[id]/page.tsx
new file mode 100644
index 00000000..e6b5dad6
--- /dev/null
+++ b/src/app/[locale]/(protected)/admin/survey/detail/[id]/page.tsx
@@ -0,0 +1,17 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormBlogDetail from "@/components/features/form/blog/blog--detail-form";
+import FormSurvey from "@/components/features/landing-page/survey";
+import FormSurveyDetail from "@/components/features/form/survey/survey-detail";
+
+const SurveyDetailPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default SurveyDetailPage;
diff --git a/app/[locale]/(protected)/admin/survey/page.tsx b/src/app/[locale]/(protected)/admin/survey/page.tsx
similarity index 86%
rename from app/[locale]/(protected)/admin/survey/page.tsx
rename to src/app/[locale]/(protected)/admin/survey/page.tsx
index 0f7d981f..329eaf0f 100644
--- a/app/[locale]/(protected)/admin/survey/page.tsx
+++ b/src/app/[locale]/(protected)/admin/survey/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { useState } from "react";
import { Link } from "@/i18n/routing";
import { Button } from "@/components/ui/button";
diff --git a/app/[locale]/(protected)/app/calendar/calender-view.tsx b/src/app/[locale]/(protected)/app/calendar/calender-view.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/calendar/calender-view.tsx
rename to src/app/[locale]/(protected)/app/calendar/calender-view.tsx
diff --git a/app/[locale]/(protected)/app/calendar/data.ts b/src/app/[locale]/(protected)/app/calendar/data.ts
similarity index 100%
rename from app/[locale]/(protected)/app/calendar/data.ts
rename to src/app/[locale]/(protected)/app/calendar/data.ts
diff --git a/app/[locale]/(protected)/app/calendar/dragging-events.tsx b/src/app/[locale]/(protected)/app/calendar/dragging-events.tsx
similarity index 94%
rename from app/[locale]/(protected)/app/calendar/dragging-events.tsx
rename to src/app/[locale]/(protected)/app/calendar/dragging-events.tsx
index 56683eaa..a3ca6fd9 100644
--- a/app/[locale]/(protected)/app/calendar/dragging-events.tsx
+++ b/src/app/[locale]/(protected)/app/calendar/dragging-events.tsx
@@ -1,4 +1,4 @@
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
const ExternalDraggingevent = ({ event }: any) => {
const { title, id, tag } = event;
diff --git a/app/[locale]/(protected)/app/calendar/event-modal.tsx b/src/app/[locale]/(protected)/app/calendar/event-modal.tsx
similarity index 98%
rename from app/[locale]/(protected)/app/calendar/event-modal.tsx
rename to src/app/[locale]/(protected)/app/calendar/event-modal.tsx
index 87ebc61f..9c8c85a5 100644
--- a/app/[locale]/(protected)/app/calendar/event-modal.tsx
+++ b/src/app/[locale]/(protected)/app/calendar/event-modal.tsx
@@ -4,7 +4,7 @@ import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { useForm, Controller } from "react-hook-form";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import {
Popover,
@@ -22,7 +22,7 @@ import { Calendar } from "@/components/ui/calendar";
import { zodResolver } from "@hookform/resolvers/zod";
import { z } from "zod";
import { Loader2, CalendarIcon } from "lucide-react";
-import DeleteConfirmationDialog from "@/components/delete-confirmation-dialog";
+import DeleteConfirmationDialog from "/components/delete-confirmation-dialog";
import { CalendarCategory } from "./data";
import {
Dialog,
diff --git a/app/[locale]/(protected)/app/calendar/layout.tsx b/src/app/[locale]/(protected)/app/calendar/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/calendar/layout.tsx
rename to src/app/[locale]/(protected)/app/calendar/layout.tsx
diff --git a/app/[locale]/(protected)/app/calendar/page.tsx b/src/app/[locale]/(protected)/app/calendar/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/calendar/page.tsx
rename to src/app/[locale]/(protected)/app/calendar/page.tsx
diff --git a/app/[locale]/(protected)/app/calendar/utils.ts b/src/app/[locale]/(protected)/app/calendar/utils.ts
similarity index 100%
rename from app/[locale]/(protected)/app/calendar/utils.ts
rename to src/app/[locale]/(protected)/app/calendar/utils.ts
diff --git a/app/[locale]/(protected)/app/chat/[id]/components/chat-header.tsx b/src/app/[locale]/(protected)/app/chat/[id]/components/chat-header.tsx
similarity index 97%
rename from app/[locale]/(protected)/app/chat/[id]/components/chat-header.tsx
rename to src/app/[locale]/(protected)/app/chat/[id]/components/chat-header.tsx
index be240857..55b7bb02 100644
--- a/app/[locale]/(protected)/app/chat/[id]/components/chat-header.tsx
+++ b/src/app/[locale]/(protected)/app/chat/[id]/components/chat-header.tsx
@@ -2,7 +2,7 @@
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
import { Badge } from "@/components/ui/badge";
import { Button } from "@/components/ui/button";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Icon } from "@/components/ui/icon";
import {
Tooltip,
@@ -10,9 +10,9 @@ import {
TooltipProvider,
TooltipTrigger,
} from "@/components/ui/tooltip";
-import { useMediaQuery } from "@/hooks/use-media-query";
+import { useMediaQuery } from "@/lib/hooks/use-media-query";
import { Contact, ProfileUser } from "@/app/api/chat/data";
-import { useChatConfig } from "@/hooks/use-chat";
+import { useChatConfig } from "@/lib/hooks/use-chat";
const ChatHeader = ({ contact }: { contact: any }) => {
let active = true;
diff --git a/app/[locale]/(protected)/app/chat/[id]/components/info-wrapper.tsx b/src/app/[locale]/(protected)/app/chat/[id]/components/info-wrapper.tsx
similarity index 86%
rename from app/[locale]/(protected)/app/chat/[id]/components/info-wrapper.tsx
rename to src/app/[locale]/(protected)/app/chat/[id]/components/info-wrapper.tsx
index c4c21b7b..2925c2e4 100644
--- a/app/[locale]/(protected)/app/chat/[id]/components/info-wrapper.tsx
+++ b/src/app/[locale]/(protected)/app/chat/[id]/components/info-wrapper.tsx
@@ -2,7 +2,7 @@
import React from 'react'
import { Card, CardContent } from "@/components/ui/card";
-import { useChatConfig } from '@/hooks/use-chat';
+import { useChatConfig } from '@/lib/hooks/use-chat';
import { ScrollArea } from '@/components/ui/scroll-area';
const InfoWrapper = ({ children }: { children: React.ReactNode }) => {
diff --git a/app/[locale]/(protected)/app/chat/[id]/components/message-footer.tsx b/src/app/[locale]/(protected)/app/chat/[id]/components/message-footer.tsx
similarity index 99%
rename from app/[locale]/(protected)/app/chat/[id]/components/message-footer.tsx
rename to src/app/[locale]/(protected)/app/chat/[id]/components/message-footer.tsx
index 46a58159..b506f0e3 100644
--- a/app/[locale]/(protected)/app/chat/[id]/components/message-footer.tsx
+++ b/src/app/[locale]/(protected)/app/chat/[id]/components/message-footer.tsx
@@ -21,7 +21,7 @@ import {
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { postMessageAction } from "@/action/app-actions";
+import { postMessageAction } from "/action/app-actions";
import { useTheme } from "next-themes";
const MessageFooter = () => {
diff --git a/app/[locale]/(protected)/app/chat/[id]/page.tsx b/src/app/[locale]/(protected)/app/chat/[id]/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/app/chat/[id]/page.tsx
rename to src/app/[locale]/(protected)/app/chat/[id]/page.tsx
index 98068e5c..aeb73c1f 100644
--- a/app/[locale]/(protected)/app/chat/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/app/chat/[id]/page.tsx
@@ -9,7 +9,7 @@ import {
} from "@/components/ui/dropdown-menu";
import { Card, CardContent, CardHeader, CardFooter } from "@/components/ui/card";
import Image from 'next/image';
-import { redirect } from '@/components/navigation';
+import { redirect } from '@/components/ui/structures/navigation';
import MessageFooter from './components/message-footer';
import ChatHeader from './components/chat-header';
import InfoWrapper from './components/info-wrapper';
diff --git a/app/[locale]/(protected)/app/chat/chat-wrapper.tsx b/src/app/[locale]/(protected)/app/chat/chat-wrapper.tsx
similarity index 84%
rename from app/[locale]/(protected)/app/chat/chat-wrapper.tsx
rename to src/app/[locale]/(protected)/app/chat/chat-wrapper.tsx
index 408b8f03..36059b1a 100644
--- a/app/[locale]/(protected)/app/chat/chat-wrapper.tsx
+++ b/src/app/[locale]/(protected)/app/chat/chat-wrapper.tsx
@@ -1,7 +1,7 @@
'use client'
-import { useMediaQuery } from '@/hooks/use-media-query';
+import { useMediaQuery } from '@/lib/hooks/use-media-query';
import React from 'react'
-import { useChatConfig } from '@/hooks/use-chat';
+import { useChatConfig } from '@/lib/hooks/use-chat';
const ChatWrapper = ({ children }: { children: React.ReactNode }) => {
const [chatConfig, setChatConfig] = useChatConfig();
diff --git a/app/[locale]/(protected)/app/chat/components/blank-chat.tsx b/src/app/[locale]/(protected)/app/chat/components/blank-chat.tsx
similarity index 92%
rename from app/[locale]/(protected)/app/chat/components/blank-chat.tsx
rename to src/app/[locale]/(protected)/app/chat/components/blank-chat.tsx
index de78d732..3d28065a 100644
--- a/app/[locale]/(protected)/app/chat/components/blank-chat.tsx
+++ b/src/app/[locale]/(protected)/app/chat/components/blank-chat.tsx
@@ -1,9 +1,9 @@
"use client";
import { Card, CardContent } from "@/components/ui/card";
-import { useMediaQuery } from "@/hooks/use-media-query";
+import { useMediaQuery } from "@/lib/hooks/use-media-query";
import { Icon } from "@/components/ui/icon";
import { Button } from "@/components/ui/button";
-import { useChatConfig } from "@/hooks/use-chat";
+import { useChatConfig } from "@/lib/hooks/use-chat";
import { useTranslations } from "next-intl";
const Blank = () => {
const isLg = useMediaQuery("(max-width: 1024px)");
diff --git a/app/[locale]/(protected)/app/chat/components/contact-list.tsx b/src/app/[locale]/(protected)/app/chat/components/contact-list.tsx
similarity index 94%
rename from app/[locale]/(protected)/app/chat/components/contact-list.tsx
rename to src/app/[locale]/(protected)/app/chat/components/contact-list.tsx
index 5a0f4cbc..7a462f2c 100644
--- a/app/[locale]/(protected)/app/chat/components/contact-list.tsx
+++ b/src/app/[locale]/(protected)/app/chat/components/contact-list.tsx
@@ -2,11 +2,11 @@
'use client'
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
import { Badge } from "@/components/ui/badge";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Icon } from "@/components/ui/icon";
import { type Contact as ContactType, type Chat as ChatType } from "../utils";
-import { Link, usePathname } from "@/components/navigation";
-import { useChatConfig } from "@/hooks/use-chat";
+import { Link, usePathname } from "@/components/ui/structures/navigation";
+import { useChatConfig } from "@/lib/hooks/use-chat";
const ContactList = ({ contact }: {
diff --git a/app/[locale]/(protected)/app/chat/components/my-profile.tsx b/src/app/[locale]/(protected)/app/chat/components/my-profile.tsx
similarity index 98%
rename from app/[locale]/(protected)/app/chat/components/my-profile.tsx
rename to src/app/[locale]/(protected)/app/chat/components/my-profile.tsx
index e4ac9362..10766ca4 100644
--- a/app/[locale]/(protected)/app/chat/components/my-profile.tsx
+++ b/src/app/[locale]/(protected)/app/chat/components/my-profile.tsx
@@ -2,8 +2,8 @@
import { Icon } from "@/components/ui/icon"
import { Button } from "@/components/ui/button"
-import { useChatConfig } from "@/hooks/use-chat";
-import { cn } from "@/lib/utils"
+import { useChatConfig } from "@/lib/hooks/use-chat";
+import { cn } from "@/lib/utils/utils"
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
import { Textarea } from "@/components/ui/textarea";
import { Label } from "@/components/ui/label";
diff --git a/app/[locale]/(protected)/app/chat/components/search.tsx b/src/app/[locale]/(protected)/app/chat/components/search.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/chat/components/search.tsx
rename to src/app/[locale]/(protected)/app/chat/components/search.tsx
diff --git a/app/[locale]/(protected)/app/chat/layout copy.tsx b/src/app/[locale]/(protected)/app/chat/layout copy.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/chat/layout copy.tsx
rename to src/app/[locale]/(protected)/app/chat/layout copy.tsx
diff --git a/app/[locale]/(protected)/app/chat/layout.tsx b/src/app/[locale]/(protected)/app/chat/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/chat/layout.tsx
rename to src/app/[locale]/(protected)/app/chat/layout.tsx
diff --git a/app/[locale]/(protected)/app/chat/page.tsx b/src/app/[locale]/(protected)/app/chat/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/chat/page.tsx
rename to src/app/[locale]/(protected)/app/chat/page.tsx
diff --git a/app/[locale]/(protected)/app/chat/sidebar-wrapper.tsx b/src/app/[locale]/(protected)/app/chat/sidebar-wrapper.tsx
similarity index 80%
rename from app/[locale]/(protected)/app/chat/sidebar-wrapper.tsx
rename to src/app/[locale]/(protected)/app/chat/sidebar-wrapper.tsx
index 4d4f3841..874160e8 100644
--- a/app/[locale]/(protected)/app/chat/sidebar-wrapper.tsx
+++ b/src/app/[locale]/(protected)/app/chat/sidebar-wrapper.tsx
@@ -1,8 +1,8 @@
'use client'
-import { useMediaQuery } from '@/hooks/use-media-query'
+import { useMediaQuery } from '@/lib/hooks/use-media-query'
import { cn } from '@/lib/utils'
import React from 'react'
-import { useChatConfig } from '@/hooks/use-chat'
+import { useChatConfig } from '@/lib/hooks/use-chat'
const ChatSidebarWrapper = ({ children }: { children: React.ReactNode }) => {
const [chatConfig] = useChatConfig()
const { isOpen } = chatConfig
diff --git a/app/[locale]/(protected)/app/chat/utils.ts b/src/app/[locale]/(protected)/app/chat/utils.ts
similarity index 96%
rename from app/[locale]/(protected)/app/chat/utils.ts
rename to src/app/[locale]/(protected)/app/chat/utils.ts
index 726773eb..4f315c5c 100644
--- a/app/[locale]/(protected)/app/chat/utils.ts
+++ b/src/app/[locale]/(protected)/app/chat/utils.ts
@@ -1,5 +1,5 @@
import { chats, contacts, profileUser } from '@/app/api/chat/data'
-import { baseURL } from '@/config'
+import { baseURL } from '/config'
export const getContacts = async () => {
diff --git a/app/[locale]/(protected)/app/email/[id]/components/go-back.tsx b/src/app/[locale]/(protected)/app/email/[id]/components/go-back.tsx
similarity index 85%
rename from app/[locale]/(protected)/app/email/[id]/components/go-back.tsx
rename to src/app/[locale]/(protected)/app/email/[id]/components/go-back.tsx
index 4eaf85fd..d721181f 100644
--- a/app/[locale]/(protected)/app/email/[id]/components/go-back.tsx
+++ b/src/app/[locale]/(protected)/app/email/[id]/components/go-back.tsx
@@ -4,7 +4,7 @@ import {
} from "lucide-react";
import { Button } from "@/components/ui/button";
-import { useRouter } from '@/components/navigation';
+import { useRouter } from '@/components/ui/structures/navigation';
const GoBack = () => {
const router = useRouter()
return (
diff --git a/app/[locale]/(protected)/app/email/[id]/page.tsx b/src/app/[locale]/(protected)/app/email/[id]/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/email/[id]/page.tsx
rename to src/app/[locale]/(protected)/app/email/[id]/page.tsx
diff --git a/app/[locale]/(protected)/app/email/compose.tsx b/src/app/[locale]/(protected)/app/email/compose.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/email/compose.tsx
rename to src/app/[locale]/(protected)/app/email/compose.tsx
diff --git a/app/[locale]/(protected)/app/email/data.ts b/src/app/[locale]/(protected)/app/email/data.ts
similarity index 100%
rename from app/[locale]/(protected)/app/email/data.ts
rename to src/app/[locale]/(protected)/app/email/data.ts
diff --git a/app/[locale]/(protected)/app/email/layout copy.tsx b/src/app/[locale]/(protected)/app/email/layout copy.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/email/layout copy.tsx
rename to src/app/[locale]/(protected)/app/email/layout copy.tsx
diff --git a/app/[locale]/(protected)/app/email/layout.tsx b/src/app/[locale]/(protected)/app/email/layout.tsx
similarity index 98%
rename from app/[locale]/(protected)/app/email/layout.tsx
rename to src/app/[locale]/(protected)/app/email/layout.tsx
index 04f11dfa..b8350e44 100644
--- a/app/[locale]/(protected)/app/email/layout.tsx
+++ b/src/app/[locale]/(protected)/app/email/layout.tsx
@@ -3,7 +3,7 @@ import MailWrapper from "./mail-wrapper";
import MailSidebarWrapper from "./sidebar-wrapper";
import { Card, CardContent } from "@/components/ui/card";
import Compose from "./compose";
-import Nav from "@/components/nav";
+import Nav from "/components/nav";
import { ScrollArea } from "@/components/ui/scroll-area";
export const metadata: Metadata = {
title: "Mail",
diff --git a/app/[locale]/(protected)/app/email/mail-header.tsx b/src/app/[locale]/(protected)/app/email/mail-header.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/email/mail-header.tsx
rename to src/app/[locale]/(protected)/app/email/mail-header.tsx
diff --git a/app/[locale]/(protected)/app/email/mail-wrapper.tsx b/src/app/[locale]/(protected)/app/email/mail-wrapper.tsx
similarity index 84%
rename from app/[locale]/(protected)/app/email/mail-wrapper.tsx
rename to src/app/[locale]/(protected)/app/email/mail-wrapper.tsx
index dc8dbd60..92290d85 100644
--- a/app/[locale]/(protected)/app/email/mail-wrapper.tsx
+++ b/src/app/[locale]/(protected)/app/email/mail-wrapper.tsx
@@ -1,6 +1,6 @@
'use client'
-import { useMediaQuery } from '@/hooks/use-media-query';
-import { useMailConfig } from '@/hooks/use-mail'
+import { useMediaQuery } from '@/lib/hooks/use-media-query';
+import { useMailConfig } from '@/lib/hooks/use-mail'
import React from 'react'
const MailWrapper = ({ children }: { children: React.ReactNode }) => {
diff --git a/app/[locale]/(protected)/app/email/mail.tsx b/src/app/[locale]/(protected)/app/email/mail.tsx
similarity index 96%
rename from app/[locale]/(protected)/app/email/mail.tsx
rename to src/app/[locale]/(protected)/app/email/mail.tsx
index e55523a0..b8bb05c4 100644
--- a/app/[locale]/(protected)/app/email/mail.tsx
+++ b/src/app/[locale]/(protected)/app/email/mail.tsx
@@ -12,8 +12,8 @@ import {
import {ReactNode,useState} from "react";
import { Button } from "@/components/ui/button";
import { Trash2 } from "lucide-react";
-import DeleteConfirmationDialog from "@/components/delete-confirmation-dialog";
-import { Link } from "@/components/navigation"
+import DeleteConfirmationDialog from "/components/delete-confirmation-dialog";
+import { Link } from "@/components/ui/structures/navigation"
const MailItem = ({ mail }: { mail: any }) => {
const { image, title, isfav, time, name, id } = mail;
const [open, setOpen] = useState(false)
diff --git a/app/[locale]/(protected)/app/email/page.tsx b/src/app/[locale]/(protected)/app/email/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/email/page.tsx
rename to src/app/[locale]/(protected)/app/email/page.tsx
diff --git a/app/[locale]/(protected)/app/email/sidebar-wrapper.tsx b/src/app/[locale]/(protected)/app/email/sidebar-wrapper.tsx
similarity index 79%
rename from app/[locale]/(protected)/app/email/sidebar-wrapper.tsx
rename to src/app/[locale]/(protected)/app/email/sidebar-wrapper.tsx
index 1657502f..e2d345ba 100644
--- a/app/[locale]/(protected)/app/email/sidebar-wrapper.tsx
+++ b/src/app/[locale]/(protected)/app/email/sidebar-wrapper.tsx
@@ -1,6 +1,6 @@
'use client'
-import { useMediaQuery } from '@/hooks/use-media-query'
-import { useMailConfig } from '@/hooks/use-mail'
+import { useMediaQuery } from '@/lib/hooks/use-media-query'
+import { useMailConfig } from '@/lib/hooks/use-mail'
import { cn } from '@/lib/utils'
import React from 'react'
const MailSidebarWrapper = ({ children }: { children: React.ReactNode }) => {
diff --git a/app/[locale]/(protected)/app/email/toggle-mail-sidebar.tsx b/src/app/[locale]/(protected)/app/email/toggle-mail-sidebar.tsx
similarity index 83%
rename from app/[locale]/(protected)/app/email/toggle-mail-sidebar.tsx
rename to src/app/[locale]/(protected)/app/email/toggle-mail-sidebar.tsx
index 64d6ec53..fa6cdd32 100644
--- a/app/[locale]/(protected)/app/email/toggle-mail-sidebar.tsx
+++ b/src/app/[locale]/(protected)/app/email/toggle-mail-sidebar.tsx
@@ -1,7 +1,7 @@
"use client";
import { Button } from "@/components/ui/button";
-import { useMediaQuery } from "@/hooks/use-media-query";
-import { useMailConfig } from "@/hooks/use-mail";
+import { useMediaQuery } from "@/lib/hooks/use-media-query";
+import { useMailConfig } from "@/lib/hooks/use-mail";
import { Menu } from "lucide-react";
import React from "react";
diff --git a/app/[locale]/(protected)/app/email/utils.ts b/src/app/[locale]/(protected)/app/email/utils.ts
similarity index 100%
rename from app/[locale]/(protected)/app/email/utils.ts
rename to src/app/[locale]/(protected)/app/email/utils.ts
diff --git a/app/[locale]/(protected)/app/kanban/add-board.tsx b/src/app/[locale]/(protected)/app/kanban/add-board.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/kanban/add-board.tsx
rename to src/app/[locale]/(protected)/app/kanban/add-board.tsx
diff --git a/app/[locale]/(protected)/app/kanban/column.tsx b/src/app/[locale]/(protected)/app/kanban/column.tsx
similarity index 97%
rename from app/[locale]/(protected)/app/kanban/column.tsx
rename to src/app/[locale]/(protected)/app/kanban/column.tsx
index f9408011..7c90a2c0 100644
--- a/app/[locale]/(protected)/app/kanban/column.tsx
+++ b/src/app/[locale]/(protected)/app/kanban/column.tsx
@@ -1,7 +1,7 @@
'use client'
import { SortableContext, useSortable } from "@dnd-kit/sortable";
import { Button } from "@/components/ui/button";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Card, CardContent, CardFooter, CardHeader } from "@/components/ui/card";
import { CSS } from "@dnd-kit/utilities";
import { useMemo, useState } from "react";
@@ -17,7 +17,7 @@ import TaskCard from "./task";
import { Plus, Trash2 } from "lucide-react";
import EmptyTask from "./empty";
-import DeleteConfirmationDialog from "@/components/delete-confirmation-dialog";
+import DeleteConfirmationDialog from "/components/delete-confirmation-dialog";
function ColumnContainer({ column, tasks, handleOpenTask }: { column: Column; tasks: Task[], handleOpenTask: () => void }) {
const [editMode, setEditMode] = useState(false);
diff --git a/app/[locale]/(protected)/app/kanban/create-task.tsx b/src/app/[locale]/(protected)/app/kanban/create-task.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/kanban/create-task.tsx
rename to src/app/[locale]/(protected)/app/kanban/create-task.tsx
diff --git a/app/[locale]/(protected)/app/kanban/data.ts b/src/app/[locale]/(protected)/app/kanban/data.ts
similarity index 100%
rename from app/[locale]/(protected)/app/kanban/data.ts
rename to src/app/[locale]/(protected)/app/kanban/data.ts
diff --git a/app/[locale]/(protected)/app/kanban/edit-task.tsx b/src/app/[locale]/(protected)/app/kanban/edit-task.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/kanban/edit-task.tsx
rename to src/app/[locale]/(protected)/app/kanban/edit-task.tsx
diff --git a/app/[locale]/(protected)/app/kanban/empty.tsx b/src/app/[locale]/(protected)/app/kanban/empty.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/kanban/empty.tsx
rename to src/app/[locale]/(protected)/app/kanban/empty.tsx
diff --git a/app/[locale]/(protected)/app/kanban/kanban-app.tsx b/src/app/[locale]/(protected)/app/kanban/kanban-app.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/kanban/kanban-app.tsx
rename to src/app/[locale]/(protected)/app/kanban/kanban-app.tsx
diff --git a/app/[locale]/(protected)/app/kanban/layout.tsx b/src/app/[locale]/(protected)/app/kanban/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/kanban/layout.tsx
rename to src/app/[locale]/(protected)/app/kanban/layout.tsx
diff --git a/app/[locale]/(protected)/app/kanban/page.tsx b/src/app/[locale]/(protected)/app/kanban/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/kanban/page.tsx
rename to src/app/[locale]/(protected)/app/kanban/page.tsx
diff --git a/app/[locale]/(protected)/app/kanban/task.tsx b/src/app/[locale]/(protected)/app/kanban/task.tsx
similarity index 98%
rename from app/[locale]/(protected)/app/kanban/task.tsx
rename to src/app/[locale]/(protected)/app/kanban/task.tsx
index 607d21dd..88c8844c 100644
--- a/app/[locale]/(protected)/app/kanban/task.tsx
+++ b/src/app/[locale]/(protected)/app/kanban/task.tsx
@@ -1,5 +1,5 @@
"use client"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { useSortable } from "@dnd-kit/sortable";
import { CSS } from "@dnd-kit/utilities";
import { Card, CardContent, CardHeader } from "@/components/ui/card";
@@ -14,7 +14,7 @@ import {
import { Button } from "@/components/ui/button";
import { MoreVertical, SquarePen, Trash2 } from "lucide-react";
import { Progress } from "@/components/ui/progress";
-import DeleteConfirmationDialog from "@/components/delete-confirmation-dialog";
+import DeleteConfirmationDialog from "/components/delete-confirmation-dialog";
import { useState } from "react";
import EditTask from "./edit-task";
import { Icon } from "@/components/ui/icon";
diff --git a/app/[locale]/(protected)/app/layout.tsx b/src/app/[locale]/(protected)/app/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/layout.tsx
rename to src/app/[locale]/(protected)/app/layout.tsx
diff --git a/app/[locale]/(protected)/app/projects/[id]/data.ts b/src/app/[locale]/(protected)/app/projects/[id]/data.ts
similarity index 100%
rename from app/[locale]/(protected)/app/projects/[id]/data.ts
rename to src/app/[locale]/(protected)/app/projects/[id]/data.ts
diff --git a/app/[locale]/(protected)/app/projects/[id]/page.tsx b/src/app/[locale]/(protected)/app/projects/[id]/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/app/projects/[id]/page.tsx
rename to src/app/[locale]/(protected)/app/projects/[id]/page.tsx
index de0ee3cd..4d58ad46 100644
--- a/app/[locale]/(protected)/app/projects/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/app/projects/[id]/page.tsx
@@ -1,18 +1,18 @@
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"
import { BarChart } from "lucide-react";
import { Icon } from "@/components/ui/icon";
-import ProgressBlock from "@/components/blocks/progress-block";
+import ProgressBlock from "@/components/features/blocks/progress-block";
import { Link } from '@/i18n/routing';
import { meets, tasks, messagesData, activityList, teamData, files } from "./data"
import Image from "next/image";
-import DashboardDropdown from "@/components/dashboard-dropdown";
+import DashboardDropdown from "@/components/ui/structures/dashboard-dropdown";
-import TaskItem from "@/components/project/task-item";
-import MessageListItem from "@/components/project/message-list-item";
-import ActivityItem from "@/components/project/activity";
-import TeamTable from "@/components/project/team-table";
-import NotesCalendar from "@/components/project/notes-calendar";
+import TaskItem from "@/components/features/project/task-item";
+import MessageListItem from "@/components/features/project/message-list-item";
+import ActivityItem from "@/components/features/project/activity";
+import TeamTable from "@/components/features/project/team-table";
+import NotesCalendar from "@/components/features/project/notes-calendar";
import { getProjectById } from "../data";
import { Alert } from "@/components/ui/alert";
diff --git a/app/[locale]/(protected)/app/projects/create-project.tsx b/src/app/[locale]/(protected)/app/projects/create-project.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/projects/create-project.tsx
rename to src/app/[locale]/(protected)/app/projects/create-project.tsx
diff --git a/app/[locale]/(protected)/app/projects/data.ts b/src/app/[locale]/(protected)/app/projects/data.ts
similarity index 100%
rename from app/[locale]/(protected)/app/projects/data.ts
rename to src/app/[locale]/(protected)/app/projects/data.ts
diff --git a/app/[locale]/(protected)/app/projects/edit-project.tsx b/src/app/[locale]/(protected)/app/projects/edit-project.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/projects/edit-project.tsx
rename to src/app/[locale]/(protected)/app/projects/edit-project.tsx
diff --git a/app/[locale]/(protected)/app/projects/grid/components/empty.tsx b/src/app/[locale]/(protected)/app/projects/grid/components/empty.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/projects/grid/components/empty.tsx
rename to src/app/[locale]/(protected)/app/projects/grid/components/empty.tsx
diff --git a/app/[locale]/(protected)/app/projects/grid/components/project-action.tsx b/src/app/[locale]/(protected)/app/projects/grid/components/project-action.tsx
similarity index 96%
rename from app/[locale]/(protected)/app/projects/grid/components/project-action.tsx
rename to src/app/[locale]/(protected)/app/projects/grid/components/project-action.tsx
index 97e77086..7a7de7ce 100644
--- a/app/[locale]/(protected)/app/projects/grid/components/project-action.tsx
+++ b/src/app/[locale]/(protected)/app/projects/grid/components/project-action.tsx
@@ -2,7 +2,7 @@
import React, { useState } from 'react'
import { Button } from "@/components/ui/button";
import EditProject from "../../edit-project";
-import DeleteConfirmationDialog from "@/components/delete-confirmation-dialog";
+import DeleteConfirmationDialog from "/components/delete-confirmation-dialog";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
import {
DropdownMenu,
diff --git a/app/[locale]/(protected)/app/projects/grid/page.tsx b/src/app/[locale]/(protected)/app/projects/grid/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/projects/grid/page.tsx
rename to src/app/[locale]/(protected)/app/projects/grid/page.tsx
diff --git a/app/[locale]/(protected)/app/projects/layout.tsx b/src/app/[locale]/(protected)/app/projects/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/projects/layout.tsx
rename to src/app/[locale]/(protected)/app/projects/layout.tsx
diff --git a/app/[locale]/(protected)/app/projects/list/components/list-table.tsx b/src/app/[locale]/(protected)/app/projects/list/components/list-table.tsx
similarity index 99%
rename from app/[locale]/(protected)/app/projects/list/components/list-table.tsx
rename to src/app/[locale]/(protected)/app/projects/list/components/list-table.tsx
index 50ee2df7..1231c791 100644
--- a/app/[locale]/(protected)/app/projects/list/components/list-table.tsx
+++ b/src/app/[locale]/(protected)/app/projects/list/components/list-table.tsx
@@ -34,7 +34,7 @@ import {
} from "@/components/ui/dropdown-menu"
import { Link } from '@/i18n/routing';
import EditProject from "../../edit-project";
-import DeleteConfirmationDialog from "@/components/delete-confirmation-dialog";
+import DeleteConfirmationDialog from "/components/delete-confirmation-dialog";
import { Input } from "@/components/ui/input";
const ListTable = ({ projects }: { projects: Project[] }) => {
diff --git a/app/[locale]/(protected)/app/projects/list/page.tsx b/src/app/[locale]/(protected)/app/projects/list/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/projects/list/page.tsx
rename to src/app/[locale]/(protected)/app/projects/list/page.tsx
diff --git a/app/[locale]/(protected)/app/projects/loading.tsx b/src/app/[locale]/(protected)/app/projects/loading.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/projects/loading.tsx
rename to src/app/[locale]/(protected)/app/projects/loading.tsx
diff --git a/src/app/[locale]/(protected)/app/projects/page.tsx b/src/app/[locale]/(protected)/app/projects/page.tsx
new file mode 100644
index 00000000..15322fd4
--- /dev/null
+++ b/src/app/[locale]/(protected)/app/projects/page.tsx
@@ -0,0 +1,9 @@
+
+import { redirect } from '@/components/ui/structures/navigation'
+
+const ProjectPage = () => {
+ redirect('/app/projects/grid')
+ return null
+}
+
+export default ProjectPage
\ No newline at end of file
diff --git a/app/[locale]/(protected)/app/projects/project-wrapper.tsx b/src/app/[locale]/(protected)/app/projects/project-wrapper.tsx
similarity index 94%
rename from app/[locale]/(protected)/app/projects/project-wrapper.tsx
rename to src/app/[locale]/(protected)/app/projects/project-wrapper.tsx
index 2bc1abdf..4dff5718 100644
--- a/app/[locale]/(protected)/app/projects/project-wrapper.tsx
+++ b/src/app/[locale]/(protected)/app/projects/project-wrapper.tsx
@@ -3,8 +3,8 @@ import { Button } from "@/components/ui/button";
import { Filter, List, Plus } from "lucide-react";
import CreateProject from "./create-project";
import { useState } from "react";
-import { cn } from "@/lib/utils";
-import { Link, usePathname } from "@/components/navigation";
+import { cn } from "@/lib/utils/utils"
+import { Link, usePathname } from "@/components/ui/structures/navigation";
import { getProjectNav } from "./data";
const ProjectWrapper = ({ children }: { children: React.ReactNode }) => {
diff --git a/app/[locale]/(protected)/app/todo/create-todo.tsx b/src/app/[locale]/(protected)/app/todo/create-todo.tsx
similarity index 99%
rename from app/[locale]/(protected)/app/todo/create-todo.tsx
rename to src/app/[locale]/(protected)/app/todo/create-todo.tsx
index 906c23f7..def2f763 100644
--- a/app/[locale]/(protected)/app/todo/create-todo.tsx
+++ b/src/app/[locale]/(protected)/app/todo/create-todo.tsx
@@ -27,7 +27,7 @@ import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@
import Image from "next/image";
import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover";
import { Calendar } from "@/components/ui/calendar";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import { useState } from "react";
import { useTranslations } from "next-intl";
diff --git a/app/[locale]/(protected)/app/todo/data.ts b/src/app/[locale]/(protected)/app/todo/data.ts
similarity index 100%
rename from app/[locale]/(protected)/app/todo/data.ts
rename to src/app/[locale]/(protected)/app/todo/data.ts
diff --git a/app/[locale]/(protected)/app/todo/edit-todo.tsx b/src/app/[locale]/(protected)/app/todo/edit-todo.tsx
similarity index 99%
rename from app/[locale]/(protected)/app/todo/edit-todo.tsx
rename to src/app/[locale]/(protected)/app/todo/edit-todo.tsx
index 746c788f..86d9dd75 100644
--- a/app/[locale]/(protected)/app/todo/edit-todo.tsx
+++ b/src/app/[locale]/(protected)/app/todo/edit-todo.tsx
@@ -25,7 +25,7 @@ import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@
import Image from "next/image";
import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover";
import { Calendar } from "@/components/ui/calendar";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
const assigneeOptions = [
diff --git a/app/[locale]/(protected)/app/todo/layout.tsx b/src/app/[locale]/(protected)/app/todo/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/todo/layout.tsx
rename to src/app/[locale]/(protected)/app/todo/layout.tsx
diff --git a/app/[locale]/(protected)/app/todo/page.tsx b/src/app/[locale]/(protected)/app/todo/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/app/todo/page.tsx
rename to src/app/[locale]/(protected)/app/todo/page.tsx
index cfae2230..079873fb 100644
--- a/app/[locale]/(protected)/app/todo/page.tsx
+++ b/src/app/[locale]/(protected)/app/todo/page.tsx
@@ -5,7 +5,7 @@ import { ScrollArea } from "@/components/ui/scroll-area";
import TodoHeader from "./todo-header";
import Todo from "./todo";
import TodoSidebarWrapper from "./sidebar-wrapper";
-import Nav from "@/components/nav";
+import Nav from "/components/nav";
import { useTranslations } from "next-intl";
const TodoPage = () => {
const t = useTranslations("TodoApp");
diff --git a/app/[locale]/(protected)/app/todo/sidebar-wrapper.tsx b/src/app/[locale]/(protected)/app/todo/sidebar-wrapper.tsx
similarity index 79%
rename from app/[locale]/(protected)/app/todo/sidebar-wrapper.tsx
rename to src/app/[locale]/(protected)/app/todo/sidebar-wrapper.tsx
index 79f94832..b9e030ee 100644
--- a/app/[locale]/(protected)/app/todo/sidebar-wrapper.tsx
+++ b/src/app/[locale]/(protected)/app/todo/sidebar-wrapper.tsx
@@ -1,6 +1,6 @@
'use client'
-import { useMediaQuery } from '@/hooks/use-media-query'
-import { useTodoConfig } from '@/hooks/use-todo'
+import { useMediaQuery } from '@/lib/hooks/use-media-query'
+import { useTodoConfig } from '@/lib/hooks/use-todo'
import { cn } from '@/lib/utils'
import React from 'react'
const TodoSidebarWrapper = ({ children }: { children: React.ReactNode }) => {
diff --git a/app/[locale]/(protected)/app/todo/todo-header.tsx b/src/app/[locale]/(protected)/app/todo/todo-header.tsx
similarity index 100%
rename from app/[locale]/(protected)/app/todo/todo-header.tsx
rename to src/app/[locale]/(protected)/app/todo/todo-header.tsx
diff --git a/app/[locale]/(protected)/app/todo/todo-wrapper.tsx b/src/app/[locale]/(protected)/app/todo/todo-wrapper.tsx
similarity index 83%
rename from app/[locale]/(protected)/app/todo/todo-wrapper.tsx
rename to src/app/[locale]/(protected)/app/todo/todo-wrapper.tsx
index cb3ee5bc..c6040b9a 100644
--- a/app/[locale]/(protected)/app/todo/todo-wrapper.tsx
+++ b/src/app/[locale]/(protected)/app/todo/todo-wrapper.tsx
@@ -1,6 +1,6 @@
'use client'
-import { useMediaQuery } from '@/hooks/use-media-query';
-import { useTodoConfig } from '@/hooks/use-todo'
+import { useMediaQuery } from '@/lib/hooks/use-media-query';
+import { useTodoConfig } from '@/lib/hooks/use-todo'
const TodoWrapper = ({ children }: { children: React.ReactNode }) => {
const [todoConfig, setTodoConfig] = useTodoConfig();
diff --git a/app/[locale]/(protected)/app/todo/todo.tsx b/src/app/[locale]/(protected)/app/todo/todo.tsx
similarity index 96%
rename from app/[locale]/(protected)/app/todo/todo.tsx
rename to src/app/[locale]/(protected)/app/todo/todo.tsx
index 4e43b979..58c8dc2f 100644
--- a/app/[locale]/(protected)/app/todo/todo.tsx
+++ b/src/app/[locale]/(protected)/app/todo/todo.tsx
@@ -10,13 +10,13 @@ import {
TooltipTrigger,
} from "@/components/ui/tooltip"
import { Badge } from "@/components/ui/badge";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import EditTodo from "./edit-todo";
import { Todo as TodoProps } from "./data";
import { Button } from "@/components/ui/button";
import { SquarePen, Trash2 } from "lucide-react";
import { useState } from "react";
-import DeleteConfirmationDialog from "@/components/delete-confirmation-dialog";
+import DeleteConfirmationDialog from "/components/delete-confirmation-dialog";
const Todo = ({ todo }: { todo: TodoProps }) => {
const { image, title, isfav, category } = todo;
diff --git a/app/[locale]/(protected)/app/todo/toggle-todo-sidebar.tsx b/src/app/[locale]/(protected)/app/todo/toggle-todo-sidebar.tsx
similarity index 77%
rename from app/[locale]/(protected)/app/todo/toggle-todo-sidebar.tsx
rename to src/app/[locale]/(protected)/app/todo/toggle-todo-sidebar.tsx
index b022a32d..484e5116 100644
--- a/app/[locale]/(protected)/app/todo/toggle-todo-sidebar.tsx
+++ b/src/app/[locale]/(protected)/app/todo/toggle-todo-sidebar.tsx
@@ -1,7 +1,7 @@
'use client'
import { Button } from '@/components/ui/button'
-import { useMediaQuery } from '@/hooks/use-media-query'
-import { useTodoConfig } from '@/hooks/use-todo'
+import { useMediaQuery } from '@/lib/hooks/use-media-query'
+import { useTodoConfig } from '@/lib/hooks/use-todo'
import { Menu } from 'lucide-react'
import React from 'react'
diff --git a/app/[locale]/(protected)/blocks/basic-widget/layout.tsx b/src/app/[locale]/(protected)/blocks/basic-widget/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/blocks/basic-widget/layout.tsx
rename to src/app/[locale]/(protected)/blocks/basic-widget/layout.tsx
diff --git a/app/[locale]/(protected)/blocks/basic-widget/page.tsx b/src/app/[locale]/(protected)/blocks/basic-widget/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/blocks/basic-widget/page.tsx
rename to src/app/[locale]/(protected)/blocks/basic-widget/page.tsx
index a5d8cde3..0767510c 100644
--- a/app/[locale]/(protected)/blocks/basic-widget/page.tsx
+++ b/src/app/[locale]/(protected)/blocks/basic-widget/page.tsx
@@ -1,7 +1,7 @@
-import { UpgradeBlock } from "@/components/blocks/upgrade-block";
-import { WelcomeBlock, BlockBadge } from "@/components/blocks/welcome-block";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import { UpgradeBlock } from "@/components/features/blocks/upgrade-block";
+import { WelcomeBlock, BlockBadge } from "@/components/features/blocks/welcome-block";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Eye } from "lucide-react";
import Image from "next/image";
diff --git a/app/[locale]/(protected)/blocks/layout.tsx b/src/app/[locale]/(protected)/blocks/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/blocks/layout.tsx
rename to src/app/[locale]/(protected)/blocks/layout.tsx
diff --git a/app/[locale]/(protected)/blocks/statistic-widget/layout.tsx b/src/app/[locale]/(protected)/blocks/statistic-widget/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/blocks/statistic-widget/layout.tsx
rename to src/app/[locale]/(protected)/blocks/statistic-widget/layout.tsx
diff --git a/app/[locale]/(protected)/blocks/statistic-widget/page.tsx b/src/app/[locale]/(protected)/blocks/statistic-widget/page.tsx
similarity index 96%
rename from app/[locale]/(protected)/blocks/statistic-widget/page.tsx
rename to src/app/[locale]/(protected)/blocks/statistic-widget/page.tsx
index 75e3f722..f5bb8f5d 100644
--- a/app/[locale]/(protected)/blocks/statistic-widget/page.tsx
+++ b/src/app/[locale]/(protected)/blocks/statistic-widget/page.tsx
@@ -1,15 +1,15 @@
import Image from "next/image";
-import OrdersBlock from "@/components/blocks/orders-block";
-import ProgressBlock from "@/components/blocks/progress-block";
-import { StatisticsBlock } from "@/components/blocks/statistics-block";
-import { StatusBlock } from "@/components/blocks/status-block";
+import OrdersBlock from "@/components/features/blocks/orders-block";
+import ProgressBlock from "@/components/features/blocks/progress-block";
+import { StatisticsBlock } from "@/components/features/blocks/statistics-block";
+import { StatusBlock } from "@/components/features/blocks/status-block";
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
import { Icon } from "@/components/ui/icon";
import { Box, TrendingDown, TrendingUp, ShoppingCart } from "lucide-react";
import { Card, CardContent } from "@/components/ui/card";
import { BarChart } from "lucide-react";
-import EarningBlock from "@/components/blocks/earning-block";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import EarningBlock from "@/components/features/blocks/earning-block";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const StatisticPage = () => {
return (
diff --git a/app/[locale]/(protected)/changelog/layout.tsx b/src/app/[locale]/(protected)/changelog/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/changelog/layout.tsx
rename to src/app/[locale]/(protected)/changelog/layout.tsx
diff --git a/app/[locale]/(protected)/changelog/page.tsx b/src/app/[locale]/(protected)/changelog/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/changelog/page.tsx
rename to src/app/[locale]/(protected)/changelog/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/basic-area.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/basic-area.tsx
similarity index 93%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-area/basic-area.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/basic-area.tsx
index be6e6e24..bae016f3 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/basic-area.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/basic-area.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getXAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/github-style-chart.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/github-style-chart.tsx
similarity index 99%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-area/github-style-chart.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/github-style-chart.tsx
index 76fc8294..ab889731 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/github-style-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/github-style-chart.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getLabel, getGridConfig } from "@/lib/appex-chart-options";
const GithubStyleChart = () => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/github-styles-charts1.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/github-styles-charts1.tsx
similarity index 99%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-area/github-styles-charts1.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/github-styles-charts1.tsx
index bb5c24c3..0a0937bc 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/github-styles-charts1.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/github-styles-charts1.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getLabel, getGridConfig } from "@/lib/appex-chart-options";
const GithubStyleCharts1 = () => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/irregular-time-series.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/irregular-time-series.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-area/irregular-time-series.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/irregular-time-series.tsx
index 22afc1b9..731180c2 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/irregular-time-series.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/irregular-time-series.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getXAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-area/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/negative-areachart.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/negative-areachart.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-area/negative-areachart.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/negative-areachart.tsx
index 4a60b8f3..d0cdeedf 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/negative-areachart.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/negative-areachart.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getXAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/null-value-area.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/null-value-area.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-area/null-value-area.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/null-value-area.tsx
index dd19801f..c30c1454 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/null-value-area.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/null-value-area.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-area/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/spline-area.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/spline-area.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-area/spline-area.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/spline-area.tsx
index e374c12b..e7514219 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/spline-area.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/spline-area.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getXAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/stacked-area.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/stacked-area.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-area/stacked-area.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/stacked-area.tsx
index 49d271e8..96a2a486 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/stacked-area.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-area/stacked-area.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/bar-image-chart.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/bar-image-chart.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/bar-image-chart.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/bar-image-chart.tsx
index aa84df13..0e3d18fd 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/bar-image-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/bar-image-chart.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const BarImageChart = ({ height = 350 }) => {
const [config] = useConfig();
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/bars-with-marks.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/bars-with-marks.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/bars-with-marks.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/bars-with-marks.tsx
index 2a6d4b58..3c7d3214 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/bars-with-marks.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/bars-with-marks.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/basic-bar.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/basic-bar.tsx
similarity index 94%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/basic-bar.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/basic-bar.tsx
index af62edc6..bf736413 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/basic-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/basic-bar.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getLabel,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/custom-label-bar.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/custom-label-bar.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/custom-label-bar.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/custom-label-bar.tsx
index e6a2a619..83c625bf 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/custom-label-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/custom-label-bar.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getLabel } from "@/lib/appex-chart-options";
const CustomLabelBar = ({ height = 350 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/grouped-bar.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/grouped-bar.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/grouped-bar.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/grouped-bar.tsx
index e4065876..6e907bd4 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/grouped-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/grouped-bar.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getLabel,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/grouped-stack-bar.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/grouped-stack-bar.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/grouped-stack-bar.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/grouped-stack-bar.tsx
index a69aba1f..3f311f2a 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/grouped-stack-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/grouped-stack-bar.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getYAxisConfig } from "@/lib/appex-chart-options";
const GroupedStackBar = ({ height = 350 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/negative-values-bar.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/negative-values-bar.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/negative-values-bar.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/negative-values-bar.tsx
index 1111e595..f71438d4 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/negative-values-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/negative-values-bar.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/patterned-bar.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/patterned-bar.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/patterned-bar.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/patterned-bar.tsx
index e8f988ab..e7c86216 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/patterned-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/patterned-bar.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getLabel
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/reversed-bar.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/reversed-bar.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/reversed-bar.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/reversed-bar.tsx
index 0216564a..45750bcf 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/reversed-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/reversed-bar.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getLabel } from "@/lib/appex-chart-options";
const ReversedBar = ({ height = 350 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/stacked-bar.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/stacked-bar.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/stacked-bar.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/stacked-bar.tsx
index 52fdd312..595dfee7 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/stacked-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/stacked-bar.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getYAxisConfig } from "@/lib/appex-chart-options";
const StackedBar = ({ height = 350 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/stacked-bar2.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/stacked-bar2.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/stacked-bar2.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/stacked-bar2.tsx
index 1d5d5549..2d488d15 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/stacked-bar2.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bar/stacked-bar2.tsx
@@ -4,8 +4,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getYAxisConfig } from "@/lib/appex-chart-options";
const StackedBar2 = ({ height = 350 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/basic-boxplot.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/basic-boxplot.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/basic-boxplot.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/basic-boxplot.tsx
index 2c769ac1..4400ab66 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/basic-boxplot.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/basic-boxplot.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/horizontal-boxplot.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/horizontal-boxplot.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/horizontal-boxplot.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/horizontal-boxplot.tsx
index 98925cfe..2d1cf6f8 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/horizontal-boxplot.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/horizontal-boxplot.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/scatter-boxplot.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/scatter-boxplot.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/scatter-boxplot.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/scatter-boxplot.tsx
index 48223105..daadfbf1 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/scatter-boxplot.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-boxplot/scatter-boxplot.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/basic-bubble.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/basic-bubble.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/basic-bubble.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/basic-bubble.tsx
index 431db70d..7ba7c69e 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/basic-bubble.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/basic-bubble.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getLabel,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/bubble-3d.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/bubble-3d.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/bubble-3d.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/bubble-3d.tsx
index 8f054923..c1728d4c 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/bubble-3d.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/bubble-3d.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getLabel,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-bubble/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/basic-candle.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/basic-candle.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/basic-candle.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/basic-candle.tsx
index 37cd0ab1..3684c51e 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/basic-candle.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/basic-candle.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/candle-stick-line.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/candle-stick-line.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/candle-stick-line.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/candle-stick-line.tsx
index 03f06fe3..babec052 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/candle-stick-line.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/candle-stick-line.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/category-xaxis.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/category-xaxis.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/category-xaxis.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/category-xaxis.tsx
index b4d88ada..1b4f3562 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/category-xaxis.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/category-xaxis.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import dayjs from "dayjs";
import {
getGridConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-candlestick/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/basic-column.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/basic-column.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-column/basic-column.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/basic-column.tsx
index 9e094ae0..0ee1b01f 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/basic-column.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/basic-column.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-label.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-label.tsx
similarity index 94%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-label.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-label.tsx
index 544b9b90..8dba5e6c 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-label.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-label.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-marker.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-marker.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-marker.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-marker.tsx
index 13e83ed6..bf7990f5 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-marker.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-marker.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-negative-values.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-negative-values.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-negative-values.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-negative-values.tsx
index 99abfe09..e4478618 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-negative-values.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-negative-values.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-rotate-labels.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-rotate-labels.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-rotate-labels.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-rotate-labels.tsx
index 609a1068..c12bc900 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-rotate-labels.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/column-rotate-labels.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/distributed-chart.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/distributed-chart.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-column/distributed-chart.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/distributed-chart.tsx
index cd7d7794..232b19fe 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/distributed-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/distributed-chart.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getXAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/dumbbell.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/dumbbell.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-column/dumbbell.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/dumbbell.tsx
index 7471a259..2e16ea41 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/dumbbell.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/dumbbell.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/group-label-column.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/group-label-column.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-column/group-label-column.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/group-label-column.tsx
index 92185db9..36f0a422 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/group-label-column.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/group-label-column.tsx
@@ -4,8 +4,8 @@ const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import dayjs from "dayjs";
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getXAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/group-stacked.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/group-stacked.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-column/group-stacked.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/group-stacked.tsx
index b52d9d99..fea06a36 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/group-stacked.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/group-stacked.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getLabel } from "@/lib/appex-chart-options";
const GroupStacked = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-column/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-column/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/stacked-column.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/stacked-column.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-column/stacked-column.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/stacked-column.tsx
index 0397765e..08b9e45b 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/stacked-column.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/stacked-column.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/stacked-column2.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/stacked-column2.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-column/stacked-column2.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/stacked-column2.tsx
index 00d919bd..92697745 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/stacked-column2.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-column/stacked-column2.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-area.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-area.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-area.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-area.tsx
index d8bdfa13..db111bcc 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-area.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-area.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getLabel } from "@/lib/appex-chart-options";
const LineArea = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-column-area.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-column-area.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-column-area.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-column-area.tsx
index 2ccbf5bd..03fd154e 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-column-area.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-column-area.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getLabel } from "@/lib/appex-chart-options";
const LineColumnArea = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-column.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-column.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-column.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-column.tsx
index 782cca2f..bc328fa4 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-column.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/line-column.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getLabel } from "@/lib/appex-chart-options";
const LineColumn = ({ height = 350 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/multiple-yaxis.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/multiple-yaxis.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/multiple-yaxis.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/multiple-yaxis.tsx
index 620883aa..ba3ef453 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/multiple-yaxis.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/multiple-yaxis.tsx
@@ -4,8 +4,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getLabel } from "@/lib/appex-chart-options";
const MultipleYAxis = ({ height = 350 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-combo/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/basic-funnel.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/basic-funnel.tsx
similarity index 94%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/basic-funnel.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/basic-funnel.tsx
index 4a7dba62..d808ea47 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/basic-funnel.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/basic-funnel.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig } from "@/lib/appex-chart-options";
const BasicFunnel = ({ height = 350 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/pyramid.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/pyramid.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/pyramid.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/pyramid.tsx
index a5d6fae6..c210796b 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/pyramid.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-funnel/pyramid.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig } from "@/lib/appex-chart-options";
const PyramidChart = ({ height = 350 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/basic-heatmap.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/basic-heatmap.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/basic-heatmap.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/basic-heatmap.tsx
index 97804675..9719ac58 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/basic-heatmap.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/basic-heatmap.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getLabel,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/color-range.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/color-range.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/color-range.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/color-range.tsx
index a29aecb9..e48b5cc0 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/color-range.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/color-range.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getLabel,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/mulitple-colors-heatmap.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/mulitple-colors-heatmap.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/mulitple-colors-heatmap.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/mulitple-colors-heatmap.tsx
index 06469319..3020099e 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/mulitple-colors-heatmap.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/mulitple-colors-heatmap.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getLabel,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/rounded-heatmap.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/rounded-heatmap.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/rounded-heatmap.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/rounded-heatmap.tsx
index a6e12e4e..c11b2e82 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/rounded-heatmap.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-heatmap/rounded-heatmap.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getLabel,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/brush-linechart.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/brush-linechart.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-line/brush-linechart.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/brush-linechart.tsx
index 64d76b32..432274fb 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/brush-linechart.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/brush-linechart.tsx
@@ -4,8 +4,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getLabel } from "@/lib/appex-chart-options";
interface DataRange {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/dashed-linechart.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/dashed-linechart.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-line/dashed-linechart.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/dashed-linechart.tsx
index 18e0d85c..010a98a7 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/dashed-linechart.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/dashed-linechart.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getXAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/gradiant-linechart.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/gradiant-linechart.tsx
similarity index 94%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-line/gradiant-linechart.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/gradiant-linechart.tsx
index d2b1cf3a..a815f2cc 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/gradiant-linechart.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/gradiant-linechart.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getXAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-line/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-chart.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-chart.tsx
similarity index 93%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-chart.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-chart.tsx
index 0b28a5ad..8aea1a33 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-chart.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getXAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-with-annotations.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-with-annotations.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-with-annotations.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-with-annotations.tsx
index 96252ecb..30ab52e6 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-with-annotations.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-with-annotations.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-with-datalabels.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-with-datalabels.tsx
similarity index 94%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-with-datalabels.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-with-datalabels.tsx
index bb94d22e..9fd15c8e 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-with-datalabels.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/line-with-datalabels.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getXAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/missingdata-linechart.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/missingdata-linechart.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-line/missingdata-linechart.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/missingdata-linechart.tsx
index eb64ae52..102cdeb4 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/missingdata-linechart.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/missingdata-linechart.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-line/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/realttime-linechart.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/realttime-linechart.tsx
similarity index 94%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-line/realttime-linechart.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/realttime-linechart.tsx
index b4c928bb..f36de838 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/realttime-linechart.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/realttime-linechart.tsx
@@ -4,8 +4,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getXAxisConfig } from "@/lib/appex-chart-options";
const RealTimeLineChart = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/step-linechart.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/step-linechart.tsx
similarity index 93%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-line/step-linechart.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/step-linechart.tsx
index 4c7a2dbc..8c85d224 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/step-linechart.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/step-linechart.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getXAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/synchronized-chart.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/synchronized-chart.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-line/synchronized-chart.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/synchronized-chart.tsx
index 88b6f35c..1f87549e 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/synchronized-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/synchronized-chart.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getLabel, getGridConfig, getYAxisConfig } from "@/lib/appex-chart-options";
interface DataRange {
min: number;
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/zoomable-timeseries.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/zoomable-timeseries.tsx
similarity index 99%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-line/zoomable-timeseries.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/zoomable-timeseries.tsx
index 0eb1d744..490cfff9 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/zoomable-timeseries.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-line/zoomable-timeseries.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/basic-donut.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/basic-donut.tsx
similarity index 93%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/basic-donut.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/basic-donut.tsx
index 2f36ea31..71c891a6 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/basic-donut.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/basic-donut.tsx
@@ -4,8 +4,8 @@ const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const BasicDonut = ({ height = 350 }) => {
const [config] = useConfig();
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/basic-pie.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/basic-pie.tsx
similarity index 93%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/basic-pie.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/basic-pie.tsx
index 6a23354c..791f5fb7 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/basic-pie.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/basic-pie.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const BasicPie = ({ height = 350 }) => {
const [config] = useConfig();
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/donut-pattern.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/donut-pattern.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/donut-pattern.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/donut-pattern.tsx
index 771a445c..33a45144 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/donut-pattern.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/donut-pattern.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const DonutPattern = ({ height = 350 }) => {
const [config] = useConfig();
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/gradiant-donut.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/gradiant-donut.tsx
similarity index 94%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/gradiant-donut.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/gradiant-donut.tsx
index e408d3d1..ed478d31 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/gradiant-donut.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/gradiant-donut.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const GradiantDonut = ({ height = 350 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/image-pie.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/image-pie.tsx
similarity index 94%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/image-pie.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/image-pie.tsx
index 3b02bf98..ba73f539 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/image-pie.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/image-pie.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const ImagePie = ({ height = 350 }) => {
const [config] = useConfig();
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/mono-chrome.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/mono-chrome.tsx
similarity index 94%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/mono-chrome.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/mono-chrome.tsx
index 41335148..1917c945 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/mono-chrome.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/mono-chrome.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const MonoChrome = ({ height = 350 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/semi-donut.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/semi-donut.tsx
similarity index 94%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/semi-donut.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/semi-donut.tsx
index 5769378e..78d9e052 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/semi-donut.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-pie/semi-donut.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const SemiDonut = ({ height = 350 }) => {
const [config] = useConfig();
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/basic-polar.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/basic-polar.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/basic-polar.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/basic-polar.tsx
index 98c5e22b..c5467047 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/basic-polar.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/basic-polar.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getXAxisConfig,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/mono-chrome.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/mono-chrome.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/mono-chrome.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/mono-chrome.tsx
index 3b4f5d56..54fcd600 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/mono-chrome.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/mono-chrome.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getXAxisConfig } from "@/lib/appex-chart-options";
const MonChromePolarArea = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-polararea/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/basic-radar.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/basic-radar.tsx
similarity index 94%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/basic-radar.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/basic-radar.tsx
index 419671a1..b3813769 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/basic-radar.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/basic-radar.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getLabel, getYAxisConfig } from "@/lib/appex-chart-options";
const BasicRadar = ({ height = 350 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/multiple-series-radar.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/multiple-series-radar.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/multiple-series-radar.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/multiple-series-radar.tsx
index daf89a89..e1fe608f 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/multiple-series-radar.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/multiple-series-radar.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getLabel,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/radar-polygon-fill.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/radar-polygon-fill.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/radar-polygon-fill.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/radar-polygon-fill.tsx
index 4339124b..1275ead3 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/radar-polygon-fill.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radar/radar-polygon-fill.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getLabel,
getYAxisConfig,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/basic-radial-bar.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/basic-radial-bar.tsx
similarity index 92%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/basic-radial-bar.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/basic-radial-bar.tsx
index f7fc0e43..428162ec 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/basic-radial-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/basic-radial-bar.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const BasicRadialBar = ({ height = 350 }) => {
const [config] = useConfig();
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/custom-angle.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/custom-angle.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/custom-angle.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/custom-angle.tsx
index d958bfcb..64e26c8a 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/custom-angle.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/custom-angle.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const CustomAngle = ({ height = 350 }) => {
const [config] = useConfig();
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/gradiant-radial-bar.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/gradiant-radial-bar.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/gradiant-radial-bar.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/gradiant-radial-bar.tsx
index a1e48396..6e289927 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/gradiant-radial-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/gradiant-radial-bar.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const GradiantRadialBar = ({ height = 350 }) => {
const [config] = useConfig();
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/multiple-radial-bar.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/multiple-radial-bar.tsx
similarity index 93%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/multiple-radial-bar.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/multiple-radial-bar.tsx
index dbd05703..b6e6a963 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/multiple-radial-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/multiple-radial-bar.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const MultipleRadialBar = ({ height = 350 }) => {
const [config] = useConfig();
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/radialbar-with-Image.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/radialbar-with-Image.tsx
similarity index 94%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/radialbar-with-Image.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/radialbar-with-Image.tsx
index d4da2047..de6a322d 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/radialbar-with-Image.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/radialbar-with-Image.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const RadialBarWithImage = ({ height = 350 }) => {
const [config] = useConfig();
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/semi-circle-gauge.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/semi-circle-gauge.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/semi-circle-gauge.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/semi-circle-gauge.tsx
index 43c6dc54..0cc2c5f1 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/semi-circle-gauge.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/semi-circle-gauge.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const SemiCircleGauge = ({ height = 350 }) => {
const [config] = useConfig();
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/stroked-gauge.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/stroked-gauge.tsx
similarity index 94%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/stroked-gauge.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/stroked-gauge.tsx
index 20e69328..96563c8e 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/stroked-gauge.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-radialbars/stroked-gauge.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const StrokedGauge = ({ height = 350 }) => {
const [config] = useConfig();
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-range/basic-range.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-range/basic-range.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-range/basic-range.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-range/basic-range.tsx
index 0e60eab1..3762f788 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-range/basic-range.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-range/basic-range.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getXAxisConfig } from "@/lib/appex-chart-options";
const BasicRange = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-range/combo-range.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-range/combo-range.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-range/combo-range.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-range/combo-range.tsx
index c37f6737..97c4d1e1 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-range/combo-range.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-range/combo-range.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getLabel } from "@/lib/appex-chart-options";
const ComboRange = ({ height = 350 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-range/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-range/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-range/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-range/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-range/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-range/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-range/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-range/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/basic-scatter.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/basic-scatter.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/basic-scatter.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/basic-scatter.tsx
index 0a50676f..8068f00c 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/basic-scatter.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/basic-scatter.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getLabel } from "@/lib/appex-chart-options";
const BasicScatter = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/date-time.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/date-time.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/date-time.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/date-time.tsx
index f8a1c1b4..e2bb26db 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/date-time.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/date-time.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getLabel } from "@/lib/appex-chart-options";
const DateTime = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/scatter-image.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/scatter-image.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/scatter-image.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/scatter-image.tsx
index 9731874b..4f5ece5d 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/scatter-image.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-scatter/scatter-image.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getLabel } from "@/lib/appex-chart-options";
const ScatterImage = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/basic-timeline.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/basic-timeline.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/basic-timeline.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/basic-timeline.tsx
index 36cc3ec4..69f58738 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/basic-timeline.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/basic-timeline.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getLabel } from "@/lib/appex-chart-options";
const BasicTimeline = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/custom-color.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/custom-color.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/custom-color.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/custom-color.tsx
index b95ba658..c976e6d8 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/custom-color.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/custom-color.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getLabel } from "@/lib/appex-chart-options";
import moment from "moment";
const CustomColor = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/dumbbell-timeline.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/dumbbell-timeline.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/dumbbell-timeline.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/dumbbell-timeline.tsx
index 8284e9e4..719e2643 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/dumbbell-timeline.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/dumbbell-timeline.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getLabel } from "@/lib/appex-chart-options";
const DumbbellTimelineChart = ({ height = 400 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/group-rows.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/group-rows.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/group-rows.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/group-rows.tsx
index f3b6edc8..a96a3317 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/group-rows.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/group-rows.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getLabel,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/multi-range.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/multi-range.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/multi-range.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/multi-range.tsx
index 4e55c549..05415a54 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/multi-range.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/multi-range.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import { getGridConfig, getLabel } from "@/lib/appex-chart-options";
const MultiRange = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/multi-series.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/multi-series.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/multi-series.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/multi-series.tsx
index 864a4bd5..8c40fb43 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/multi-series.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/multi-series.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getLabel,
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-timeline/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/basic-treemap.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/basic-treemap.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/basic-treemap.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/basic-treemap.tsx
index bfac35e2..9a4bf146 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/basic-treemap.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/basic-treemap.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const BasicTreeMap = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/color-range.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/color-range.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/color-range.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/color-range.tsx
index 557d2cb5..f93be7a2 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/color-range.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/color-range.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const ColorRange = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/distributed-treemap.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/distributed-treemap.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/distributed-treemap.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/distributed-treemap.tsx
index 29ee6576..7601e971 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/distributed-treemap.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/distributed-treemap.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const DistributedTreeMap = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/layout.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/multiple-series-treemap.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/multiple-series-treemap.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/multiple-series-treemap.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/multiple-series-treemap.tsx
index 07e8ad7d..652ebaa8 100644
--- a/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/multiple-series-treemap.tsx
+++ b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/multiple-series-treemap.tsx
@@ -3,8 +3,8 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { hexToRGB } from "@/lib/utils/utils";
+import { useConfig } from "@/lib/hooks/use-config";
const MultipleSeriesTreeMap = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/page.tsx b/src/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/page.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/charts-appex-treemap/page.tsx
diff --git a/app/[locale]/(protected)/charts/appex-charts/layout.tsx b/src/app/[locale]/(protected)/charts/appex-charts/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/appex-charts/layout.tsx
rename to src/app/[locale]/(protected)/charts/appex-charts/layout.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/delay-chart.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/delay-chart.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/delay-chart.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/delay-chart.tsx
index 891055b0..de20d1ec 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/delay-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/delay-chart.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Bar } from "react-chartjs-2";
import { faker } from "@faker-js/faker";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/drop-chart.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/drop-chart.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/drop-chart.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/drop-chart.tsx
index d63b6e53..99426cf4 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/drop-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/drop-chart.tsx
@@ -12,7 +12,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
import { faker } from "@faker-js/faker";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/layout.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/layout.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/layout.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/loop-chart.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/loop-chart.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/loop-chart.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/loop-chart.tsx
index b5f2887b..17b05b28 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/loop-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/loop-chart.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
import { faker } from "@faker-js/faker";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/page.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/page.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/page.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/prograssive-line.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/prograssive-line.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/prograssive-line.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/prograssive-line.tsx
index 962e5e68..d870f199 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/prograssive-line.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-animations/prograssive-line.tsx
@@ -12,7 +12,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/basic-area.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/basic-area.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/basic-area.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/basic-area.tsx
index a9dc5da5..55ee671e 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/basic-area.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/basic-area.tsx
@@ -14,7 +14,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/draw-time.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/draw-time.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/draw-time.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/draw-time.tsx
index 9592b9ce..d2dab40e 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/draw-time.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/draw-time.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/layout.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/layout.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/layout.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/line-datasets.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/line-datasets.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/line-datasets.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/line-datasets.tsx
index 5e410d73..3af09226 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/line-datasets.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/line-datasets.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/linechart-stacked.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/linechart-stacked.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/linechart-stacked.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/linechart-stacked.tsx
index 65382c5d..88ded9f6 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/linechart-stacked.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/linechart-stacked.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/page.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/page.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/page.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/radar-stacked.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/radar-stacked.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/radar-stacked.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/radar-stacked.tsx
index a4ffc2bd..210fd817 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/radar-stacked.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-area/radar-stacked.tsx
@@ -13,7 +13,7 @@ import {
} from "chart.js";
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Radar } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/basic-bar.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/basic-bar.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/basic-bar.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/basic-bar.tsx
index 7afb635f..1a413e55 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/basic-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/basic-bar.tsx
@@ -11,7 +11,7 @@ import {
} from "chart.js";
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Bar } from "react-chartjs-2";
ChartJS.register(
CategoryScale,
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/floating-bar.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/floating-bar.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/floating-bar.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/floating-bar.tsx
index e5960b5d..91dff689 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/floating-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/floating-bar.tsx
@@ -12,7 +12,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Bar } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/horizontal-bar.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/horizontal-bar.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/horizontal-bar.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/horizontal-bar.tsx
index 679e6667..67251a92 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/horizontal-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/horizontal-bar.tsx
@@ -12,7 +12,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Bar } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/layout.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/layout.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/layout.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/page.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/page.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/page.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/stacked-bar.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/stacked-bar.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/stacked-bar.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/stacked-bar.tsx
index f0df2221..bb1c9e3d 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/stacked-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/stacked-bar.tsx
@@ -12,7 +12,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Bar } from "react-chartjs-2";
ChartJS.register(
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/stackedbar-with-groups.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/stackedbar-with-groups.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/stackedbar-with-groups.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/stackedbar-with-groups.tsx
index 33e2af53..6c972e72 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/stackedbar-with-groups.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/stackedbar-with-groups.tsx
@@ -12,7 +12,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Bar } from "react-chartjs-2";
ChartJS.register(
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/vertical-bar.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/vertical-bar.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/vertical-bar.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/vertical-bar.tsx
index c0f9ffef..2c1dd6cf 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/vertical-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-bar/vertical-bar.tsx
@@ -12,7 +12,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Bar } from "react-chartjs-2";
ChartJS.register(
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/alignment-andtitle-position.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/alignment-andtitle-position.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/alignment-andtitle-position.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/alignment-andtitle-position.tsx
index 4f91c19a..fca311c2 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/alignment-andtitle-position.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/alignment-andtitle-position.tsx
@@ -14,7 +14,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/layout.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/layout.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/layout.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-events.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-events.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-events.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-events.tsx
index 7629187e..0678fa9a 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-events.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-events.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Doughnut } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-html.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-html.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-html.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-html.tsx
index 4559d2b5..4d30fcb4 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-html.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-html.tsx
@@ -14,7 +14,7 @@ import {
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { colors } from "@/lib/colors";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-position.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-position.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-position.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-position.tsx
index 3680c6eb..a022b087 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-position.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/legend-position.tsx
@@ -14,7 +14,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/page.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/page.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/page.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/point-style.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/point-style.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/point-style.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/point-style.tsx
index 3275020d..3ac59d40 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/point-style.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-legend/point-style.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/basic-line.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/basic-line.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/basic-line.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/basic-line.tsx
index 8af3e67d..e1730b3b 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/basic-line.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/basic-line.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/interpolation-modes.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/interpolation-modes.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/interpolation-modes.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/interpolation-modes.tsx
index 295b24d5..8ee31151 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/interpolation-modes.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/interpolation-modes.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/layout.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/layout.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/layout.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/line-styling.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/line-styling.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/line-styling.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/line-styling.tsx
index eceda50d..149cd2f5 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/line-styling.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/line-styling.tsx
@@ -14,7 +14,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
import { faker } from "@faker-js/faker";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/linesegment-styling.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/linesegment-styling.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/linesegment-styling.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/linesegment-styling.tsx
index 386bd159..d703fb7a 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/linesegment-styling.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/linesegment-styling.tsx
@@ -14,7 +14,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/multi-axisline-chart.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/multi-axisline-chart.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/multi-axisline-chart.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/multi-axisline-chart.tsx
index 81783002..66b9ba52 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/multi-axisline-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/multi-axisline-chart.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
import { faker } from "@faker-js/faker";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/page.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/page.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/page.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/point-styling.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/point-styling.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/point-styling.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/point-styling.tsx
index 81d10938..bfb18d8f 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/point-styling.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/point-styling.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
import { faker } from "@faker-js/faker";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/steppedline-charts.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/steppedline-charts.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/steppedline-charts.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/steppedline-charts.tsx
index 9e9c0630..c08058d4 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/steppedline-charts.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-line/steppedline-charts.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
import { faker } from "@faker-js/faker";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/bubble-chart.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/bubble-chart.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/bubble-chart.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/bubble-chart.tsx
index 4c3d54a9..b676ecbd 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/bubble-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/bubble-chart.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Bubble } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/centeredpoint-labels.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/centeredpoint-labels.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/centeredpoint-labels.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/centeredpoint-labels.tsx
index 83d00f41..3586ab87 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/centeredpoint-labels.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/centeredpoint-labels.tsx
@@ -13,7 +13,7 @@ import {
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { colors } from "@/lib/colors";
import { PolarArea } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/combo-chart.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/combo-chart.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/combo-chart.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/combo-chart.tsx
index 1ff7cf35..b1dc330d 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/combo-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/combo-chart.tsx
@@ -14,7 +14,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Bar } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/doughnut-chart.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/doughnut-chart.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/doughnut-chart.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/doughnut-chart.tsx
index 29c1d132..3eb6f080 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/doughnut-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/doughnut-chart.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Doughnut } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/layout.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/layout.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/layout.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/multi-series-pie.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/multi-series-pie.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/multi-series-pie.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/multi-series-pie.tsx
index 3378dbba..3f5a107d 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/multi-series-pie.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/multi-series-pie.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Doughnut } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/page.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/page.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/page.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/pie-chart.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/pie-chart.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/pie-chart.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/pie-chart.tsx
index ce339d98..93c75e82 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/pie-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/pie-chart.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Doughnut } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/polar-area.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/polar-area.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/polar-area.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/polar-area.tsx
index 7d1089a0..abfb1151 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/polar-area.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/polar-area.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { PolarArea } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/radar-chart.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/radar-chart.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/radar-chart.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/radar-chart.tsx
index c4001260..cd1486e2 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/radar-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/radar-chart.tsx
@@ -12,7 +12,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Radar } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/scatter-chart.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/scatter-chart.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/scatter-chart.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/scatter-chart.tsx
index ec4fb246..e480c841 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/scatter-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-other/scatter-chart.tsx
@@ -12,7 +12,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Scatter } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/center-positioning.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/center-positioning.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/center-positioning.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/center-positioning.tsx
index cd37367c..eacf3547 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/center-positioning.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/center-positioning.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Scatter } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/grid-configure.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/grid-configure.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/grid-configure.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/grid-configure.tsx
index 935aa2a8..5b6f95b6 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/grid-configure.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/grid-configure.tsx
@@ -13,7 +13,7 @@ import {
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { colors } from "@/lib/colors";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/layout.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/layout.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/layout.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/page.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/page.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/page.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/tick-configuration.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/tick-configuration.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/tick-configuration.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/tick-configuration.tsx
index e5b49010..701b436b 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/tick-configuration.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/tick-configuration.tsx
@@ -14,7 +14,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/title-configuration.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/title-configuration.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/title-configuration.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/title-configuration.tsx
index f4f77de7..00b74f90 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/title-configuration.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scaleoptions/title-configuration.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/layout.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/layout.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/layout.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/linearscale-minmax.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/linearscale-minmax.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/linearscale-minmax.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/linearscale-minmax.tsx
index 447cf97d..854f6754 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/linearscale-minmax.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/linearscale-minmax.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/linearscale-stepsize.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/linearscale-stepsize.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/linearscale-stepsize.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/linearscale-stepsize.tsx
index b46939bc..1d7ac450 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/linearscale-stepsize.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/linearscale-stepsize.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
import { faker } from "@faker-js/faker";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/logscale-chart.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/logscale-chart.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/logscale-chart.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/logscale-chart.tsx
index 64ed2e36..07251f9d 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/logscale-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/logscale-chart.tsx
@@ -14,7 +14,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
import { faker } from "@faker-js/faker";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/page.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/page.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/page.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/stackedlinear-category.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/stackedlinear-category.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/stackedlinear-category.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/stackedlinear-category.tsx
index e4765cba..11c8c0d9 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/stackedlinear-category.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/stackedlinear-category.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/suggested-minmax.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/suggested-minmax.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/suggested-minmax.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/suggested-minmax.tsx
index e015c359..4db4e70c 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/suggested-minmax.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/suggested-minmax.tsx
@@ -14,7 +14,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/timescale-chart.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/timescale-chart.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/timescale-chart.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/timescale-chart.tsx
index 2139fd31..a67487cd 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/timescale-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scales/timescale-chart.tsx
@@ -14,7 +14,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
import { faker } from "@faker-js/faker";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/layout.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/layout.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/layout.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/page.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/page.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/page.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/script-bar.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/script-bar.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/script-bar.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/script-bar.tsx
index a23101be..24d29367 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/script-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/script-bar.tsx
@@ -12,7 +12,7 @@ import {
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { colors } from "@/lib/colors";
import { Bar } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/script-bubble.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/script-bubble.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/script-bubble.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/script-bubble.tsx
index 36921417..521f8f73 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/script-bubble.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-scriptable/script-bubble.tsx
@@ -13,7 +13,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Bubble } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-title/layout.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-title/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-title/layout.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-title/layout.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-title/page.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-title/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-title/page.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-title/page.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-title/title-alignment.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-title/title-alignment.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-title/title-alignment.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-title/title-alignment.tsx
index 20ed9290..25d287a5 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-title/title-alignment.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-title/title-alignment.tsx
@@ -14,7 +14,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/custom-tooltip.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/custom-tooltip.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/custom-tooltip.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/custom-tooltip.tsx
index 86052c38..00e029dc 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/custom-tooltip.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/custom-tooltip.tsx
@@ -15,7 +15,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/interaction-modes.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/interaction-modes.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/interaction-modes.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/interaction-modes.tsx
index b102f4a3..07789b74 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/interaction-modes.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/interaction-modes.tsx
@@ -15,7 +15,7 @@ import {
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { colors } from "@/lib/colors";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/layout.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/layout.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/layout.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/page.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/page.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/page.tsx
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/position-tooltip.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/position-tooltip.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/position-tooltip.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/position-tooltip.tsx
index 36e9e8db..a6db68ac 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/position-tooltip.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/position-tooltip.tsx
@@ -15,7 +15,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/tooltip-point-style.tsx b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/tooltip-point-style.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/tooltip-point-style.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/tooltip-point-style.tsx
index a900d68f..c8d8b75c 100644
--- a/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/tooltip-point-style.tsx
+++ b/src/app/[locale]/(protected)/charts/chart-js/charts-chartjs-tooltip/tooltip-point-style.tsx
@@ -16,7 +16,7 @@ import {
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Line } from "react-chartjs-2";
diff --git a/app/[locale]/(protected)/charts/chart-js/layout.tsx b/src/app/[locale]/(protected)/charts/chart-js/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/chart-js/layout.tsx
rename to src/app/[locale]/(protected)/charts/chart-js/layout.tsx
diff --git a/app/[locale]/(protected)/charts/layout.tsx b/src/app/[locale]/(protected)/charts/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/layout.tsx
rename to src/app/[locale]/(protected)/charts/layout.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/area-connect-nulls.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/area-connect-nulls.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-area/area-connect-nulls.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/area-connect-nulls.tsx
index abf4686a..ac1f9ca9 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/area-connect-nulls.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/area-connect-nulls.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/areachart-fillby-value.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/areachart-fillby-value.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-area/areachart-fillby-value.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/areachart-fillby-value.tsx
index e81c82b1..b0834b17 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/areachart-fillby-value.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/areachart-fillby-value.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/basic-area-chart.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/basic-area-chart.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-area/basic-area-chart.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/basic-area-chart.tsx
index 1bb5bd18..30f15388 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/basic-area-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/basic-area-chart.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/cardinal-area.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/cardinal-area.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-area/cardinal-area.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/cardinal-area.tsx
index ac9088d8..61765134 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/cardinal-area.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/cardinal-area.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/layout.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-area/layout.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/layout.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/page.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-area/page.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/page.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/percent-area.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/percent-area.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-area/percent-area.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/percent-area.tsx
index 65f7c146..6784a6d0 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/percent-area.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/percent-area.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/stacked-rechart-area.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/stacked-rechart-area.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-area/stacked-rechart-area.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/stacked-rechart-area.tsx
index 17483394..5c523cee 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/stacked-rechart-area.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/stacked-rechart-area.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/synchronized-area.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/synchronized-area.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-area/synchronized-area.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/synchronized-area.tsx
index f0496602..53614ec4 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/synchronized-area.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/synchronized-area.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/tiny-rechart-area.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/tiny-rechart-area.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-area/tiny-rechart-area.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/tiny-rechart-area.tsx
index 23205b09..07c34d5d 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-area/tiny-rechart-area.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-area/tiny-rechart-area.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/background-bar.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/background-bar.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/background-bar.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/background-bar.tsx
index bd81c6c5..e6efd5ae 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/background-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/background-bar.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/barchart-with-multixaxis.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/barchart-with-multixaxis.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/barchart-with-multixaxis.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/barchart-with-multixaxis.tsx
index 0a3e7227..482c2b53 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/barchart-with-multixaxis.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/barchart-with-multixaxis.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/barwith-minheight.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/barwith-minheight.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/barwith-minheight.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/barwith-minheight.tsx
index 20612221..6783c9b0 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/barwith-minheight.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/barwith-minheight.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/bi-axxial-bar.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/bi-axxial-bar.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/bi-axxial-bar.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/bi-axxial-bar.tsx
index bdbfc20d..687f8ae8 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/bi-axxial-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/bi-axxial-bar.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/brush-bar.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/brush-bar.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/brush-bar.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/brush-bar.tsx
index 0309856b..f5b8381f 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/brush-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/brush-bar.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/custom-shape.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/custom-shape.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/custom-shape.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/custom-shape.tsx
index f5096871..623aea11 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/custom-shape.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/custom-shape.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
Cell,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/custom-tooltip.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/custom-tooltip.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/custom-tooltip.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/custom-tooltip.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/customized-event-bar.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/customized-event-bar.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/customized-event-bar.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/customized-event-bar.tsx
index d044aa2a..b7dc7166 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/customized-event-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/customized-event-bar.tsx
@@ -4,7 +4,7 @@ import { BarChart, Bar, Cell, ResponsiveContainer } from 'recharts';
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
const CustomizedEvent = ({ height = 300 }) => {
const { theme: mode } = useTheme();
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/data.ts b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/data.ts
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/data.ts
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/data.ts
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/layout.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/layout.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/layout.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/mix-bar.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/mix-bar.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/mix-bar.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/mix-bar.tsx
index c82dd5e8..09dd1c41 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/mix-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/mix-bar.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/no-padding-bar.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/no-padding-bar.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/no-padding-bar.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/no-padding-bar.tsx
index 5b6c0503..f1b4eb25 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/no-padding-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/no-padding-bar.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/page.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/page.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/page.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/positive-negative-bar.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/positive-negative-bar.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/positive-negative-bar.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/positive-negative-bar.tsx
index b288e7e8..8670fc09 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/positive-negative-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/positive-negative-bar.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/simple-bar.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/simple-bar.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/simple-bar.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/simple-bar.tsx
index 3ba29ba5..63996fe8 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/simple-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/simple-bar.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/stacked-bar.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/stacked-bar.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/stacked-bar.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/stacked-bar.tsx
index 24c140fe..231dae7e 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/stacked-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/stacked-bar.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/stacked-barwith-sign.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/stacked-barwith-sign.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/stacked-barwith-sign.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/stacked-barwith-sign.tsx
index 7f42a9dd..65d073a5 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/stacked-barwith-sign.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/stacked-barwith-sign.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/tiny-bar.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/tiny-bar.tsx
similarity index 88%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-bar/tiny-bar.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/tiny-bar.tsx
index c712080e..bdefc553 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/tiny-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-bar/tiny-bar.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import { ResponsiveContainer, BarChart, Bar } from 'recharts';
import { data } from "./data";
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/composedchart-with-axislabels.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/composedchart-with-axislabels.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-composed/composedchart-with-axislabels.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/composedchart-with-axislabels.tsx
index 7188e123..5037c809 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/composedchart-with-axislabels.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/composedchart-with-axislabels.tsx
@@ -3,7 +3,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
ComposedChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/layout.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-composed/layout.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/layout.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/linebar-area-composedchart.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/linebar-area-composedchart.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-composed/linebar-area-composedchart.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/linebar-area-composedchart.tsx
index a8ead80e..11d93ac3 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/linebar-area-composedchart.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/linebar-area-composedchart.tsx
@@ -3,7 +3,7 @@ import React from "react";
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
ComposedChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/page.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-composed/page.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/page.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/samedata-composed-chart.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/samedata-composed-chart.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-composed/samedata-composed-chart.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/samedata-composed-chart.tsx
index d0ca0009..efe2f2b0 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/samedata-composed-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/samedata-composed-chart.tsx
@@ -3,7 +3,7 @@ import React from "react";
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
ComposedChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/scatter-line-bestfit.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/scatter-line-bestfit.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-composed/scatter-line-bestfit.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/scatter-line-bestfit.tsx
index e5d6a58e..94881bf8 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/scatter-line-bestfit.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/scatter-line-bestfit.tsx
@@ -3,7 +3,7 @@ import React from "react";
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
ComposedChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/vertical-composed-chart.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/vertical-composed-chart.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-composed/vertical-composed-chart.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/vertical-composed-chart.tsx
index 2c49253d..9004e030 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/vertical-composed-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-composed/vertical-composed-chart.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
ComposedChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/basic-line.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/basic-line.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-line/basic-line.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/basic-line.tsx
index f3bf957d..4d8f4319 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/basic-line.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/basic-line.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
LineChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/biaxial-linechart.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/biaxial-linechart.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-line/biaxial-linechart.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/biaxial-linechart.tsx
index 70a8a7c0..9fe80f2b 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/biaxial-linechart.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/biaxial-linechart.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
LineChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/connect-nulls.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/connect-nulls.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-line/connect-nulls.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/connect-nulls.tsx
index b8448cb4..c2c8866c 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/connect-nulls.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/connect-nulls.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
LineChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/custom-tooltip.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/custom-tooltip.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-line/custom-tooltip.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/custom-tooltip.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/customized-dot.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/customized-dot.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-line/customized-dot.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/customized-dot.tsx
index 27b8ddfa..67f87243 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/customized-dot.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/customized-dot.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
LineChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/customized-label.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/customized-label.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-line/customized-label.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/customized-label.tsx
index 6fdc9308..bc25e8cc 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/customized-label.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/customized-label.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
LineChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/dashedline-chart.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/dashedline-chart.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-line/dashedline-chart.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/dashedline-chart.tsx
index d2835261..6da536ea 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/dashedline-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/dashedline-chart.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
LineChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/layout.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-line/layout.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/layout.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/linechart-with-padding.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/linechart-with-padding.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-line/linechart-with-padding.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/linechart-with-padding.tsx
index b47566fd..e65dc774 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/linechart-with-padding.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/linechart-with-padding.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
LineChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/multi-series.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/multi-series.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-line/multi-series.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/multi-series.tsx
index 6dbd728c..fadbbc49 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/multi-series.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/multi-series.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
LineChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/page.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-line/page.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/page.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/reference-lines.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/reference-lines.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-line/reference-lines.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/reference-lines.tsx
index b32de88c..cd8c2ae5 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/reference-lines.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/reference-lines.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
LineChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/specified-domain.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/specified-domain.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-line/specified-domain.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/specified-domain.tsx
index c5baaf05..6924ec05 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/specified-domain.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/specified-domain.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
LineChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/synchronized-linechart.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/synchronized-linechart.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-line/synchronized-linechart.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/synchronized-linechart.tsx
index 6fe26ed1..8a830ac6 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/synchronized-linechart.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/synchronized-linechart.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
LineChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/tinyline-chart.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/tinyline-chart.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-line/tinyline-chart.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/tinyline-chart.tsx
index d4b8b79c..d4c009d6 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/tinyline-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/tinyline-chart.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
LineChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/verticalline-chart.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/verticalline-chart.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-line/verticalline-chart.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/verticalline-chart.tsx
index 572299bf..e0fdb86e 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-line/verticalline-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-line/verticalline-chart.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
LineChart,
Line,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/customized-label-pie.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/customized-label-pie.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-pie/customized-label-pie.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/customized-label-pie.tsx
index e3df0d0d..76987d8f 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/customized-label-pie.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/customized-label-pie.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import { ResponsiveContainer, PieChart, Pie, Cell } from 'recharts';
const data = [
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/layout.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-pie/layout.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/layout.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/page.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-pie/page.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/page.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/pie-chart-with-paddingangle.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/pie-chart-with-paddingangle.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-pie/pie-chart-with-paddingangle.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/pie-chart-with-paddingangle.tsx
index 4f95a950..9ef40b07 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/pie-chart-with-paddingangle.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/pie-chart-with-paddingangle.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import { ResponsiveContainer, PieChart, Pie, Cell } from 'recharts';
const PieChartWithPaddingAngle = ({ height = 300 }) => {
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/piewith-needle.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/piewith-needle.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-pie/piewith-needle.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/piewith-needle.tsx
index eb7a7539..a9e9cd1f 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/piewith-needle.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/piewith-needle.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import { ResponsiveContainer, PieChart, Pie, Cell } from 'recharts';
const RADIAN = Math.PI / 180;
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/straight-angle.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/straight-angle.tsx
similarity index 92%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-pie/straight-angle.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/straight-angle.tsx
index b833bb83..f17ec421 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/straight-angle.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/straight-angle.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import { ResponsiveContainer, PieChart, Pie } from 'recharts';
const data = [
{ name: 'Group A', value: 400 },
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/two-simple-pie.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/two-simple-pie.tsx
similarity index 95%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-pie/two-simple-pie.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/two-simple-pie.tsx
index 7de8f29d..cc5c26fa 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/two-simple-pie.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/two-simple-pie.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import { ResponsiveContainer, PieChart, Pie, Tooltip } from 'recharts';
const data01 = [
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/twolevel-pie.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/twolevel-pie.tsx
similarity index 94%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-pie/twolevel-pie.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/twolevel-pie.tsx
index ce312d7f..1c2f9289 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/twolevel-pie.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-pie/twolevel-pie.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import { ResponsiveContainer, PieChart, Pie } from 'recharts';
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-radar/layout.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-radar/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-radar/layout.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-radar/layout.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-radar/page.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-radar/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-radar/page.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-radar/page.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-radar/simple-radar-chart.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-radar/simple-radar-chart.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-radar/simple-radar-chart.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-radar/simple-radar-chart.tsx
index fbdc089b..bc0c434a 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-radar/simple-radar-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-radar/simple-radar-chart.tsx
@@ -3,7 +3,7 @@ import React from "react";
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
Radar,
RadarChart,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-radar/specified-domain-radar.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-radar/specified-domain-radar.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-radar/specified-domain-radar.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-radar/specified-domain-radar.tsx
index 1e992a01..07c541d4 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-radar/specified-domain-radar.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-radar/specified-domain-radar.tsx
@@ -3,7 +3,7 @@ import React from "react";
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
Radar,
RadarChart,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-radialbar/basic-radial-bar.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-radialbar/basic-radial-bar.tsx
similarity index 96%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-radialbar/basic-radial-bar.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-radialbar/basic-radial-bar.tsx
index ea9aefe0..9b48d26d 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-radialbar/basic-radial-bar.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-radialbar/basic-radial-bar.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import { RadialBarChart, RadialBar, Legend, ResponsiveContainer } from 'recharts';
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-radialbar/layout.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-radialbar/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-radialbar/layout.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-radialbar/layout.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-radialbar/page.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-radialbar/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-radialbar/page.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-radialbar/page.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/basic-scatter.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/basic-scatter.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/basic-scatter.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/basic-scatter.tsx
index 4228242a..7a4963e0 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/basic-scatter.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/basic-scatter.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/bubble-chart.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/bubble-chart.tsx
similarity index 99%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/bubble-chart.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/bubble-chart.tsx
index 0c1615b2..0f0cb4b8 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/bubble-chart.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/bubble-chart.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
XAxis,
YAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/custom-tooltip.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/custom-tooltip.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/custom-tooltip.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/custom-tooltip.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/jointline-scatter.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/jointline-scatter.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/jointline-scatter.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/jointline-scatter.tsx
index e308d833..7749e9ad 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/jointline-scatter.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/jointline-scatter.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/layout.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/layout.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/layout.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/multiple-yaxes-scatter.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/multiple-yaxes-scatter.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/multiple-yaxes-scatter.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/multiple-yaxes-scatter.tsx
index a032d1c8..11a8ae1c 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/multiple-yaxes-scatter.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/multiple-yaxes-scatter.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/page.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/page.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/page.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/scatter-chartwith-cells.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/scatter-chartwith-cells.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/scatter-chartwith-cells.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/scatter-chartwith-cells.tsx
index 7328d7f2..e9b6c064 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/scatter-chartwith-cells.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/scatter-chartwith-cells.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/scatterchart-withlabels.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/scatterchart-withlabels.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/scatterchart-withlabels.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/scatterchart-withlabels.tsx
index 4ecaba7a..6eb36088 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/scatterchart-withlabels.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/scatterchart-withlabels.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/threedim-scatter.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/threedim-scatter.tsx
similarity index 97%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/threedim-scatter.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/threedim-scatter.tsx
index 1c88cb7f..f3fa719e 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/threedim-scatter.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-scatter/threedim-scatter.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
CartesianGrid,
XAxis,
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/basic-tree-map.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/basic-tree-map.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/basic-tree-map.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/basic-tree-map.tsx
index cf3e35d4..fa15ef1e 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/basic-tree-map.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/basic-tree-map.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import { ResponsiveContainer, Treemap } from 'recharts';
const data: any = [
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/custom-content-treemap.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/custom-content-treemap.tsx
similarity index 98%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/custom-content-treemap.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/custom-content-treemap.tsx
index 2992adb8..78bca8e3 100644
--- a/app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/custom-content-treemap.tsx
+++ b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/custom-content-treemap.tsx
@@ -2,7 +2,7 @@
import { useTheme } from "next-themes";
import { colors } from "@/lib/colors";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import { ResponsiveContainer, Treemap } from 'recharts';
const data: any = [
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/layout.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/layout.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/layout.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/page.tsx b/src/app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/page.tsx
rename to src/app/[locale]/(protected)/charts/rechart/charts-rechart-treemap/page.tsx
diff --git a/app/[locale]/(protected)/charts/rechart/layout.tsx b/src/app/[locale]/(protected)/charts/rechart/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/charts/rechart/layout.tsx
rename to src/app/[locale]/(protected)/charts/rechart/layout.tsx
diff --git a/app/[locale]/(protected)/components/accordion/basic-accordion.tsx b/src/app/[locale]/(protected)/components/accordion/basic-accordion.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/accordion/basic-accordion.tsx
rename to src/app/[locale]/(protected)/components/accordion/basic-accordion.tsx
diff --git a/app/[locale]/(protected)/components/accordion/layout.tsx b/src/app/[locale]/(protected)/components/accordion/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/accordion/layout.tsx
rename to src/app/[locale]/(protected)/components/accordion/layout.tsx
diff --git a/app/[locale]/(protected)/components/accordion/page.tsx b/src/app/[locale]/(protected)/components/accordion/page.tsx
similarity index 64%
rename from app/[locale]/(protected)/components/accordion/page.tsx
rename to src/app/[locale]/(protected)/components/accordion/page.tsx
index c6bc8976..333b3f9d 100644
--- a/app/[locale]/(protected)/components/accordion/page.tsx
+++ b/src/app/[locale]/(protected)/components/accordion/page.tsx
@@ -1,7 +1,7 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicAccordion from "./basic-accordion";
import { basicAccordion } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const AccordionPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/accordion/source-code.ts b/src/app/[locale]/(protected)/components/accordion/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/accordion/source-code.ts
rename to src/app/[locale]/(protected)/components/accordion/source-code.ts
diff --git a/app/[locale]/(protected)/components/alert-dialog/basic-alert-dialog.tsx b/src/app/[locale]/(protected)/components/alert-dialog/basic-alert-dialog.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/alert-dialog/basic-alert-dialog.tsx
rename to src/app/[locale]/(protected)/components/alert-dialog/basic-alert-dialog.tsx
diff --git a/app/[locale]/(protected)/components/alert-dialog/layout.tsx b/src/app/[locale]/(protected)/components/alert-dialog/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/alert-dialog/layout.tsx
rename to src/app/[locale]/(protected)/components/alert-dialog/layout.tsx
diff --git a/app/[locale]/(protected)/components/alert-dialog/page.tsx b/src/app/[locale]/(protected)/components/alert-dialog/page.tsx
similarity index 65%
rename from app/[locale]/(protected)/components/alert-dialog/page.tsx
rename to src/app/[locale]/(protected)/components/alert-dialog/page.tsx
index 090cfac9..3b164404 100644
--- a/app/[locale]/(protected)/components/alert-dialog/page.tsx
+++ b/src/app/[locale]/(protected)/components/alert-dialog/page.tsx
@@ -1,6 +1,6 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicAlertDialog from "./basic-alert-dialog";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import {basicAlertDialog} from "./source-code";
const AlertDialogPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/alert-dialog/source-code.ts b/src/app/[locale]/(protected)/components/alert-dialog/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/alert-dialog/source-code.ts
rename to src/app/[locale]/(protected)/components/alert-dialog/source-code.ts
diff --git a/app/[locale]/(protected)/components/alert/basic-alert.tsx b/src/app/[locale]/(protected)/components/alert/basic-alert.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/alert/basic-alert.tsx
rename to src/app/[locale]/(protected)/components/alert/basic-alert.tsx
diff --git a/app/[locale]/(protected)/components/alert/dismissable-alert.tsx b/src/app/[locale]/(protected)/components/alert/dismissable-alert.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/alert/dismissable-alert.tsx
rename to src/app/[locale]/(protected)/components/alert/dismissable-alert.tsx
diff --git a/app/[locale]/(protected)/components/alert/dismissable-softalert.tsx b/src/app/[locale]/(protected)/components/alert/dismissable-softalert.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/alert/dismissable-softalert.tsx
rename to src/app/[locale]/(protected)/components/alert/dismissable-softalert.tsx
diff --git a/app/[locale]/(protected)/components/alert/layout.tsx b/src/app/[locale]/(protected)/components/alert/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/alert/layout.tsx
rename to src/app/[locale]/(protected)/components/alert/layout.tsx
diff --git a/app/[locale]/(protected)/components/alert/link-colors.tsx b/src/app/[locale]/(protected)/components/alert/link-colors.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/alert/link-colors.tsx
rename to src/app/[locale]/(protected)/components/alert/link-colors.tsx
diff --git a/app/[locale]/(protected)/components/alert/outline-alert.tsx b/src/app/[locale]/(protected)/components/alert/outline-alert.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/alert/outline-alert.tsx
rename to src/app/[locale]/(protected)/components/alert/outline-alert.tsx
diff --git a/app/[locale]/(protected)/components/alert/outline-alerticon.tsx b/src/app/[locale]/(protected)/components/alert/outline-alerticon.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/alert/outline-alerticon.tsx
rename to src/app/[locale]/(protected)/components/alert/outline-alerticon.tsx
diff --git a/app/[locale]/(protected)/components/alert/page.tsx b/src/app/[locale]/(protected)/components/alert/page.tsx
similarity index 92%
rename from app/[locale]/(protected)/components/alert/page.tsx
rename to src/app/[locale]/(protected)/components/alert/page.tsx
index 85aca296..3b7c7cc0 100644
--- a/app/[locale]/(protected)/components/alert/page.tsx
+++ b/src/app/[locale]/(protected)/components/alert/page.tsx
@@ -1,4 +1,4 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import SoftColorsAlert from "./soft-colors";
import LinkColorsAlert from "./link-colors";
import DissmissableAlert from "./dismissable-alert";
@@ -7,7 +7,7 @@ import OutlineAlert from "./outline-alert";
import OutlineAlertIcon from "./outline-alerticon";
import BasicAlert from "./basic-alert";
import { basicAlert, dismissableAlert, dismissableSoftAlert, linkColorsAlert, outlineAlert, outlineAlertIcon, softColorAlert } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const AlertPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/alert/soft-colors.tsx b/src/app/[locale]/(protected)/components/alert/soft-colors.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/alert/soft-colors.tsx
rename to src/app/[locale]/(protected)/components/alert/soft-colors.tsx
diff --git a/app/[locale]/(protected)/components/alert/source-code.ts b/src/app/[locale]/(protected)/components/alert/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/alert/source-code.ts
rename to src/app/[locale]/(protected)/components/alert/source-code.ts
diff --git a/app/[locale]/(protected)/components/avatar/avatar-group.tsx b/src/app/[locale]/(protected)/components/avatar/avatar-group.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/avatar/avatar-group.tsx
rename to src/app/[locale]/(protected)/components/avatar/avatar-group.tsx
diff --git a/app/[locale]/(protected)/components/avatar/avatar-shape.tsx b/src/app/[locale]/(protected)/components/avatar/avatar-shape.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/avatar/avatar-shape.tsx
rename to src/app/[locale]/(protected)/components/avatar/avatar-shape.tsx
diff --git a/app/[locale]/(protected)/components/avatar/basic-avatar.tsx b/src/app/[locale]/(protected)/components/avatar/basic-avatar.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/avatar/basic-avatar.tsx
rename to src/app/[locale]/(protected)/components/avatar/basic-avatar.tsx
diff --git a/app/[locale]/(protected)/components/avatar/border-avatar.tsx b/src/app/[locale]/(protected)/components/avatar/border-avatar.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/avatar/border-avatar.tsx
rename to src/app/[locale]/(protected)/components/avatar/border-avatar.tsx
diff --git a/app/[locale]/(protected)/components/avatar/border-color-avatar.tsx b/src/app/[locale]/(protected)/components/avatar/border-color-avatar.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/avatar/border-color-avatar.tsx
rename to src/app/[locale]/(protected)/components/avatar/border-color-avatar.tsx
diff --git a/app/[locale]/(protected)/components/avatar/icon-avatar.tsx b/src/app/[locale]/(protected)/components/avatar/icon-avatar.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/avatar/icon-avatar.tsx
rename to src/app/[locale]/(protected)/components/avatar/icon-avatar.tsx
diff --git a/app/[locale]/(protected)/components/avatar/image-avatar.tsx b/src/app/[locale]/(protected)/components/avatar/image-avatar.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/avatar/image-avatar.tsx
rename to src/app/[locale]/(protected)/components/avatar/image-avatar.tsx
diff --git a/app/[locale]/(protected)/components/avatar/layout.tsx b/src/app/[locale]/(protected)/components/avatar/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/avatar/layout.tsx
rename to src/app/[locale]/(protected)/components/avatar/layout.tsx
diff --git a/app/[locale]/(protected)/components/avatar/page.tsx b/src/app/[locale]/(protected)/components/avatar/page.tsx
similarity index 92%
rename from app/[locale]/(protected)/components/avatar/page.tsx
rename to src/app/[locale]/(protected)/components/avatar/page.tsx
index 5b93ea73..960c04d1 100644
--- a/app/[locale]/(protected)/components/avatar/page.tsx
+++ b/src/app/[locale]/(protected)/components/avatar/page.tsx
@@ -1,4 +1,4 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicAvatar from "./basic-avatar";
import ImageAvatar from "./image-avatar";
import TonalAvatar from "./tonal-avatar";
@@ -11,7 +11,7 @@ import TooltipAvatar from "./tooltip-avatar";
import AvatarShape from "./avatar-shape";
import AvatarGroup from "./avatar-group";
import { avatarGroup, avatarShape, basicAvatar, borderAvatar, borderColorAvatar, iconAvatar, imageAvatar, roundedAvatar, sizeAvatar, tonalAvatar, tooltipAvatar } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const AvatarPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/avatar/rounded-avatar.tsx b/src/app/[locale]/(protected)/components/avatar/rounded-avatar.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/avatar/rounded-avatar.tsx
rename to src/app/[locale]/(protected)/components/avatar/rounded-avatar.tsx
diff --git a/app/[locale]/(protected)/components/avatar/size-avatar.tsx b/src/app/[locale]/(protected)/components/avatar/size-avatar.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/avatar/size-avatar.tsx
rename to src/app/[locale]/(protected)/components/avatar/size-avatar.tsx
diff --git a/app/[locale]/(protected)/components/avatar/source-code.ts b/src/app/[locale]/(protected)/components/avatar/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/avatar/source-code.ts
rename to src/app/[locale]/(protected)/components/avatar/source-code.ts
diff --git a/app/[locale]/(protected)/components/avatar/tonal-avatar.tsx b/src/app/[locale]/(protected)/components/avatar/tonal-avatar.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/avatar/tonal-avatar.tsx
rename to src/app/[locale]/(protected)/components/avatar/tonal-avatar.tsx
diff --git a/app/[locale]/(protected)/components/avatar/tooltip-avatar.tsx b/src/app/[locale]/(protected)/components/avatar/tooltip-avatar.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/avatar/tooltip-avatar.tsx
rename to src/app/[locale]/(protected)/components/avatar/tooltip-avatar.tsx
diff --git a/app/[locale]/(protected)/components/badge/badges-button.tsx b/src/app/[locale]/(protected)/components/badge/badges-button.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/badge/badges-button.tsx
rename to src/app/[locale]/(protected)/components/badge/badges-button.tsx
diff --git a/app/[locale]/(protected)/components/badge/badges-icon.tsx b/src/app/[locale]/(protected)/components/badge/badges-icon.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/badge/badges-icon.tsx
rename to src/app/[locale]/(protected)/components/badge/badges-icon.tsx
diff --git a/app/[locale]/(protected)/components/badge/badges-position.tsx b/src/app/[locale]/(protected)/components/badge/badges-position.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/badge/badges-position.tsx
rename to src/app/[locale]/(protected)/components/badge/badges-position.tsx
diff --git a/app/[locale]/(protected)/components/badge/basic-badge.tsx b/src/app/[locale]/(protected)/components/badge/basic-badge.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/badge/basic-badge.tsx
rename to src/app/[locale]/(protected)/components/badge/basic-badge.tsx
diff --git a/app/[locale]/(protected)/components/badge/gradient-badges.tsx b/src/app/[locale]/(protected)/components/badge/gradient-badges.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/badge/gradient-badges.tsx
rename to src/app/[locale]/(protected)/components/badge/gradient-badges.tsx
diff --git a/app/[locale]/(protected)/components/badge/icon-badges.tsx b/src/app/[locale]/(protected)/components/badge/icon-badges.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/badge/icon-badges.tsx
rename to src/app/[locale]/(protected)/components/badge/icon-badges.tsx
diff --git a/app/[locale]/(protected)/components/badge/layout.tsx b/src/app/[locale]/(protected)/components/badge/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/badge/layout.tsx
rename to src/app/[locale]/(protected)/components/badge/layout.tsx
diff --git a/app/[locale]/(protected)/components/badge/page.tsx b/src/app/[locale]/(protected)/components/badge/page.tsx
similarity index 90%
rename from app/[locale]/(protected)/components/badge/page.tsx
rename to src/app/[locale]/(protected)/components/badge/page.tsx
index 111cdfa4..91c515b1 100644
--- a/app/[locale]/(protected)/components/badge/page.tsx
+++ b/src/app/[locale]/(protected)/components/badge/page.tsx
@@ -1,5 +1,5 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicBadge from "./basic-badge";
import IconBadges from "./icon-badges";
import BadgesButton from "./badges-button";
@@ -8,7 +8,7 @@ import GradientBadges from "./gradient-badges";
import RoundedBadge from "./rounded-badge";
import { badgesIcon, badgesInButton, badgesPosition, basicBadges, gradientBadges, iconBadges, roundedBadges } from "./source-code";
import BadgesIcon from "./badges-icon";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const BadgePage = () => {
return (
diff --git a/app/[locale]/(protected)/components/badge/rounded-badge.tsx b/src/app/[locale]/(protected)/components/badge/rounded-badge.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/badge/rounded-badge.tsx
rename to src/app/[locale]/(protected)/components/badge/rounded-badge.tsx
diff --git a/app/[locale]/(protected)/components/badge/source-code.ts b/src/app/[locale]/(protected)/components/badge/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/badge/source-code.ts
rename to src/app/[locale]/(protected)/components/badge/source-code.ts
diff --git a/app/[locale]/(protected)/components/breadcrumb/basic-breadcrumb.tsx b/src/app/[locale]/(protected)/components/breadcrumb/basic-breadcrumb.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/breadcrumb/basic-breadcrumb.tsx
rename to src/app/[locale]/(protected)/components/breadcrumb/basic-breadcrumb.tsx
diff --git a/app/[locale]/(protected)/components/breadcrumb/breadcrumb-collapsed.tsx b/src/app/[locale]/(protected)/components/breadcrumb/breadcrumb-collapsed.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/breadcrumb/breadcrumb-collapsed.tsx
rename to src/app/[locale]/(protected)/components/breadcrumb/breadcrumb-collapsed.tsx
diff --git a/app/[locale]/(protected)/components/breadcrumb/breadcrumb-dropdown.tsx b/src/app/[locale]/(protected)/components/breadcrumb/breadcrumb-dropdown.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/breadcrumb/breadcrumb-dropdown.tsx
rename to src/app/[locale]/(protected)/components/breadcrumb/breadcrumb-dropdown.tsx
diff --git a/app/[locale]/(protected)/components/breadcrumb/custom-separator.tsx b/src/app/[locale]/(protected)/components/breadcrumb/custom-separator.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/breadcrumb/custom-separator.tsx
rename to src/app/[locale]/(protected)/components/breadcrumb/custom-separator.tsx
diff --git a/app/[locale]/(protected)/components/breadcrumb/layout.tsx b/src/app/[locale]/(protected)/components/breadcrumb/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/breadcrumb/layout.tsx
rename to src/app/[locale]/(protected)/components/breadcrumb/layout.tsx
diff --git a/app/[locale]/(protected)/components/breadcrumb/page.tsx b/src/app/[locale]/(protected)/components/breadcrumb/page.tsx
similarity index 84%
rename from app/[locale]/(protected)/components/breadcrumb/page.tsx
rename to src/app/[locale]/(protected)/components/breadcrumb/page.tsx
index 0d33c276..fbe6e06c 100644
--- a/app/[locale]/(protected)/components/breadcrumb/page.tsx
+++ b/src/app/[locale]/(protected)/components/breadcrumb/page.tsx
@@ -1,10 +1,10 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicBreadcrumb from "./basic-breadcrumb";
import CustomSeparator from "./custom-separator";
import BreadcrumbDropdown from "./breadcrumb-dropdown";
import BreadcrumbCollapsed from "./breadcrumb-collapsed";
import { basicBreadcrumb, breadcrumbCollapsed, breadcrumbDropdown, customSeparator } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const BreadcrumbPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/breadcrumb/source-code.ts b/src/app/[locale]/(protected)/components/breadcrumb/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/breadcrumb/source-code.ts
rename to src/app/[locale]/(protected)/components/breadcrumb/source-code.ts
diff --git a/app/[locale]/(protected)/components/button/basic-button.tsx b/src/app/[locale]/(protected)/components/button/basic-button.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/button/basic-button.tsx
rename to src/app/[locale]/(protected)/components/button/basic-button.tsx
diff --git a/app/[locale]/(protected)/components/button/block-button.tsx b/src/app/[locale]/(protected)/components/button/block-button.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/button/block-button.tsx
rename to src/app/[locale]/(protected)/components/button/block-button.tsx
diff --git a/app/[locale]/(protected)/components/button/disabled-button.tsx b/src/app/[locale]/(protected)/components/button/disabled-button.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/button/disabled-button.tsx
rename to src/app/[locale]/(protected)/components/button/disabled-button.tsx
diff --git a/app/[locale]/(protected)/components/button/ghost-button.tsx b/src/app/[locale]/(protected)/components/button/ghost-button.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/button/ghost-button.tsx
rename to src/app/[locale]/(protected)/components/button/ghost-button.tsx
diff --git a/app/[locale]/(protected)/components/button/icon-buttons.tsx b/src/app/[locale]/(protected)/components/button/icon-buttons.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/button/icon-buttons.tsx
rename to src/app/[locale]/(protected)/components/button/icon-buttons.tsx
diff --git a/app/[locale]/(protected)/components/button/icon-rounded.tsx b/src/app/[locale]/(protected)/components/button/icon-rounded.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/button/icon-rounded.tsx
rename to src/app/[locale]/(protected)/components/button/icon-rounded.tsx
diff --git a/app/[locale]/(protected)/components/button/layout.tsx b/src/app/[locale]/(protected)/components/button/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/button/layout.tsx
rename to src/app/[locale]/(protected)/components/button/layout.tsx
diff --git a/app/[locale]/(protected)/components/button/link-button.tsx b/src/app/[locale]/(protected)/components/button/link-button.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/button/link-button.tsx
rename to src/app/[locale]/(protected)/components/button/link-button.tsx
diff --git a/app/[locale]/(protected)/components/button/loading-button.tsx b/src/app/[locale]/(protected)/components/button/loading-button.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/button/loading-button.tsx
rename to src/app/[locale]/(protected)/components/button/loading-button.tsx
diff --git a/app/[locale]/(protected)/components/button/outline-button.tsx b/src/app/[locale]/(protected)/components/button/outline-button.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/button/outline-button.tsx
rename to src/app/[locale]/(protected)/components/button/outline-button.tsx
diff --git a/app/[locale]/(protected)/components/button/page.tsx b/src/app/[locale]/(protected)/components/button/page.tsx
similarity index 94%
rename from app/[locale]/(protected)/components/button/page.tsx
rename to src/app/[locale]/(protected)/components/button/page.tsx
index 06ec52c0..9f3f0d3c 100644
--- a/app/[locale]/(protected)/components/button/page.tsx
+++ b/src/app/[locale]/(protected)/components/button/page.tsx
@@ -1,5 +1,5 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicButton from "./basic-button";
import OutlineButton from "./outline-button";
import SoftButton from "./soft-button";
@@ -15,7 +15,7 @@ import BlockButton from "./block-button";
import LinkButton from "./link-button";
import GhostButton from "./ghost-button";
import { basicButton, blockButton, disabledButton, ghostButton, iconButtons, iconRounded, linkButton, loadingButton, outlineButton, roundedButton, roundedOutline, shadowButton, sizesButton, softButton } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const ButtonPage = () => {
diff --git a/app/[locale]/(protected)/components/button/rounded-button.tsx b/src/app/[locale]/(protected)/components/button/rounded-button.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/button/rounded-button.tsx
rename to src/app/[locale]/(protected)/components/button/rounded-button.tsx
diff --git a/app/[locale]/(protected)/components/button/rounded-outline.tsx b/src/app/[locale]/(protected)/components/button/rounded-outline.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/button/rounded-outline.tsx
rename to src/app/[locale]/(protected)/components/button/rounded-outline.tsx
diff --git a/app/[locale]/(protected)/components/button/shadow-button.tsx b/src/app/[locale]/(protected)/components/button/shadow-button.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/button/shadow-button.tsx
rename to src/app/[locale]/(protected)/components/button/shadow-button.tsx
diff --git a/app/[locale]/(protected)/components/button/sizes-button.tsx b/src/app/[locale]/(protected)/components/button/sizes-button.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/button/sizes-button.tsx
rename to src/app/[locale]/(protected)/components/button/sizes-button.tsx
diff --git a/app/[locale]/(protected)/components/button/soft-button.tsx b/src/app/[locale]/(protected)/components/button/soft-button.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/button/soft-button.tsx
rename to src/app/[locale]/(protected)/components/button/soft-button.tsx
diff --git a/app/[locale]/(protected)/components/button/source-code.ts b/src/app/[locale]/(protected)/components/button/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/button/source-code.ts
rename to src/app/[locale]/(protected)/components/button/source-code.ts
diff --git a/app/[locale]/(protected)/components/calendar/basic-calendar.tsx b/src/app/[locale]/(protected)/components/calendar/basic-calendar.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/calendar/basic-calendar.tsx
rename to src/app/[locale]/(protected)/components/calendar/basic-calendar.tsx
diff --git a/app/[locale]/(protected)/components/calendar/layout.tsx b/src/app/[locale]/(protected)/components/calendar/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/calendar/layout.tsx
rename to src/app/[locale]/(protected)/components/calendar/layout.tsx
diff --git a/app/[locale]/(protected)/components/calendar/page.tsx b/src/app/[locale]/(protected)/components/calendar/page.tsx
similarity index 68%
rename from app/[locale]/(protected)/components/calendar/page.tsx
rename to src/app/[locale]/(protected)/components/calendar/page.tsx
index 7c529986..02fae28a 100644
--- a/app/[locale]/(protected)/components/calendar/page.tsx
+++ b/src/app/[locale]/(protected)/components/calendar/page.tsx
@@ -1,6 +1,6 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicCalendar from "./basic-calendar";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { basicCalendar } from "./soure-code";
const CalendarPage = () => {
diff --git a/app/[locale]/(protected)/components/calendar/soure-code.ts b/src/app/[locale]/(protected)/components/calendar/soure-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/calendar/soure-code.ts
rename to src/app/[locale]/(protected)/components/calendar/soure-code.ts
diff --git a/app/[locale]/(protected)/components/card/basic-card.tsx b/src/app/[locale]/(protected)/components/card/basic-card.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/card/basic-card.tsx
rename to src/app/[locale]/(protected)/components/card/basic-card.tsx
diff --git a/app/[locale]/(protected)/components/card/layout.tsx b/src/app/[locale]/(protected)/components/card/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/card/layout.tsx
rename to src/app/[locale]/(protected)/components/card/layout.tsx
diff --git a/app/[locale]/(protected)/components/card/marketing-image-card.tsx b/src/app/[locale]/(protected)/components/card/marketing-image-card.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/card/marketing-image-card.tsx
rename to src/app/[locale]/(protected)/components/card/marketing-image-card.tsx
diff --git a/app/[locale]/(protected)/components/card/page.tsx b/src/app/[locale]/(protected)/components/card/page.tsx
similarity index 84%
rename from app/[locale]/(protected)/components/card/page.tsx
rename to src/app/[locale]/(protected)/components/card/page.tsx
index c16323f0..e511516d 100644
--- a/app/[locale]/(protected)/components/card/page.tsx
+++ b/src/app/[locale]/(protected)/components/card/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import BasicCard from "./basic-card";
import MarketingImageCard from "./marketing-image-card";
import SalesAutomationCard from "./sales-automation-card";
diff --git a/app/[locale]/(protected)/components/card/sales-automation-card.tsx b/src/app/[locale]/(protected)/components/card/sales-automation-card.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/card/sales-automation-card.tsx
rename to src/app/[locale]/(protected)/components/card/sales-automation-card.tsx
diff --git a/app/[locale]/(protected)/components/carousel/autoplay-carousel.tsx b/src/app/[locale]/(protected)/components/carousel/autoplay-carousel.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/carousel/autoplay-carousel.tsx
rename to src/app/[locale]/(protected)/components/carousel/autoplay-carousel.tsx
diff --git a/app/[locale]/(protected)/components/carousel/basic-carousel.tsx b/src/app/[locale]/(protected)/components/carousel/basic-carousel.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/carousel/basic-carousel.tsx
rename to src/app/[locale]/(protected)/components/carousel/basic-carousel.tsx
diff --git a/app/[locale]/(protected)/components/carousel/custom-carousel.tsx b/src/app/[locale]/(protected)/components/carousel/custom-carousel.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/carousel/custom-carousel.tsx
rename to src/app/[locale]/(protected)/components/carousel/custom-carousel.tsx
diff --git a/app/[locale]/(protected)/components/carousel/layout.tsx b/src/app/[locale]/(protected)/components/carousel/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/carousel/layout.tsx
rename to src/app/[locale]/(protected)/components/carousel/layout.tsx
diff --git a/app/[locale]/(protected)/components/carousel/page.tsx b/src/app/[locale]/(protected)/components/carousel/page.tsx
similarity index 88%
rename from app/[locale]/(protected)/components/carousel/page.tsx
rename to src/app/[locale]/(protected)/components/carousel/page.tsx
index a9c8e393..eac34556 100644
--- a/app/[locale]/(protected)/components/carousel/page.tsx
+++ b/src/app/[locale]/(protected)/components/carousel/page.tsx
@@ -1,11 +1,11 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicCarousel from "./basic-carousel";
import SizeCarousel from "./size-carousel";
import SpacingCarousel from "./spacing-carousel";
import VerticalCarousel from "./vertical-carousel";
import AutoplayCarousel from "./autoplay-carousel";
import CustomCarousel from "./custom-carousel";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { basicCarousel, sizeCarousel, spacingCarousel, verticalCarousel, autoplayCarousel, customCarousel } from "./source-code"
const CarouselPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/carousel/size-carousel.tsx b/src/app/[locale]/(protected)/components/carousel/size-carousel.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/carousel/size-carousel.tsx
rename to src/app/[locale]/(protected)/components/carousel/size-carousel.tsx
diff --git a/app/[locale]/(protected)/components/carousel/source-code.ts b/src/app/[locale]/(protected)/components/carousel/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/carousel/source-code.ts
rename to src/app/[locale]/(protected)/components/carousel/source-code.ts
diff --git a/app/[locale]/(protected)/components/carousel/spacing-carousel.tsx b/src/app/[locale]/(protected)/components/carousel/spacing-carousel.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/carousel/spacing-carousel.tsx
rename to src/app/[locale]/(protected)/components/carousel/spacing-carousel.tsx
diff --git a/app/[locale]/(protected)/components/carousel/vertical-carousel.tsx b/src/app/[locale]/(protected)/components/carousel/vertical-carousel.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/carousel/vertical-carousel.tsx
rename to src/app/[locale]/(protected)/components/carousel/vertical-carousel.tsx
diff --git a/app/[locale]/(protected)/components/collapsible/basic-collapsible.tsx b/src/app/[locale]/(protected)/components/collapsible/basic-collapsible.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/collapsible/basic-collapsible.tsx
rename to src/app/[locale]/(protected)/components/collapsible/basic-collapsible.tsx
diff --git a/app/[locale]/(protected)/components/collapsible/layout.tsx b/src/app/[locale]/(protected)/components/collapsible/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/collapsible/layout.tsx
rename to src/app/[locale]/(protected)/components/collapsible/layout.tsx
diff --git a/app/[locale]/(protected)/components/collapsible/page.tsx b/src/app/[locale]/(protected)/components/collapsible/page.tsx
similarity index 63%
rename from app/[locale]/(protected)/components/collapsible/page.tsx
rename to src/app/[locale]/(protected)/components/collapsible/page.tsx
index bed6a296..7c29cc9c 100644
--- a/app/[locale]/(protected)/components/collapsible/page.tsx
+++ b/src/app/[locale]/(protected)/components/collapsible/page.tsx
@@ -1,6 +1,6 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicCollapsible from "./basic-collapsible";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import {basicCarousel} from "./source-code"
const CollapsiblePage = () => {
return (
diff --git a/app/[locale]/(protected)/components/collapsible/source-code.ts b/src/app/[locale]/(protected)/components/collapsible/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/collapsible/source-code.ts
rename to src/app/[locale]/(protected)/components/collapsible/source-code.ts
diff --git a/app/[locale]/(protected)/components/colors/layout.tsx b/src/app/[locale]/(protected)/components/colors/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/colors/layout.tsx
rename to src/app/[locale]/(protected)/components/colors/layout.tsx
diff --git a/app/[locale]/(protected)/components/colors/page.tsx b/src/app/[locale]/(protected)/components/colors/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/components/colors/page.tsx
rename to src/app/[locale]/(protected)/components/colors/page.tsx
index 496cadb5..9c6a100a 100644
--- a/app/[locale]/(protected)/components/colors/page.tsx
+++ b/src/app/[locale]/(protected)/components/colors/page.tsx
@@ -1,4 +1,4 @@
-import { CopyButton } from "@/components/copy-button";
+import { CopyButton } from "@/components/ui/structures/copy-button";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import React from "react";
diff --git a/app/[locale]/(protected)/components/context-menu/basic-contextmenu.tsx b/src/app/[locale]/(protected)/components/context-menu/basic-contextmenu.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/context-menu/basic-contextmenu.tsx
rename to src/app/[locale]/(protected)/components/context-menu/basic-contextmenu.tsx
diff --git a/app/[locale]/(protected)/components/context-menu/layout.tsx b/src/app/[locale]/(protected)/components/context-menu/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/context-menu/layout.tsx
rename to src/app/[locale]/(protected)/components/context-menu/layout.tsx
diff --git a/app/[locale]/(protected)/components/context-menu/page.tsx b/src/app/[locale]/(protected)/components/context-menu/page.tsx
similarity index 64%
rename from app/[locale]/(protected)/components/context-menu/page.tsx
rename to src/app/[locale]/(protected)/components/context-menu/page.tsx
index 6ed727c2..2c2791a6 100644
--- a/app/[locale]/(protected)/components/context-menu/page.tsx
+++ b/src/app/[locale]/(protected)/components/context-menu/page.tsx
@@ -1,7 +1,7 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicContextMenu from "./basic-contextmenu";
import { basicContextMenu } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const ConextMenuPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/context-menu/source-code.ts b/src/app/[locale]/(protected)/components/context-menu/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/context-menu/source-code.ts
rename to src/app/[locale]/(protected)/components/context-menu/source-code.ts
diff --git a/app/[locale]/(protected)/components/dialog/basic-dialog.tsx b/src/app/[locale]/(protected)/components/dialog/basic-dialog.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/dialog/basic-dialog.tsx
rename to src/app/[locale]/(protected)/components/dialog/basic-dialog.tsx
diff --git a/app/[locale]/(protected)/components/dialog/layout.tsx b/src/app/[locale]/(protected)/components/dialog/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/dialog/layout.tsx
rename to src/app/[locale]/(protected)/components/dialog/layout.tsx
diff --git a/app/[locale]/(protected)/components/dialog/page.tsx b/src/app/[locale]/(protected)/components/dialog/page.tsx
similarity index 75%
rename from app/[locale]/(protected)/components/dialog/page.tsx
rename to src/app/[locale]/(protected)/components/dialog/page.tsx
index c9da9ae6..d6c2e38f 100644
--- a/app/[locale]/(protected)/components/dialog/page.tsx
+++ b/src/app/[locale]/(protected)/components/dialog/page.tsx
@@ -1,8 +1,8 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicDialog from "./basic-dialog";
import SizesDialog from "./size-dialog";
import { basicDialog, sizesDialog } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const DialogPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/dialog/size-dialog.tsx b/src/app/[locale]/(protected)/components/dialog/size-dialog.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/dialog/size-dialog.tsx
rename to src/app/[locale]/(protected)/components/dialog/size-dialog.tsx
diff --git a/app/[locale]/(protected)/components/dialog/source-code.ts b/src/app/[locale]/(protected)/components/dialog/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/dialog/source-code.ts
rename to src/app/[locale]/(protected)/components/dialog/source-code.ts
diff --git a/app/[locale]/(protected)/components/drawer/basic-drawer.tsx b/src/app/[locale]/(protected)/components/drawer/basic-drawer.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/drawer/basic-drawer.tsx
rename to src/app/[locale]/(protected)/components/drawer/basic-drawer.tsx
diff --git a/app/[locale]/(protected)/components/drawer/layout.tsx b/src/app/[locale]/(protected)/components/drawer/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/drawer/layout.tsx
rename to src/app/[locale]/(protected)/components/drawer/layout.tsx
diff --git a/app/[locale]/(protected)/components/drawer/page.tsx b/src/app/[locale]/(protected)/components/drawer/page.tsx
similarity index 67%
rename from app/[locale]/(protected)/components/drawer/page.tsx
rename to src/app/[locale]/(protected)/components/drawer/page.tsx
index fec5f5b7..c2de3469 100644
--- a/app/[locale]/(protected)/components/drawer/page.tsx
+++ b/src/app/[locale]/(protected)/components/drawer/page.tsx
@@ -1,7 +1,7 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicDrawer from "./basic-drawer";
import { basicDrawer } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const Drawer = () => {
return (
diff --git a/app/[locale]/(protected)/components/drawer/source-code.ts b/src/app/[locale]/(protected)/components/drawer/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/drawer/source-code.ts
rename to src/app/[locale]/(protected)/components/drawer/source-code.ts
diff --git a/app/[locale]/(protected)/components/dropdown/basic-dropdown.tsx b/src/app/[locale]/(protected)/components/dropdown/basic-dropdown.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/dropdown/basic-dropdown.tsx
rename to src/app/[locale]/(protected)/components/dropdown/basic-dropdown.tsx
diff --git a/app/[locale]/(protected)/components/dropdown/dropdown-directions.tsx b/src/app/[locale]/(protected)/components/dropdown/dropdown-directions.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/dropdown/dropdown-directions.tsx
rename to src/app/[locale]/(protected)/components/dropdown/dropdown-directions.tsx
diff --git a/app/[locale]/(protected)/components/dropdown/dropdown-sizes.tsx b/src/app/[locale]/(protected)/components/dropdown/dropdown-sizes.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/dropdown/dropdown-sizes.tsx
rename to src/app/[locale]/(protected)/components/dropdown/dropdown-sizes.tsx
diff --git a/app/[locale]/(protected)/components/dropdown/flat-dropdown.tsx b/src/app/[locale]/(protected)/components/dropdown/flat-dropdown.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/dropdown/flat-dropdown.tsx
rename to src/app/[locale]/(protected)/components/dropdown/flat-dropdown.tsx
diff --git a/app/[locale]/(protected)/components/dropdown/layout.tsx b/src/app/[locale]/(protected)/components/dropdown/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/dropdown/layout.tsx
rename to src/app/[locale]/(protected)/components/dropdown/layout.tsx
diff --git a/app/[locale]/(protected)/components/dropdown/outline-dropdown.tsx b/src/app/[locale]/(protected)/components/dropdown/outline-dropdown.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/dropdown/outline-dropdown.tsx
rename to src/app/[locale]/(protected)/components/dropdown/outline-dropdown.tsx
diff --git a/app/[locale]/(protected)/components/dropdown/page.tsx b/src/app/[locale]/(protected)/components/dropdown/page.tsx
similarity index 89%
rename from app/[locale]/(protected)/components/dropdown/page.tsx
rename to src/app/[locale]/(protected)/components/dropdown/page.tsx
index 2663b66c..70e98179 100644
--- a/app/[locale]/(protected)/components/dropdown/page.tsx
+++ b/src/app/[locale]/(protected)/components/dropdown/page.tsx
@@ -1,4 +1,4 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicDropdown from "./basic-dropdown";
import OutlineDropdown from "./outline-dropdown";
import FlatDropdown from "./flat-dropdown";
@@ -7,7 +7,7 @@ import SplitDropdown from "./split-dropdown";
import SplitOutline from "./split-outline";
import DropdownDirections from "./dropdown-directions";
import { basicDropdown, dropdownDirections, dropdownSizes, flatDropdown, outlineDropdown, splitDropdown, splitOutlineDropdown } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const DropdownPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/dropdown/source-code.ts b/src/app/[locale]/(protected)/components/dropdown/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/dropdown/source-code.ts
rename to src/app/[locale]/(protected)/components/dropdown/source-code.ts
diff --git a/app/[locale]/(protected)/components/dropdown/split-dropdown.tsx b/src/app/[locale]/(protected)/components/dropdown/split-dropdown.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/dropdown/split-dropdown.tsx
rename to src/app/[locale]/(protected)/components/dropdown/split-dropdown.tsx
diff --git a/app/[locale]/(protected)/components/dropdown/split-outline.tsx b/src/app/[locale]/(protected)/components/dropdown/split-outline.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/dropdown/split-outline.tsx
rename to src/app/[locale]/(protected)/components/dropdown/split-outline.tsx
diff --git a/app/[locale]/(protected)/components/hover-card/basic-card.tsx b/src/app/[locale]/(protected)/components/hover-card/basic-card.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/hover-card/basic-card.tsx
rename to src/app/[locale]/(protected)/components/hover-card/basic-card.tsx
diff --git a/app/[locale]/(protected)/components/hover-card/layout.tsx b/src/app/[locale]/(protected)/components/hover-card/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/hover-card/layout.tsx
rename to src/app/[locale]/(protected)/components/hover-card/layout.tsx
diff --git a/app/[locale]/(protected)/components/hover-card/page.tsx b/src/app/[locale]/(protected)/components/hover-card/page.tsx
similarity index 62%
rename from app/[locale]/(protected)/components/hover-card/page.tsx
rename to src/app/[locale]/(protected)/components/hover-card/page.tsx
index 46373fd8..66ea2ff3 100644
--- a/app/[locale]/(protected)/components/hover-card/page.tsx
+++ b/src/app/[locale]/(protected)/components/hover-card/page.tsx
@@ -1,7 +1,7 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicCard from "./basic-card";
import { hoverCard } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const HoverCardPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/hover-card/source-code.ts b/src/app/[locale]/(protected)/components/hover-card/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/hover-card/source-code.ts
rename to src/app/[locale]/(protected)/components/hover-card/source-code.ts
diff --git a/app/[locale]/(protected)/components/layout.tsx b/src/app/[locale]/(protected)/components/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/layout.tsx
rename to src/app/[locale]/(protected)/components/layout.tsx
diff --git a/app/[locale]/(protected)/components/menu-bar/basic-menu.tsx b/src/app/[locale]/(protected)/components/menu-bar/basic-menu.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/menu-bar/basic-menu.tsx
rename to src/app/[locale]/(protected)/components/menu-bar/basic-menu.tsx
diff --git a/app/[locale]/(protected)/components/menu-bar/layout.tsx b/src/app/[locale]/(protected)/components/menu-bar/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/menu-bar/layout.tsx
rename to src/app/[locale]/(protected)/components/menu-bar/layout.tsx
diff --git a/app/[locale]/(protected)/components/menu-bar/page.tsx b/src/app/[locale]/(protected)/components/menu-bar/page.tsx
similarity index 61%
rename from app/[locale]/(protected)/components/menu-bar/page.tsx
rename to src/app/[locale]/(protected)/components/menu-bar/page.tsx
index f41e7078..23ed04ce 100644
--- a/app/[locale]/(protected)/components/menu-bar/page.tsx
+++ b/src/app/[locale]/(protected)/components/menu-bar/page.tsx
@@ -1,7 +1,7 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicMenu from "./basic-menu";
import { basicMenu } from "./souce-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const MenuBarPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/menu-bar/souce-code.ts b/src/app/[locale]/(protected)/components/menu-bar/souce-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/menu-bar/souce-code.ts
rename to src/app/[locale]/(protected)/components/menu-bar/souce-code.ts
diff --git a/app/[locale]/(protected)/components/navigation-menu/basic-nav.tsx b/src/app/[locale]/(protected)/components/navigation-menu/basic-nav.tsx
similarity index 98%
rename from app/[locale]/(protected)/components/navigation-menu/basic-nav.tsx
rename to src/app/[locale]/(protected)/components/navigation-menu/basic-nav.tsx
index 66a165f5..3338b220 100644
--- a/app/[locale]/(protected)/components/navigation-menu/basic-nav.tsx
+++ b/src/app/[locale]/(protected)/components/navigation-menu/basic-nav.tsx
@@ -2,7 +2,7 @@
import * as React from "react"
import Link from "next/link"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import {
NavigationMenu,
diff --git a/app/[locale]/(protected)/components/navigation-menu/layout.tsx b/src/app/[locale]/(protected)/components/navigation-menu/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/navigation-menu/layout.tsx
rename to src/app/[locale]/(protected)/components/navigation-menu/layout.tsx
diff --git a/app/[locale]/(protected)/components/navigation-menu/page.tsx b/src/app/[locale]/(protected)/components/navigation-menu/page.tsx
similarity index 62%
rename from app/[locale]/(protected)/components/navigation-menu/page.tsx
rename to src/app/[locale]/(protected)/components/navigation-menu/page.tsx
index a5d1e17d..42a87390 100644
--- a/app/[locale]/(protected)/components/navigation-menu/page.tsx
+++ b/src/app/[locale]/(protected)/components/navigation-menu/page.tsx
@@ -1,7 +1,7 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicNav from "./basic-nav";
import { basicNav } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const NavPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/navigation-menu/source-code.ts b/src/app/[locale]/(protected)/components/navigation-menu/source-code.ts
similarity index 98%
rename from app/[locale]/(protected)/components/navigation-menu/source-code.ts
rename to src/app/[locale]/(protected)/components/navigation-menu/source-code.ts
index 6097111e..7f7b8f4e 100644
--- a/app/[locale]/(protected)/components/navigation-menu/source-code.ts
+++ b/src/app/[locale]/(protected)/components/navigation-menu/source-code.ts
@@ -2,7 +2,7 @@ export const basicNav=`"use client"
import * as React from "react"
import Link from "next/link"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import {
NavigationMenu,
diff --git a/app/[locale]/(protected)/components/pagination/basic-pagination.tsx b/src/app/[locale]/(protected)/components/pagination/basic-pagination.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/pagination/basic-pagination.tsx
rename to src/app/[locale]/(protected)/components/pagination/basic-pagination.tsx
diff --git a/app/[locale]/(protected)/components/pagination/layout.tsx b/src/app/[locale]/(protected)/components/pagination/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/pagination/layout.tsx
rename to src/app/[locale]/(protected)/components/pagination/layout.tsx
diff --git a/app/[locale]/(protected)/components/pagination/page.tsx b/src/app/[locale]/(protected)/components/pagination/page.tsx
similarity index 85%
rename from app/[locale]/(protected)/components/pagination/page.tsx
rename to src/app/[locale]/(protected)/components/pagination/page.tsx
index 79f248a7..ec328049 100644
--- a/app/[locale]/(protected)/components/pagination/page.tsx
+++ b/src/app/[locale]/(protected)/components/pagination/page.tsx
@@ -1,10 +1,10 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicPagination from "./basic-pagination";
import PaginationWithElipsis from "./pagination-withelipsis";
import PaginationWithBg from "./pagination-withbg";
import PaginationWithText from "./pagination-withtext";
import { basicPagination, paginationWithBackground, paginationWithElipsis, paginationWithText } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const PaginationPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/pagination/pagination-withbg.tsx b/src/app/[locale]/(protected)/components/pagination/pagination-withbg.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/pagination/pagination-withbg.tsx
rename to src/app/[locale]/(protected)/components/pagination/pagination-withbg.tsx
diff --git a/app/[locale]/(protected)/components/pagination/pagination-withelipsis.tsx b/src/app/[locale]/(protected)/components/pagination/pagination-withelipsis.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/pagination/pagination-withelipsis.tsx
rename to src/app/[locale]/(protected)/components/pagination/pagination-withelipsis.tsx
diff --git a/app/[locale]/(protected)/components/pagination/pagination-withtext.tsx b/src/app/[locale]/(protected)/components/pagination/pagination-withtext.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/pagination/pagination-withtext.tsx
rename to src/app/[locale]/(protected)/components/pagination/pagination-withtext.tsx
diff --git a/app/[locale]/(protected)/components/pagination/source-code.ts b/src/app/[locale]/(protected)/components/pagination/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/pagination/source-code.ts
rename to src/app/[locale]/(protected)/components/pagination/source-code.ts
diff --git a/app/[locale]/(protected)/components/popover/basic-popover.tsx b/src/app/[locale]/(protected)/components/popover/basic-popover.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/popover/basic-popover.tsx
rename to src/app/[locale]/(protected)/components/popover/basic-popover.tsx
diff --git a/app/[locale]/(protected)/components/popover/layout.tsx b/src/app/[locale]/(protected)/components/popover/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/popover/layout.tsx
rename to src/app/[locale]/(protected)/components/popover/layout.tsx
diff --git a/app/[locale]/(protected)/components/popover/page.tsx b/src/app/[locale]/(protected)/components/popover/page.tsx
similarity index 77%
rename from app/[locale]/(protected)/components/popover/page.tsx
rename to src/app/[locale]/(protected)/components/popover/page.tsx
index 5791b5bd..a4fa5db6 100644
--- a/app/[locale]/(protected)/components/popover/page.tsx
+++ b/src/app/[locale]/(protected)/components/popover/page.tsx
@@ -1,8 +1,8 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicPopover from "./basic-popover";
import PlacementPopover from "./placement-popover";
import { basicPopover, placementPopover } from "./souce-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const PopoverPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/popover/placement-popover.tsx b/src/app/[locale]/(protected)/components/popover/placement-popover.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/popover/placement-popover.tsx
rename to src/app/[locale]/(protected)/components/popover/placement-popover.tsx
diff --git a/app/[locale]/(protected)/components/popover/souce-code.ts b/src/app/[locale]/(protected)/components/popover/souce-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/popover/souce-code.ts
rename to src/app/[locale]/(protected)/components/popover/souce-code.ts
diff --git a/app/[locale]/(protected)/components/progress/animate-striped.tsx b/src/app/[locale]/(protected)/components/progress/animate-striped.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/progress/animate-striped.tsx
rename to src/app/[locale]/(protected)/components/progress/animate-striped.tsx
diff --git a/app/[locale]/(protected)/components/progress/basic-progress.tsx b/src/app/[locale]/(protected)/components/progress/basic-progress.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/progress/basic-progress.tsx
rename to src/app/[locale]/(protected)/components/progress/basic-progress.tsx
diff --git a/app/[locale]/(protected)/components/progress/color-progress.tsx b/src/app/[locale]/(protected)/components/progress/color-progress.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/progress/color-progress.tsx
rename to src/app/[locale]/(protected)/components/progress/color-progress.tsx
diff --git a/app/[locale]/(protected)/components/progress/layout.tsx b/src/app/[locale]/(protected)/components/progress/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/progress/layout.tsx
rename to src/app/[locale]/(protected)/components/progress/layout.tsx
diff --git a/app/[locale]/(protected)/components/progress/page.tsx b/src/app/[locale]/(protected)/components/progress/page.tsx
similarity index 88%
rename from app/[locale]/(protected)/components/progress/page.tsx
rename to src/app/[locale]/(protected)/components/progress/page.tsx
index 41ae1023..1697cc64 100644
--- a/app/[locale]/(protected)/components/progress/page.tsx
+++ b/src/app/[locale]/(protected)/components/progress/page.tsx
@@ -1,5 +1,5 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicProgress from "./basic-progress";
import ColorProgress from "./color-progress";
import SizesProgress from "./sizes-progress";
@@ -7,7 +7,7 @@ import StripedProgress from "./striped-progress";
import AnimatedStriped from "./animate-striped";
import ProgressWithValue from "./progress-withvalue";
import { animateStriped, basicProgress, colorProgress, progressWithValue, sizesProgress, stripedProgress } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const ProgressPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/progress/progress-withvalue.tsx b/src/app/[locale]/(protected)/components/progress/progress-withvalue.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/progress/progress-withvalue.tsx
rename to src/app/[locale]/(protected)/components/progress/progress-withvalue.tsx
diff --git a/app/[locale]/(protected)/components/progress/sizes-progress.tsx b/src/app/[locale]/(protected)/components/progress/sizes-progress.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/progress/sizes-progress.tsx
rename to src/app/[locale]/(protected)/components/progress/sizes-progress.tsx
diff --git a/app/[locale]/(protected)/components/progress/source-code.ts b/src/app/[locale]/(protected)/components/progress/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/progress/source-code.ts
rename to src/app/[locale]/(protected)/components/progress/source-code.ts
diff --git a/app/[locale]/(protected)/components/progress/striped-progress.tsx b/src/app/[locale]/(protected)/components/progress/striped-progress.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/progress/striped-progress.tsx
rename to src/app/[locale]/(protected)/components/progress/striped-progress.tsx
diff --git a/app/[locale]/(protected)/components/resizable/basic-resizable.tsx b/src/app/[locale]/(protected)/components/resizable/basic-resizable.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/resizable/basic-resizable.tsx
rename to src/app/[locale]/(protected)/components/resizable/basic-resizable.tsx
diff --git a/app/[locale]/(protected)/components/resizable/layout.tsx b/src/app/[locale]/(protected)/components/resizable/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/resizable/layout.tsx
rename to src/app/[locale]/(protected)/components/resizable/layout.tsx
diff --git a/app/[locale]/(protected)/components/resizable/page.tsx b/src/app/[locale]/(protected)/components/resizable/page.tsx
similarity index 63%
rename from app/[locale]/(protected)/components/resizable/page.tsx
rename to src/app/[locale]/(protected)/components/resizable/page.tsx
index a18bb3f6..3be8621e 100644
--- a/app/[locale]/(protected)/components/resizable/page.tsx
+++ b/src/app/[locale]/(protected)/components/resizable/page.tsx
@@ -1,7 +1,7 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicResizable from "./basic-resizable";
import { basicResizable } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const ResizablePage = () => {
return (
diff --git a/app/[locale]/(protected)/components/resizable/source-code.ts b/src/app/[locale]/(protected)/components/resizable/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/resizable/source-code.ts
rename to src/app/[locale]/(protected)/components/resizable/source-code.ts
diff --git a/app/[locale]/(protected)/components/scroll-area/basic-scroll.tsx b/src/app/[locale]/(protected)/components/scroll-area/basic-scroll.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/scroll-area/basic-scroll.tsx
rename to src/app/[locale]/(protected)/components/scroll-area/basic-scroll.tsx
diff --git a/app/[locale]/(protected)/components/scroll-area/layout.tsx b/src/app/[locale]/(protected)/components/scroll-area/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/scroll-area/layout.tsx
rename to src/app/[locale]/(protected)/components/scroll-area/layout.tsx
diff --git a/app/[locale]/(protected)/components/scroll-area/page.tsx b/src/app/[locale]/(protected)/components/scroll-area/page.tsx
similarity index 57%
rename from app/[locale]/(protected)/components/scroll-area/page.tsx
rename to src/app/[locale]/(protected)/components/scroll-area/page.tsx
index 4901a88f..0f59c4ea 100644
--- a/app/[locale]/(protected)/components/scroll-area/page.tsx
+++ b/src/app/[locale]/(protected)/components/scroll-area/page.tsx
@@ -1,7 +1,7 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicScroll from "./basic-scroll";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const ScrollAreaPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/separator/basic-separator.tsx b/src/app/[locale]/(protected)/components/separator/basic-separator.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/separator/basic-separator.tsx
rename to src/app/[locale]/(protected)/components/separator/basic-separator.tsx
diff --git a/app/[locale]/(protected)/components/separator/layout.tsx b/src/app/[locale]/(protected)/components/separator/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/separator/layout.tsx
rename to src/app/[locale]/(protected)/components/separator/layout.tsx
diff --git a/app/[locale]/(protected)/components/separator/page.tsx b/src/app/[locale]/(protected)/components/separator/page.tsx
similarity index 63%
rename from app/[locale]/(protected)/components/separator/page.tsx
rename to src/app/[locale]/(protected)/components/separator/page.tsx
index fc88cf57..6d2ac2f4 100644
--- a/app/[locale]/(protected)/components/separator/page.tsx
+++ b/src/app/[locale]/(protected)/components/separator/page.tsx
@@ -1,7 +1,7 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicSeparator from "./basic-separator";
import { basicSeparator } from "./souce-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const SeparatorPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/separator/souce-code.ts b/src/app/[locale]/(protected)/components/separator/souce-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/separator/souce-code.ts
rename to src/app/[locale]/(protected)/components/separator/souce-code.ts
diff --git a/app/[locale]/(protected)/components/sheet/basic-sheet.tsx b/src/app/[locale]/(protected)/components/sheet/basic-sheet.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/sheet/basic-sheet.tsx
rename to src/app/[locale]/(protected)/components/sheet/basic-sheet.tsx
diff --git a/app/[locale]/(protected)/components/sheet/layout.tsx b/src/app/[locale]/(protected)/components/sheet/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/sheet/layout.tsx
rename to src/app/[locale]/(protected)/components/sheet/layout.tsx
diff --git a/app/[locale]/(protected)/components/sheet/page.tsx b/src/app/[locale]/(protected)/components/sheet/page.tsx
similarity index 74%
rename from app/[locale]/(protected)/components/sheet/page.tsx
rename to src/app/[locale]/(protected)/components/sheet/page.tsx
index ee90fd47..c16310a1 100644
--- a/app/[locale]/(protected)/components/sheet/page.tsx
+++ b/src/app/[locale]/(protected)/components/sheet/page.tsx
@@ -1,8 +1,8 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicSheet from "./basic-sheet";
import SheetSide from "./sheet-side";
import { basicSheet, sheetPosition } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const SheetPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/sheet/sheet-side.tsx b/src/app/[locale]/(protected)/components/sheet/sheet-side.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/sheet/sheet-side.tsx
rename to src/app/[locale]/(protected)/components/sheet/sheet-side.tsx
diff --git a/app/[locale]/(protected)/components/sheet/source-code.ts b/src/app/[locale]/(protected)/components/sheet/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/sheet/source-code.ts
rename to src/app/[locale]/(protected)/components/sheet/source-code.ts
diff --git a/app/[locale]/(protected)/components/skeleton/basic-skeleton.tsx b/src/app/[locale]/(protected)/components/skeleton/basic-skeleton.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/skeleton/basic-skeleton.tsx
rename to src/app/[locale]/(protected)/components/skeleton/basic-skeleton.tsx
diff --git a/app/[locale]/(protected)/components/skeleton/layout.tsx b/src/app/[locale]/(protected)/components/skeleton/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/skeleton/layout.tsx
rename to src/app/[locale]/(protected)/components/skeleton/layout.tsx
diff --git a/app/[locale]/(protected)/components/skeleton/page.tsx b/src/app/[locale]/(protected)/components/skeleton/page.tsx
similarity index 75%
rename from app/[locale]/(protected)/components/skeleton/page.tsx
rename to src/app/[locale]/(protected)/components/skeleton/page.tsx
index d8b75877..0b7f161a 100644
--- a/app/[locale]/(protected)/components/skeleton/page.tsx
+++ b/src/app/[locale]/(protected)/components/skeleton/page.tsx
@@ -1,8 +1,8 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasiSkeleton from "./basic-skeleton";
import SkeletonCard from "./skeleton-card";
import { basicSkeleton, skeletonCard } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const SkeletonPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/skeleton/skeleton-card.tsx b/src/app/[locale]/(protected)/components/skeleton/skeleton-card.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/skeleton/skeleton-card.tsx
rename to src/app/[locale]/(protected)/components/skeleton/skeleton-card.tsx
diff --git a/app/[locale]/(protected)/components/skeleton/source-code.ts b/src/app/[locale]/(protected)/components/skeleton/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/skeleton/source-code.ts
rename to src/app/[locale]/(protected)/components/skeleton/source-code.ts
diff --git a/app/[locale]/(protected)/components/sonner/basic-sonner.tsx b/src/app/[locale]/(protected)/components/sonner/basic-sonner.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/sonner/basic-sonner.tsx
rename to src/app/[locale]/(protected)/components/sonner/basic-sonner.tsx
diff --git a/app/[locale]/(protected)/components/sonner/layout.tsx b/src/app/[locale]/(protected)/components/sonner/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/sonner/layout.tsx
rename to src/app/[locale]/(protected)/components/sonner/layout.tsx
diff --git a/app/[locale]/(protected)/components/sonner/page.tsx b/src/app/[locale]/(protected)/components/sonner/page.tsx
similarity index 63%
rename from app/[locale]/(protected)/components/sonner/page.tsx
rename to src/app/[locale]/(protected)/components/sonner/page.tsx
index ba476784..322070ad 100644
--- a/app/[locale]/(protected)/components/sonner/page.tsx
+++ b/src/app/[locale]/(protected)/components/sonner/page.tsx
@@ -1,7 +1,7 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicSonner from "./basic-sonner";
import { basicSonner } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const SoonerPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/sonner/source-code.ts b/src/app/[locale]/(protected)/components/sonner/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/sonner/source-code.ts
rename to src/app/[locale]/(protected)/components/sonner/source-code.ts
diff --git a/app/[locale]/(protected)/components/tabs/basic-tab.tsx b/src/app/[locale]/(protected)/components/tabs/basic-tab.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/tabs/basic-tab.tsx
rename to src/app/[locale]/(protected)/components/tabs/basic-tab.tsx
diff --git a/app/[locale]/(protected)/components/tabs/justify-tab.tsx b/src/app/[locale]/(protected)/components/tabs/justify-tab.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/tabs/justify-tab.tsx
rename to src/app/[locale]/(protected)/components/tabs/justify-tab.tsx
diff --git a/app/[locale]/(protected)/components/tabs/layout.tsx b/src/app/[locale]/(protected)/components/tabs/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/tabs/layout.tsx
rename to src/app/[locale]/(protected)/components/tabs/layout.tsx
diff --git a/app/[locale]/(protected)/components/tabs/page.tsx b/src/app/[locale]/(protected)/components/tabs/page.tsx
similarity index 83%
rename from app/[locale]/(protected)/components/tabs/page.tsx
rename to src/app/[locale]/(protected)/components/tabs/page.tsx
index cedc8803..b505260b 100644
--- a/app/[locale]/(protected)/components/tabs/page.tsx
+++ b/src/app/[locale]/(protected)/components/tabs/page.tsx
@@ -1,11 +1,11 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicTab from "./basic-tab";
import TabsWithIcon from "./tabs-with-icon";
import VerticalTab from "./vertical-tab";
import JustifyTab from "./justify-tab";
import { basicTab, justifyTab, tabsWithIcon, verticalTab } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const TabsPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/tabs/source-code.ts b/src/app/[locale]/(protected)/components/tabs/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/tabs/source-code.ts
rename to src/app/[locale]/(protected)/components/tabs/source-code.ts
diff --git a/app/[locale]/(protected)/components/tabs/tabs-with-icon.tsx b/src/app/[locale]/(protected)/components/tabs/tabs-with-icon.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/tabs/tabs-with-icon.tsx
rename to src/app/[locale]/(protected)/components/tabs/tabs-with-icon.tsx
diff --git a/app/[locale]/(protected)/components/tabs/vertical-tab.tsx b/src/app/[locale]/(protected)/components/tabs/vertical-tab.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/tabs/vertical-tab.tsx
rename to src/app/[locale]/(protected)/components/tabs/vertical-tab.tsx
diff --git a/app/[locale]/(protected)/components/toast/basic-toast.tsx b/src/app/[locale]/(protected)/components/toast/basic-toast.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/toast/basic-toast.tsx
rename to src/app/[locale]/(protected)/components/toast/basic-toast.tsx
diff --git a/app/[locale]/(protected)/components/toast/layout.tsx b/src/app/[locale]/(protected)/components/toast/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/toast/layout.tsx
rename to src/app/[locale]/(protected)/components/toast/layout.tsx
diff --git a/app/[locale]/(protected)/components/toast/page.tsx b/src/app/[locale]/(protected)/components/toast/page.tsx
similarity index 84%
rename from app/[locale]/(protected)/components/toast/page.tsx
rename to src/app/[locale]/(protected)/components/toast/page.tsx
index 7a4d40f6..664b90de 100644
--- a/app/[locale]/(protected)/components/toast/page.tsx
+++ b/src/app/[locale]/(protected)/components/toast/page.tsx
@@ -1,10 +1,10 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicToast from "./basic-toast";
import ToastWithTitle from "./toast-with-title";
import ToastWithAction from "./toast-with-action";
import ToastVariant from "./toast-variant";
import { basicToast, toastVariant, toastWithAction, toastWithTitle } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const ToastPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/toast/source-code.ts b/src/app/[locale]/(protected)/components/toast/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/toast/source-code.ts
rename to src/app/[locale]/(protected)/components/toast/source-code.ts
diff --git a/app/[locale]/(protected)/components/toast/toast-variant.tsx b/src/app/[locale]/(protected)/components/toast/toast-variant.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/toast/toast-variant.tsx
rename to src/app/[locale]/(protected)/components/toast/toast-variant.tsx
diff --git a/app/[locale]/(protected)/components/toast/toast-with-action.tsx b/src/app/[locale]/(protected)/components/toast/toast-with-action.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/toast/toast-with-action.tsx
rename to src/app/[locale]/(protected)/components/toast/toast-with-action.tsx
diff --git a/app/[locale]/(protected)/components/toast/toast-with-title.tsx b/src/app/[locale]/(protected)/components/toast/toast-with-title.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/toast/toast-with-title.tsx
rename to src/app/[locale]/(protected)/components/toast/toast-with-title.tsx
diff --git a/app/[locale]/(protected)/components/toggle/basic-toggle.tsx b/src/app/[locale]/(protected)/components/toggle/basic-toggle.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/toggle/basic-toggle.tsx
rename to src/app/[locale]/(protected)/components/toggle/basic-toggle.tsx
diff --git a/app/[locale]/(protected)/components/toggle/disabled-toggle.tsx b/src/app/[locale]/(protected)/components/toggle/disabled-toggle.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/toggle/disabled-toggle.tsx
rename to src/app/[locale]/(protected)/components/toggle/disabled-toggle.tsx
diff --git a/app/[locale]/(protected)/components/toggle/layout.tsx b/src/app/[locale]/(protected)/components/toggle/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/toggle/layout.tsx
rename to src/app/[locale]/(protected)/components/toggle/layout.tsx
diff --git a/app/[locale]/(protected)/components/toggle/outline-toggle.tsx b/src/app/[locale]/(protected)/components/toggle/outline-toggle.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/toggle/outline-toggle.tsx
rename to src/app/[locale]/(protected)/components/toggle/outline-toggle.tsx
diff --git a/app/[locale]/(protected)/components/toggle/page.tsx b/src/app/[locale]/(protected)/components/toggle/page.tsx
similarity index 87%
rename from app/[locale]/(protected)/components/toggle/page.tsx
rename to src/app/[locale]/(protected)/components/toggle/page.tsx
index 5c70be80..b5216013 100644
--- a/app/[locale]/(protected)/components/toggle/page.tsx
+++ b/src/app/[locale]/(protected)/components/toggle/page.tsx
@@ -1,4 +1,4 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicToggle from "./basic-toggle";
import OutlineToggle from './outline-toggle';
import ToggleWithText from "./toggle-with-text";
@@ -6,7 +6,7 @@ import SizeToggle from "./size-toggle";
import DisabledToggle from "./disabled-toggle";
import ToggleGroups from "./toggle-groups";
import { basicToggle, disabledToggle, outlineToggle, sizeToggle, toggleGroups, toggleWithText } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const TogglePage = () => {
return (
diff --git a/app/[locale]/(protected)/components/toggle/size-toggle.tsx b/src/app/[locale]/(protected)/components/toggle/size-toggle.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/toggle/size-toggle.tsx
rename to src/app/[locale]/(protected)/components/toggle/size-toggle.tsx
diff --git a/app/[locale]/(protected)/components/toggle/source-code.ts b/src/app/[locale]/(protected)/components/toggle/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/toggle/source-code.ts
rename to src/app/[locale]/(protected)/components/toggle/source-code.ts
diff --git a/app/[locale]/(protected)/components/toggle/toggle-groups.tsx b/src/app/[locale]/(protected)/components/toggle/toggle-groups.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/toggle/toggle-groups.tsx
rename to src/app/[locale]/(protected)/components/toggle/toggle-groups.tsx
diff --git a/app/[locale]/(protected)/components/toggle/toggle-with-text.tsx b/src/app/[locale]/(protected)/components/toggle/toggle-with-text.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/toggle/toggle-with-text.tsx
rename to src/app/[locale]/(protected)/components/toggle/toggle-with-text.tsx
diff --git a/app/[locale]/(protected)/components/tooltip/basic-tooltip.tsx b/src/app/[locale]/(protected)/components/tooltip/basic-tooltip.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/tooltip/basic-tooltip.tsx
rename to src/app/[locale]/(protected)/components/tooltip/basic-tooltip.tsx
diff --git a/app/[locale]/(protected)/components/tooltip/control-tooltip.tsx b/src/app/[locale]/(protected)/components/tooltip/control-tooltip.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/tooltip/control-tooltip.tsx
rename to src/app/[locale]/(protected)/components/tooltip/control-tooltip.tsx
diff --git a/app/[locale]/(protected)/components/tooltip/layout.tsx b/src/app/[locale]/(protected)/components/tooltip/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/tooltip/layout.tsx
rename to src/app/[locale]/(protected)/components/tooltip/layout.tsx
diff --git a/app/[locale]/(protected)/components/tooltip/page.tsx b/src/app/[locale]/(protected)/components/tooltip/page.tsx
similarity index 88%
rename from app/[locale]/(protected)/components/tooltip/page.tsx
rename to src/app/[locale]/(protected)/components/tooltip/page.tsx
index 5a0a6fa3..df57efc8 100644
--- a/app/[locale]/(protected)/components/tooltip/page.tsx
+++ b/src/app/[locale]/(protected)/components/tooltip/page.tsx
@@ -1,4 +1,4 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import TooltipPositions from "./tooltip-positions";
import VariousTrigger from "./various-trigger";
import WithDelay from "./with-delay";
@@ -6,7 +6,7 @@ import ControlTooltip from "./control-tooltip";
import BasicTooltip from "./basic-tooltip";
import TooltipWithArrow from "./tooltip-with-arrow";
import { basicTooltip, controlTooltip, tooltipPosition, tooltipWithDelay, tooltupWithArrow, variousTrigger } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const TooltipPage = () => {
return (
diff --git a/app/[locale]/(protected)/components/tooltip/source-code.ts b/src/app/[locale]/(protected)/components/tooltip/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/components/tooltip/source-code.ts
rename to src/app/[locale]/(protected)/components/tooltip/source-code.ts
diff --git a/app/[locale]/(protected)/components/tooltip/tooltip-positions.tsx b/src/app/[locale]/(protected)/components/tooltip/tooltip-positions.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/tooltip/tooltip-positions.tsx
rename to src/app/[locale]/(protected)/components/tooltip/tooltip-positions.tsx
diff --git a/app/[locale]/(protected)/components/tooltip/tooltip-with-arrow.tsx b/src/app/[locale]/(protected)/components/tooltip/tooltip-with-arrow.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/tooltip/tooltip-with-arrow.tsx
rename to src/app/[locale]/(protected)/components/tooltip/tooltip-with-arrow.tsx
diff --git a/app/[locale]/(protected)/components/tooltip/various-trigger.tsx b/src/app/[locale]/(protected)/components/tooltip/various-trigger.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/tooltip/various-trigger.tsx
rename to src/app/[locale]/(protected)/components/tooltip/various-trigger.tsx
diff --git a/app/[locale]/(protected)/components/tooltip/with-delay.tsx b/src/app/[locale]/(protected)/components/tooltip/with-delay.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/tooltip/with-delay.tsx
rename to src/app/[locale]/(protected)/components/tooltip/with-delay.tsx
diff --git a/app/[locale]/(protected)/components/typography/layout.tsx b/src/app/[locale]/(protected)/components/typography/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/typography/layout.tsx
rename to src/app/[locale]/(protected)/components/typography/layout.tsx
diff --git a/app/[locale]/(protected)/components/typography/page.tsx b/src/app/[locale]/(protected)/components/typography/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/components/typography/page.tsx
rename to src/app/[locale]/(protected)/components/typography/page.tsx
diff --git a/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx b/src/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx
similarity index 99%
rename from app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx
rename to src/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx
index 7a63a970..c545bd43 100644
--- a/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx
+++ b/src/app/[locale]/(protected)/contributor/agenda-setting/calender-view.tsx
@@ -23,9 +23,9 @@ import { Checkbox } from "@/components/ui/checkbox";
import { EventContentArg } from "@fullcalendar/core";
import EventModal from "./event-modal";
import { useTranslations } from "next-intl";
-import { getAgendaSettingsList } from "@/service/agenda-setting/agenda-setting";
+import { getAgendaSettingsList } from "@/lib/services/agenda-setting/agenda-setting";
import dayjs from "dayjs";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { CalendarCategory } from "./data";
import { error } from "@/config/swal";
import {
diff --git a/app/[locale]/(protected)/contributor/agenda-setting/data.ts b/src/app/[locale]/(protected)/contributor/agenda-setting/data.ts
similarity index 97%
rename from app/[locale]/(protected)/contributor/agenda-setting/data.ts
rename to src/app/[locale]/(protected)/contributor/agenda-setting/data.ts
index 3cab4af9..58b816da 100644
--- a/app/[locale]/(protected)/contributor/agenda-setting/data.ts
+++ b/src/app/[locale]/(protected)/contributor/agenda-setting/data.ts
@@ -1,4 +1,4 @@
-import { getAgendaSettingsList } from "@/service/agenda-setting/agenda-setting";
+import { getAgendaSettingsList } from "@/lib/services/agenda-setting/agenda-setting";
import { faker } from "@faker-js/faker";
import dayjs from "dayjs";
diff --git a/app/[locale]/(protected)/contributor/agenda-setting/dragging-events.tsx b/src/app/[locale]/(protected)/contributor/agenda-setting/dragging-events.tsx
similarity index 94%
rename from app/[locale]/(protected)/contributor/agenda-setting/dragging-events.tsx
rename to src/app/[locale]/(protected)/contributor/agenda-setting/dragging-events.tsx
index 56683eaa..a3ca6fd9 100644
--- a/app/[locale]/(protected)/contributor/agenda-setting/dragging-events.tsx
+++ b/src/app/[locale]/(protected)/contributor/agenda-setting/dragging-events.tsx
@@ -1,4 +1,4 @@
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
const ExternalDraggingevent = ({ event }: any) => {
const { title, id, tag } = event;
diff --git a/app/[locale]/(protected)/contributor/agenda-setting/event-modal.tsx b/src/app/[locale]/(protected)/contributor/agenda-setting/event-modal.tsx
similarity index 98%
rename from app/[locale]/(protected)/contributor/agenda-setting/event-modal.tsx
rename to src/app/[locale]/(protected)/contributor/agenda-setting/event-modal.tsx
index 89b2fb3b..d0a4593f 100644
--- a/app/[locale]/(protected)/contributor/agenda-setting/event-modal.tsx
+++ b/src/app/[locale]/(protected)/contributor/agenda-setting/event-modal.tsx
@@ -4,7 +4,7 @@ import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { useForm, Controller } from "react-hook-form";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import { format } from "date-fns";
import {
Popover,
@@ -28,7 +28,7 @@ import {
ChevronDown,
Music,
} from "lucide-react";
-import DeleteConfirmationDialog from "@/components/delete-confirmation-dialog";
+import DeleteConfirmationDialog from "/components/delete-confirmation-dialog";
import { CalendarCategory } from "./data";
import {
Dialog,
@@ -42,19 +42,19 @@ import { error, loading, success } from "@/lib/swal";
import Cookies from "js-cookie";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
-import { postSchedule } from "@/service/schedule/schedule";
+import { postSchedule } from "@/lib/services/schedule/schedule";
import {
deleteAgendaSettings,
getAgendaSettingsById,
publishAgendaSettings,
saveAgendaSettings,
-} from "@/service/agenda-setting/agenda-setting";
+} from "@/lib/services/agenda-setting/agenda-setting";
import { Checkbox } from "@/components/ui/checkbox";
-import { getUserLevelForAssignments } from "@/service/task";
+import { getUserLevelForAssignments } from "@/lib/services/task";
import { AudioRecorder } from "react-audio-voice-recorder";
-import FileUploader from "@/components/form/shared/file-uploader";
+import FileUploader from "@/components/features/form/shared/file-uploader";
import { Upload } from "tus-js-client";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { Icon } from "@iconify/react";
import Image from "next/image";
import { UnitMapping } from "./unit-mapping";
diff --git a/app/[locale]/(protected)/contributor/agenda-setting/layout.tsx b/src/app/[locale]/(protected)/contributor/agenda-setting/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/contributor/agenda-setting/layout.tsx
rename to src/app/[locale]/(protected)/contributor/agenda-setting/layout.tsx
diff --git a/app/[locale]/(protected)/contributor/agenda-setting/page.tsx b/src/app/[locale]/(protected)/contributor/agenda-setting/page.tsx
similarity index 96%
rename from app/[locale]/(protected)/contributor/agenda-setting/page.tsx
rename to src/app/[locale]/(protected)/contributor/agenda-setting/page.tsx
index 4f88d946..a0244b2f 100644
--- a/app/[locale]/(protected)/contributor/agenda-setting/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/agenda-setting/page.tsx
@@ -3,7 +3,7 @@
import { getEvents, getCategories } from "./utils";
import { calendarEvents, Category } from "./data";
import CalendarView from "./calender-view";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { useEffect, useState } from "react";
import { CalendarCategory } from "./data";
diff --git a/app/[locale]/(protected)/contributor/agenda-setting/unit-mapping.tsx b/src/app/[locale]/(protected)/contributor/agenda-setting/unit-mapping.tsx
similarity index 98%
rename from app/[locale]/(protected)/contributor/agenda-setting/unit-mapping.tsx
rename to src/app/[locale]/(protected)/contributor/agenda-setting/unit-mapping.tsx
index 64542b17..82fc4274 100644
--- a/app/[locale]/(protected)/contributor/agenda-setting/unit-mapping.tsx
+++ b/src/app/[locale]/(protected)/contributor/agenda-setting/unit-mapping.tsx
@@ -25,7 +25,7 @@ import { zodResolver } from "@hookform/resolvers/zod";
import { useForm } from "react-hook-form";
import { z } from "zod";
import { useEffect, useState } from "react";
-import { getUserLevelForAssignments } from "@/service/task";
+import { getUserLevelForAssignments } from "@/lib/services/task";
const FormSchema = z.object({
items: z.array(z.string()).refine((value) => value.some((item) => item), {
diff --git a/app/[locale]/(protected)/contributor/agenda-setting/utils.ts b/src/app/[locale]/(protected)/contributor/agenda-setting/utils.ts
similarity index 100%
rename from app/[locale]/(protected)/contributor/agenda-setting/utils.ts
rename to src/app/[locale]/(protected)/contributor/agenda-setting/utils.ts
diff --git a/app/[locale]/(protected)/contributor/blog/components/blog-table.tsx b/src/app/[locale]/(protected)/contributor/blog/components/blog-table.tsx
similarity index 97%
rename from app/[locale]/(protected)/contributor/blog/components/blog-table.tsx
rename to src/app/[locale]/(protected)/contributor/blog/components/blog-table.tsx
index 631e5baa..87719f89 100644
--- a/app/[locale]/(protected)/contributor/blog/components/blog-table.tsx
+++ b/src/app/[locale]/(protected)/contributor/blog/components/blog-table.tsx
@@ -26,13 +26,13 @@ import {
} from "@/components/ui/table";
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
import { ChevronDown, Plus, Search } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { getBlogCategory, paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { getBlogCategory, paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
import {
DropdownMenu,
@@ -43,7 +43,7 @@ import {
DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu";
import { Label } from "@/components/ui/label";
-import { listEnableCategory } from "@/service/content/content";
+import { listEnableCategory } from "@/lib/services/content/content";
import { useTranslations } from "next-intl";
import { CardHeader, CardTitle } from "@/components/ui/card";
import { Link } from "@/i18n/routing";
diff --git a/app/[locale]/(protected)/contributor/blog/components/columns.tsx b/src/app/[locale]/(protected)/contributor/blog/components/columns.tsx
similarity index 97%
rename from app/[locale]/(protected)/contributor/blog/components/columns.tsx
rename to src/app/[locale]/(protected)/contributor/blog/components/columns.tsx
index 87b5d362..355b2cdc 100644
--- a/app/[locale]/(protected)/contributor/blog/components/columns.tsx
+++ b/src/app/[locale]/(protected)/contributor/blog/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -12,10 +12,10 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link, useRouter } from "@/components/navigation";
+import { Link, useRouter } from "@/components/ui/structures/navigation";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
-import { deleteBlog } from "@/service/blog/blog";
+import { deleteBlog } from "@/lib/services/blog/blog";
import { error, loading } from "@/lib/swal";
import { useTranslations } from "next-intl";
diff --git a/src/app/[locale]/(protected)/contributor/blog/create/page.tsx b/src/app/[locale]/(protected)/contributor/blog/create/page.tsx
new file mode 100644
index 00000000..c7288b3f
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/blog/create/page.tsx
@@ -0,0 +1,18 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormImage from "@/components/features/form/content/image-form";
+import FormBlog from "@/components/features/form/blog/blog-form";
+
+const BlogCreatePage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default BlogCreatePage;
diff --git a/src/app/[locale]/(protected)/contributor/blog/detail/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/blog/detail/[id]/page.tsx
new file mode 100644
index 00000000..f1555505
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/blog/detail/[id]/page.tsx
@@ -0,0 +1,16 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormBlogDetail from "@/components/features/form/blog/blog--detail-form";
+import FormSurveyDetailPage from "@/components/features/form/survey/survey-detail";
+
+const BlogDetailPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default BlogDetailPage;
diff --git a/app/[locale]/(protected)/contributor/blog/layout.tsx b/src/app/[locale]/(protected)/contributor/blog/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/contributor/blog/layout.tsx
rename to src/app/[locale]/(protected)/contributor/blog/layout.tsx
diff --git a/app/[locale]/(protected)/contributor/blog/page.tsx b/src/app/[locale]/(protected)/contributor/blog/page.tsx
similarity index 79%
rename from app/[locale]/(protected)/contributor/blog/page.tsx
rename to src/app/[locale]/(protected)/contributor/blog/page.tsx
index 1f8e68fc..ad890dcb 100644
--- a/app/[locale]/(protected)/contributor/blog/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/blog/page.tsx
@@ -1,9 +1,9 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import BlogTable from "./components/blog-table";
import { Plus } from "lucide-react";
import { Button } from "@/components/ui/button";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
const BlogPage = async () => {
return (
diff --git a/app/[locale]/(protected)/contributor/blog/update/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/blog/update/[id]/page.tsx
similarity index 57%
rename from app/[locale]/(protected)/contributor/blog/update/[id]/page.tsx
rename to src/app/[locale]/(protected)/contributor/blog/update/[id]/page.tsx
index db0bac9d..2e231a91 100644
--- a/app/[locale]/(protected)/contributor/blog/update/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/blog/update/[id]/page.tsx
@@ -1,5 +1,5 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormBlogUpdate from "@/components/form/blog/blog--update-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormBlogUpdate from "@/components/features/form/blog/blog--update-form";
const BlogUpdatePage = async () => {
return (
diff --git a/app/[locale]/(protected)/contributor/content/audio/components/columns.tsx b/src/app/[locale]/(protected)/contributor/content/audio/components/columns.tsx
similarity index 97%
rename from app/[locale]/(protected)/contributor/content/audio/components/columns.tsx
rename to src/app/[locale]/(protected)/contributor/content/audio/components/columns.tsx
index 58f69d01..1d304ef8 100644
--- a/app/[locale]/(protected)/contributor/content/audio/components/columns.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/audio/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -12,9 +12,9 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import withReactContent from "sweetalert2-react-content";
-import { deleteMedia } from "@/service/content/content";
+import { deleteMedia } from "@/lib/services/content/content";
import { error } from "@/lib/swal";
import Swal from "sweetalert2";
import { useTranslations } from "next-intl";
diff --git a/app/[locale]/(protected)/contributor/content/audio/components/table-audio.tsx b/src/app/[locale]/(protected)/contributor/content/audio/components/table-audio.tsx
similarity index 98%
rename from app/[locale]/(protected)/contributor/content/audio/components/table-audio.tsx
rename to src/app/[locale]/(protected)/contributor/content/audio/components/table-audio.tsx
index fdcccead..e2459ef4 100644
--- a/app/[locale]/(protected)/contributor/content/audio/components/table-audio.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/audio/components/table-audio.tsx
@@ -37,7 +37,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuCheckboxItem,
@@ -49,18 +49,18 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
import {
listDataAudio,
listDataImage,
listDataVideo,
listEnableCategory,
-} from "@/service/content/content";
+} from "@/lib/services/content/content";
import { Label } from "@/components/ui/label";
import { format } from "date-fns";
import useTableColumns from "./columns";
diff --git a/app/[locale]/(protected)/contributor/content/audio/create/page.tsx b/src/app/[locale]/(protected)/contributor/content/audio/create/page.tsx
similarity index 58%
rename from app/[locale]/(protected)/contributor/content/audio/create/page.tsx
rename to src/app/[locale]/(protected)/contributor/content/audio/create/page.tsx
index 86df994c..53975908 100644
--- a/app/[locale]/(protected)/contributor/content/audio/create/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/audio/create/page.tsx
@@ -1,5 +1,5 @@
-import FormAudio from "@/components/form/content/audio-form";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import FormAudio from "@/components/features/form/content/audio-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const AudioCreatePage = async () => {
return (
diff --git a/src/app/[locale]/(protected)/contributor/content/audio/detail/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/content/audio/detail/[id]/page.tsx
new file mode 100644
index 00000000..9ecefc77
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/content/audio/detail/[id]/page.tsx
@@ -0,0 +1,16 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormImageDetail from "@/components/features/form/content/image-detail-form";
+import FormAudioDetail from "@/components/features/form/content/audio-detail-form";
+
+const AudioDetailPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default AudioDetailPage;
diff --git a/app/[locale]/(protected)/contributor/content/audio/layout.tsx b/src/app/[locale]/(protected)/contributor/content/audio/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/contributor/content/audio/layout.tsx
rename to src/app/[locale]/(protected)/contributor/content/audio/layout.tsx
diff --git a/app/[locale]/(protected)/contributor/content/audio/page.tsx b/src/app/[locale]/(protected)/contributor/content/audio/page.tsx
similarity index 95%
rename from app/[locale]/(protected)/contributor/content/audio/page.tsx
rename to src/app/[locale]/(protected)/contributor/content/audio/page.tsx
index b54ddf00..0eefa7a8 100644
--- a/app/[locale]/(protected)/contributor/content/audio/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/audio/page.tsx
@@ -1,11 +1,11 @@
"use client";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { UploadIcon } from "lucide-react";
import { Button } from "@/components/ui/button";
import { Icon } from "@iconify/react/dist/iconify.js";
import TableAudio from "./components/table-audio";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useTranslations } from "next-intl";
const ReactTableAudioPage = () => {
diff --git a/src/app/[locale]/(protected)/contributor/content/audio/update-seo/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/content/audio/update-seo/[id]/page.tsx
new file mode 100644
index 00000000..b48fc15b
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/content/audio/update-seo/[id]/page.tsx
@@ -0,0 +1,18 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormImageDetail from "@/components/features/form/content/image-detail-form";
+import FormImageUpdate from "@/components/features/form/content/image-update-form";
+import FormAudioUpdate from "@/components/features/form/content/audio-update-form";
+import FormAudioSeo from "@/components/features/form/content/audio-update-seo";
+
+const AudioUpdatePage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default AudioUpdatePage;
diff --git a/src/app/[locale]/(protected)/contributor/content/audio/update/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/content/audio/update/[id]/page.tsx
new file mode 100644
index 00000000..f1622cf8
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/content/audio/update/[id]/page.tsx
@@ -0,0 +1,17 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormImageDetail from "@/components/features/form/content/image-detail-form";
+import FormImageUpdate from "@/components/features/form/content/image-update-form";
+import FormAudioUpdate from "@/components/features/form/content/audio-update-form";
+
+const AudioUpdatePage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default AudioUpdatePage;
diff --git a/app/[locale]/(protected)/contributor/content/image/components/columns.tsx b/src/app/[locale]/(protected)/contributor/content/image/components/columns.tsx
similarity index 97%
rename from app/[locale]/(protected)/contributor/content/image/components/columns.tsx
rename to src/app/[locale]/(protected)/contributor/content/image/components/columns.tsx
index 28e03f43..41190a27 100644
--- a/app/[locale]/(protected)/contributor/content/image/components/columns.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/image/components/columns.tsx
@@ -3,7 +3,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -13,10 +13,10 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useRouter } from "next/navigation";
import { useToast } from "@/components/ui/use-toast";
-import { deleteMedia } from "@/service/content/content";
+import { deleteMedia } from "@/lib/services/content/content";
import { error, loading } from "@/lib/swal";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
diff --git a/app/[locale]/(protected)/contributor/content/image/components/table-image.tsx b/src/app/[locale]/(protected)/contributor/content/image/components/table-image.tsx
similarity index 98%
rename from app/[locale]/(protected)/contributor/content/image/components/table-image.tsx
rename to src/app/[locale]/(protected)/contributor/content/image/components/table-image.tsx
index 1e319486..6d9fbfbb 100644
--- a/app/[locale]/(protected)/contributor/content/image/components/table-image.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/image/components/table-image.tsx
@@ -37,7 +37,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuCheckboxItem,
@@ -49,17 +49,17 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import {
deleteMedia,
listDataImage,
listEnableCategory,
-} from "@/service/content/content";
+} from "@/lib/services/content/content";
import { loading } from "@/config/swal";
import { toast } from "sonner";
diff --git a/app/[locale]/(protected)/contributor/content/image/create/page.tsx b/src/app/[locale]/(protected)/contributor/content/image/create/page.tsx
similarity index 55%
rename from app/[locale]/(protected)/contributor/content/image/create/page.tsx
rename to src/app/[locale]/(protected)/contributor/content/image/create/page.tsx
index 08c9c852..ce77efc5 100644
--- a/app/[locale]/(protected)/contributor/content/image/create/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/image/create/page.tsx
@@ -1,7 +1,7 @@
import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
-import FormImage from "@/components/form/content/image-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormImage from "@/components/features/form/content/image-form";
const ImageCreatePage = async () => {
return (
diff --git a/app/[locale]/(protected)/contributor/content/image/createAi/page.tsx b/src/app/[locale]/(protected)/contributor/content/image/createAi/page.tsx
similarity index 58%
rename from app/[locale]/(protected)/contributor/content/image/createAi/page.tsx
rename to src/app/[locale]/(protected)/contributor/content/image/createAi/page.tsx
index 8782ba08..59a5598c 100644
--- a/app/[locale]/(protected)/contributor/content/image/createAi/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/image/createAi/page.tsx
@@ -1,5 +1,5 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormImageAI from "@/components/form/content/image-ai-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormImageAI from "@/components/features/form/content/image-ai-form";
const ImageAICreatePage = async () => {
return (
diff --git a/app/[locale]/(protected)/contributor/content/image/detail/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/content/image/detail/[id]/page.tsx
similarity index 57%
rename from app/[locale]/(protected)/contributor/content/image/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/contributor/content/image/detail/[id]/page.tsx
index c4c3a5ac..73692375 100644
--- a/app/[locale]/(protected)/contributor/content/image/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/image/detail/[id]/page.tsx
@@ -1,5 +1,5 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormImageDetail from "@/components/form/content/image-detail-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormImageDetail from "@/components/features/form/content/image-detail-form";
const ImageDetailPage = async () => {
return (
diff --git a/app/[locale]/(protected)/contributor/content/image/layout.tsx b/src/app/[locale]/(protected)/contributor/content/image/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/contributor/content/image/layout.tsx
rename to src/app/[locale]/(protected)/contributor/content/image/layout.tsx
diff --git a/app/[locale]/(protected)/contributor/content/image/page.tsx b/src/app/[locale]/(protected)/contributor/content/image/page.tsx
similarity index 96%
rename from app/[locale]/(protected)/contributor/content/image/page.tsx
rename to src/app/[locale]/(protected)/contributor/content/image/page.tsx
index 1628f7f8..ad552641 100644
--- a/app/[locale]/(protected)/contributor/content/image/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/image/page.tsx
@@ -1,11 +1,11 @@
"use client";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import TableImage from "./components/table-image";
import { UploadIcon } from "lucide-react";
import { Button } from "@/components/ui/button";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useTranslations } from "next-intl";
const ReactTableImagePage = () => {
diff --git a/src/app/[locale]/(protected)/contributor/content/image/update-seo/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/content/image/update-seo/[id]/page.tsx
new file mode 100644
index 00000000..84b74cb5
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/content/image/update-seo/[id]/page.tsx
@@ -0,0 +1,17 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormImageDetail from "@/components/features/form/content/image-detail-form";
+import FormImageUpdate from "@/components/features/form/content/image-update-form";
+import FormImageSeo from "@/components/features/form/content/image-update-seo";
+
+const ImageUpdateSeoPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default ImageUpdateSeoPage;
diff --git a/src/app/[locale]/(protected)/contributor/content/image/update/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/content/image/update/[id]/page.tsx
new file mode 100644
index 00000000..634aaf25
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/content/image/update/[id]/page.tsx
@@ -0,0 +1,16 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormImageDetail from "@/components/features/form/content/image-detail-form";
+import FormImageUpdate from "@/components/features/form/content/image-update-form";
+
+const ImageUpdatePage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default ImageUpdatePage;
diff --git a/app/[locale]/(protected)/contributor/content/nulis-ai/components/columns.tsx b/src/app/[locale]/(protected)/contributor/content/nulis-ai/components/columns.tsx
similarity index 98%
rename from app/[locale]/(protected)/contributor/content/nulis-ai/components/columns.tsx
rename to src/app/[locale]/(protected)/contributor/content/nulis-ai/components/columns.tsx
index b51ee85b..e7e8a5f4 100644
--- a/app/[locale]/(protected)/contributor/content/nulis-ai/components/columns.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/nulis-ai/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
diff --git a/app/[locale]/(protected)/contributor/content/nulis-ai/components/table-nulis.tsx b/src/app/[locale]/(protected)/contributor/content/nulis-ai/components/table-nulis.tsx
similarity index 95%
rename from app/[locale]/(protected)/contributor/content/nulis-ai/components/table-nulis.tsx
rename to src/app/[locale]/(protected)/contributor/content/nulis-ai/components/table-nulis.tsx
index b670ddde..95085e3f 100644
--- a/app/[locale]/(protected)/contributor/content/nulis-ai/components/table-nulis.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/nulis-ai/components/table-nulis.tsx
@@ -36,7 +36,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuContent,
@@ -45,17 +45,17 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
import {
listDataImage,
listDataTeks,
listNulisAI,
-} from "@/service/content/content";
+} from "@/lib/services/content/content";
const TableTeks = () => {
const router = useRouter();
diff --git a/app/[locale]/(protected)/contributor/content/nulis-ai/layout.tsx b/src/app/[locale]/(protected)/contributor/content/nulis-ai/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/contributor/content/nulis-ai/layout.tsx
rename to src/app/[locale]/(protected)/contributor/content/nulis-ai/layout.tsx
diff --git a/app/[locale]/(protected)/contributor/content/nulis-ai/page.tsx b/src/app/[locale]/(protected)/contributor/content/nulis-ai/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/contributor/content/nulis-ai/page.tsx
rename to src/app/[locale]/(protected)/contributor/content/nulis-ai/page.tsx
index 8b0c0487..865df042 100644
--- a/app/[locale]/(protected)/contributor/content/nulis-ai/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/nulis-ai/page.tsx
@@ -1,6 +1,6 @@
"use client";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import TableImage from "./components/table-nulis";
import { Newspaper, NewspaperIcon, UploadIcon } from "lucide-react";
import { Button } from "@/components/ui/button";
diff --git a/src/app/[locale]/(protected)/contributor/content/spit/convert/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/content/spit/convert/[id]/page.tsx
new file mode 100644
index 00000000..7618f8db
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/content/spit/convert/[id]/page.tsx
@@ -0,0 +1,16 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormImageDetail from "@/components/features/form/content/image-detail-form";
+import FormConvertSPIT from "@/components/features/form/content/spit-convert-form";
+
+const SPITConvertPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default SPITConvertPage;
diff --git a/app/[locale]/(protected)/contributor/content/spit/layout.tsx b/src/app/[locale]/(protected)/contributor/content/spit/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/contributor/content/spit/layout.tsx
rename to src/app/[locale]/(protected)/contributor/content/spit/layout.tsx
diff --git a/app/[locale]/(protected)/contributor/content/spit/page.tsx b/src/app/[locale]/(protected)/contributor/content/spit/page.tsx
similarity index 92%
rename from app/[locale]/(protected)/contributor/content/spit/page.tsx
rename to src/app/[locale]/(protected)/contributor/content/spit/page.tsx
index 88742142..d5ab8198 100644
--- a/app/[locale]/(protected)/contributor/content/spit/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/spit/page.tsx
@@ -1,6 +1,6 @@
"use client";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import TableImage from "./table-spit/table-spit";
import TableSPIT from "./table-spit/table-spit";
diff --git a/app/[locale]/(protected)/contributor/content/spit/table-spit/columns.tsx b/src/app/[locale]/(protected)/contributor/content/spit/table-spit/columns.tsx
similarity index 98%
rename from app/[locale]/(protected)/contributor/content/spit/table-spit/columns.tsx
rename to src/app/[locale]/(protected)/contributor/content/spit/table-spit/columns.tsx
index d39ca88c..d9f336c4 100644
--- a/app/[locale]/(protected)/contributor/content/spit/table-spit/columns.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/spit/table-spit/columns.tsx
@@ -15,7 +15,7 @@ import {
DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useTranslations } from "next-intl";
import withReactContent from "sweetalert2-react-content";
import Swal from "sweetalert2";
diff --git a/app/[locale]/(protected)/contributor/content/spit/table-spit/table-spit.tsx b/src/app/[locale]/(protected)/contributor/content/spit/table-spit/table-spit.tsx
similarity index 98%
rename from app/[locale]/(protected)/contributor/content/spit/table-spit/table-spit.tsx
rename to src/app/[locale]/(protected)/contributor/content/spit/table-spit/table-spit.tsx
index 77fcfd17..dfa35c1d 100644
--- a/app/[locale]/(protected)/contributor/content/spit/table-spit/table-spit.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/spit/table-spit/table-spit.tsx
@@ -34,9 +34,9 @@ import {
Trash2,
} from "lucide-react";
import { title } from "process";
-import { getCookiesDecrypt } from "@/lib/utils";
-import TablePagination from "@/components/table/table-pagination";
-import { listSPIT } from "@/service/content/content";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import TablePagination from "@/components/features/table/table-pagination";
+import { listSPIT } from "@/lib/services/content/content";
import { useSearchParams } from "next/navigation";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
diff --git a/app/[locale]/(protected)/contributor/content/teks/components/columns.tsx b/src/app/[locale]/(protected)/contributor/content/teks/components/columns.tsx
similarity index 97%
rename from app/[locale]/(protected)/contributor/content/teks/components/columns.tsx
rename to src/app/[locale]/(protected)/contributor/content/teks/components/columns.tsx
index 0a25137b..a2cd9b09 100644
--- a/app/[locale]/(protected)/contributor/content/teks/components/columns.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/teks/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -12,9 +12,9 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { error } from "@/lib/swal";
-import { deleteMedia } from "@/service/content/content";
+import { deleteMedia } from "@/lib/services/content/content";
import withReactContent from "sweetalert2-react-content";
import Swal from "sweetalert2";
import { useTranslations } from "next-intl";
diff --git a/app/[locale]/(protected)/contributor/content/teks/components/table-teks.tsx b/src/app/[locale]/(protected)/contributor/content/teks/components/table-teks.tsx
similarity index 98%
rename from app/[locale]/(protected)/contributor/content/teks/components/table-teks.tsx
rename to src/app/[locale]/(protected)/contributor/content/teks/components/table-teks.tsx
index 1c0a57d2..4a6d59ac 100644
--- a/app/[locale]/(protected)/contributor/content/teks/components/table-teks.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/teks/components/table-teks.tsx
@@ -37,7 +37,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuCheckboxItem,
@@ -49,17 +49,17 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
import {
listDataImage,
listDataTeks,
listEnableCategory,
-} from "@/service/content/content";
+} from "@/lib/services/content/content";
import { Label } from "@/components/ui/label";
import { format } from "date-fns";
import useTableColumns from "./columns";
diff --git a/src/app/[locale]/(protected)/contributor/content/teks/create/page.tsx b/src/app/[locale]/(protected)/contributor/content/teks/create/page.tsx
new file mode 100644
index 00000000..e746d738
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/content/teks/create/page.tsx
@@ -0,0 +1,16 @@
+import FormAudio from "@/components/features/form/content/audio-form";
+import FormTeks from "@/components/features/form/content/teks-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+
+const TeksCreatePage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default TeksCreatePage;
diff --git a/src/app/[locale]/(protected)/contributor/content/teks/detail/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/content/teks/detail/[id]/page.tsx
new file mode 100644
index 00000000..c93b1ea6
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/content/teks/detail/[id]/page.tsx
@@ -0,0 +1,16 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormImageDetail from "@/components/features/form/content/image-detail-form";
+import FormTeksDetail from "@/components/features/form/content/teks-detail-form";
+
+const TeksDetailPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default TeksDetailPage;
diff --git a/app/[locale]/(protected)/contributor/content/teks/layout.tsx b/src/app/[locale]/(protected)/contributor/content/teks/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/contributor/content/teks/layout.tsx
rename to src/app/[locale]/(protected)/contributor/content/teks/layout.tsx
diff --git a/app/[locale]/(protected)/contributor/content/teks/page.tsx b/src/app/[locale]/(protected)/contributor/content/teks/page.tsx
similarity index 96%
rename from app/[locale]/(protected)/contributor/content/teks/page.tsx
rename to src/app/[locale]/(protected)/contributor/content/teks/page.tsx
index 903fdf34..3137e126 100644
--- a/app/[locale]/(protected)/contributor/content/teks/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/teks/page.tsx
@@ -1,12 +1,12 @@
"use client";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import TableImage from "./components/table-teks";
import { Newspaper, NewspaperIcon, UploadIcon } from "lucide-react";
import { Button } from "@/components/ui/button";
import { Icon } from "@iconify/react/dist/iconify.js";
import TableTeks from "./components/table-teks";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useTranslations } from "next-intl";
const ReactTableTeksPage = () => {
diff --git a/src/app/[locale]/(protected)/contributor/content/teks/update-seo/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/content/teks/update-seo/[id]/page.tsx
new file mode 100644
index 00000000..0990511d
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/content/teks/update-seo/[id]/page.tsx
@@ -0,0 +1,16 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTeksUpdate from "@/components/features/form/content/teks-update-form";
+import FormTeksSeo from "@/components/features/form/content/teks-update-seo";
+
+const TeksUpdatePage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default TeksUpdatePage;
diff --git a/src/app/[locale]/(protected)/contributor/content/teks/update/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/content/teks/update/[id]/page.tsx
new file mode 100644
index 00000000..fae56f52
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/content/teks/update/[id]/page.tsx
@@ -0,0 +1,17 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormImageDetail from "@/components/features/form/content/image-detail-form";
+import FormImageUpdate from "@/components/features/form/content/image-update-form";
+import FormTeksUpdate from "@/components/features/form/content/teks-update-form";
+
+const TeksUpdatePage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default TeksUpdatePage;
diff --git a/app/[locale]/(protected)/contributor/content/video/components/columns.tsx b/src/app/[locale]/(protected)/contributor/content/video/components/columns.tsx
similarity index 97%
rename from app/[locale]/(protected)/contributor/content/video/components/columns.tsx
rename to src/app/[locale]/(protected)/contributor/content/video/components/columns.tsx
index 0fbf71f6..ee87a362 100644
--- a/app/[locale]/(protected)/contributor/content/video/components/columns.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/video/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -12,8 +12,8 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
-import { deleteMedia } from "@/service/content/content";
+import { Link } from "@/components/ui/structures/navigation";
+import { deleteMedia } from "@/lib/services/content/content";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
import { error } from "@/lib/swal";
diff --git a/app/[locale]/(protected)/contributor/content/video/components/table-video.tsx b/src/app/[locale]/(protected)/contributor/content/video/components/table-video.tsx
similarity index 98%
rename from app/[locale]/(protected)/contributor/content/video/components/table-video.tsx
rename to src/app/[locale]/(protected)/contributor/content/video/components/table-video.tsx
index bd8e1a03..37f02907 100644
--- a/app/[locale]/(protected)/contributor/content/video/components/table-video.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/video/components/table-video.tsx
@@ -37,7 +37,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuCheckboxItem,
@@ -49,17 +49,17 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
import {
listDataImage,
listDataVideo,
listEnableCategory,
-} from "@/service/content/content";
+} from "@/lib/services/content/content";
import { Label } from "@/components/ui/label";
import { format } from "date-fns";
import useTableColumns from "./columns";
diff --git a/app/[locale]/(protected)/contributor/content/video/create/page.tsx b/src/app/[locale]/(protected)/contributor/content/video/create/page.tsx
similarity index 58%
rename from app/[locale]/(protected)/contributor/content/video/create/page.tsx
rename to src/app/[locale]/(protected)/contributor/content/video/create/page.tsx
index 089cc55f..025e9a0a 100644
--- a/app/[locale]/(protected)/contributor/content/video/create/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/video/create/page.tsx
@@ -1,5 +1,5 @@
-import FormVideo from "@/components/form/content/video-form";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import FormVideo from "@/components/features/form/content/video-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const VideoCreatePage = async () => {
return (
diff --git a/src/app/[locale]/(protected)/contributor/content/video/detail/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/content/video/detail/[id]/page.tsx
new file mode 100644
index 00000000..ff6601f2
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/content/video/detail/[id]/page.tsx
@@ -0,0 +1,16 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormImageDetail from "@/components/features/form/content/image-detail-form";
+import FormVideoDetail from "@/components/features/form/content/video-detail-form";
+
+const VideoDetailPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default VideoDetailPage;
diff --git a/app/[locale]/(protected)/contributor/content/video/layout.tsx b/src/app/[locale]/(protected)/contributor/content/video/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/contributor/content/video/layout.tsx
rename to src/app/[locale]/(protected)/contributor/content/video/layout.tsx
diff --git a/app/[locale]/(protected)/contributor/content/video/page.tsx b/src/app/[locale]/(protected)/contributor/content/video/page.tsx
similarity index 95%
rename from app/[locale]/(protected)/contributor/content/video/page.tsx
rename to src/app/[locale]/(protected)/contributor/content/video/page.tsx
index dcc8e747..fc7df369 100644
--- a/app/[locale]/(protected)/contributor/content/video/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/content/video/page.tsx
@@ -1,12 +1,12 @@
"use client";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import TableImage from "./components/table-video";
import { UploadIcon } from "lucide-react";
import { Button } from "@/components/ui/button";
import { Icon } from "@iconify/react/dist/iconify.js";
import TableVideo from "./components/table-video";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useTranslations } from "next-intl";
const ReactTableVideoPage = () => {
diff --git a/src/app/[locale]/(protected)/contributor/content/video/update-seo/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/content/video/update-seo/[id]/page.tsx
new file mode 100644
index 00000000..e42e5a2b
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/content/video/update-seo/[id]/page.tsx
@@ -0,0 +1,18 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormImageDetail from "@/components/features/form/content/image-detail-form";
+import FormImageUpdate from "@/components/features/form/content/image-update-form";
+import FormVideoUpdate from "@/components/features/form/content/video-update-form";
+import FormVideoSeo from "@/components/features/form/content/video-update-seo";
+
+const VideoUpdatePage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default VideoUpdatePage;
diff --git a/src/app/[locale]/(protected)/contributor/content/video/update/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/content/video/update/[id]/page.tsx
new file mode 100644
index 00000000..940ed793
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/content/video/update/[id]/page.tsx
@@ -0,0 +1,17 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormImageDetail from "@/components/features/form/content/image-detail-form";
+import FormImageUpdate from "@/components/features/form/content/image-update-form";
+import FormVideoUpdate from "@/components/features/form/content/video-update-form";
+
+const VideoUpdatePage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default VideoUpdatePage;
diff --git a/app/[locale]/(protected)/contributor/planning/mediahub/components/columns.tsx b/src/app/[locale]/(protected)/contributor/planning/mediahub/components/columns.tsx
similarity index 97%
rename from app/[locale]/(protected)/contributor/planning/mediahub/components/columns.tsx
rename to src/app/[locale]/(protected)/contributor/planning/mediahub/components/columns.tsx
index f073d942..5b6308c6 100644
--- a/app/[locale]/(protected)/contributor/planning/mediahub/components/columns.tsx
+++ b/src/app/[locale]/(protected)/contributor/planning/mediahub/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -12,7 +12,7 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useTranslations } from "next-intl";
const useTableColumns = () => {
diff --git a/app/[locale]/(protected)/contributor/planning/mediahub/components/mediahub-table.tsx b/src/app/[locale]/(protected)/contributor/planning/mediahub/components/mediahub-table.tsx
similarity index 96%
rename from app/[locale]/(protected)/contributor/planning/mediahub/components/mediahub-table.tsx
rename to src/app/[locale]/(protected)/contributor/planning/mediahub/components/mediahub-table.tsx
index c1d72b98..207e0b72 100644
--- a/app/[locale]/(protected)/contributor/planning/mediahub/components/mediahub-table.tsx
+++ b/src/app/[locale]/(protected)/contributor/planning/mediahub/components/mediahub-table.tsx
@@ -37,7 +37,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuCheckboxItem,
@@ -47,13 +47,13 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
-import { getPlanningSentPagination } from "@/service/planning/planning";
+import { getPlanningSentPagination } from "@/lib/services/planning/planning";
import search from "@/app/[locale]/(protected)/app/chat/components/search";
import { CardHeader, CardTitle } from "@/components/ui/card";
import { useTranslations } from "next-intl";
diff --git a/app/[locale]/(protected)/contributor/planning/mediahub/layout.tsx b/src/app/[locale]/(protected)/contributor/planning/mediahub/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/contributor/planning/mediahub/layout.tsx
rename to src/app/[locale]/(protected)/contributor/planning/mediahub/layout.tsx
diff --git a/app/[locale]/(protected)/contributor/planning/mediahub/page.tsx b/src/app/[locale]/(protected)/contributor/planning/mediahub/page.tsx
similarity index 86%
rename from app/[locale]/(protected)/contributor/planning/mediahub/page.tsx
rename to src/app/[locale]/(protected)/contributor/planning/mediahub/page.tsx
index 66120d17..4c15e46a 100644
--- a/app/[locale]/(protected)/contributor/planning/mediahub/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/planning/mediahub/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import MediahubTable from "./components/mediahub-table";
import { useTranslations } from "next-intl";
diff --git a/app/[locale]/(protected)/contributor/planning/mediahub/publish/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/planning/mediahub/publish/[id]/page.tsx
similarity index 54%
rename from app/[locale]/(protected)/contributor/planning/mediahub/publish/[id]/page.tsx
rename to src/app/[locale]/(protected)/contributor/planning/mediahub/publish/[id]/page.tsx
index 9f25656d..f35c7840 100644
--- a/app/[locale]/(protected)/contributor/planning/mediahub/publish/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/planning/mediahub/publish/[id]/page.tsx
@@ -1,7 +1,7 @@
import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
-import PublishMediahub from "@/components/form/planning/mediahub-publish";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import PublishMediahub from "@/components/features/form/planning/mediahub-publish";
const MediahubPublishPage = () => {
return (
diff --git a/app/[locale]/(protected)/contributor/planning/medsos-mediahub/components/columns.tsx b/src/app/[locale]/(protected)/contributor/planning/medsos-mediahub/components/columns.tsx
similarity index 97%
rename from app/[locale]/(protected)/contributor/planning/medsos-mediahub/components/columns.tsx
rename to src/app/[locale]/(protected)/contributor/planning/medsos-mediahub/components/columns.tsx
index efa2629c..b8ae3b23 100644
--- a/app/[locale]/(protected)/contributor/planning/medsos-mediahub/components/columns.tsx
+++ b/src/app/[locale]/(protected)/contributor/planning/medsos-mediahub/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -12,7 +12,7 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useTranslations } from "next-intl";
const useTableColumns = () => {
diff --git a/app/[locale]/(protected)/contributor/planning/medsos-mediahub/components/medsos-table.tsx b/src/app/[locale]/(protected)/contributor/planning/medsos-mediahub/components/medsos-table.tsx
similarity index 96%
rename from app/[locale]/(protected)/contributor/planning/medsos-mediahub/components/medsos-table.tsx
rename to src/app/[locale]/(protected)/contributor/planning/medsos-mediahub/components/medsos-table.tsx
index ab41096f..087a4bfc 100644
--- a/app/[locale]/(protected)/contributor/planning/medsos-mediahub/components/medsos-table.tsx
+++ b/src/app/[locale]/(protected)/contributor/planning/medsos-mediahub/components/medsos-table.tsx
@@ -37,7 +37,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuCheckboxItem,
@@ -47,13 +47,13 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
-import { getPlanningSentPagination } from "@/service/planning/planning";
+import { getPlanningSentPagination } from "@/lib/services/planning/planning";
import { CardHeader, CardTitle } from "@/components/ui/card";
import { useTranslations } from "next-intl";
import useTableColumns from "./columns";
diff --git a/app/[locale]/(protected)/contributor/planning/medsos-mediahub/layout.tsx b/src/app/[locale]/(protected)/contributor/planning/medsos-mediahub/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/contributor/planning/medsos-mediahub/layout.tsx
rename to src/app/[locale]/(protected)/contributor/planning/medsos-mediahub/layout.tsx
diff --git a/app/[locale]/(protected)/contributor/planning/medsos-mediahub/page.tsx b/src/app/[locale]/(protected)/contributor/planning/medsos-mediahub/page.tsx
similarity index 85%
rename from app/[locale]/(protected)/contributor/planning/medsos-mediahub/page.tsx
rename to src/app/[locale]/(protected)/contributor/planning/medsos-mediahub/page.tsx
index 2c7a4bb5..2387466e 100644
--- a/app/[locale]/(protected)/contributor/planning/medsos-mediahub/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/planning/medsos-mediahub/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import MedsosTable from "./components/medsos-table";
diff --git a/app/[locale]/(protected)/contributor/planning/medsos-mediahub/publish/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/planning/medsos-mediahub/publish/[id]/page.tsx
similarity index 63%
rename from app/[locale]/(protected)/contributor/planning/medsos-mediahub/publish/[id]/page.tsx
rename to src/app/[locale]/(protected)/contributor/planning/medsos-mediahub/publish/[id]/page.tsx
index 7920fc4e..1bf978c3 100644
--- a/app/[locale]/(protected)/contributor/planning/medsos-mediahub/publish/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/planning/medsos-mediahub/publish/[id]/page.tsx
@@ -1,6 +1,6 @@
import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import PublishMedsos from "@/components/form/planning/medsos-publish";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import PublishMedsos from "@/components/features/form/planning/medsos-publish";
const MedsosPublishPage = () => {
return (
diff --git a/app/[locale]/(protected)/contributor/report/components/columns.tsx b/src/app/[locale]/(protected)/contributor/report/components/columns.tsx
similarity index 97%
rename from app/[locale]/(protected)/contributor/report/components/columns.tsx
rename to src/app/[locale]/(protected)/contributor/report/components/columns.tsx
index e244576c..76785d84 100644
--- a/app/[locale]/(protected)/contributor/report/components/columns.tsx
+++ b/src/app/[locale]/(protected)/contributor/report/components/columns.tsx
@@ -9,7 +9,7 @@ import {
Upload,
UploadCloud,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -19,10 +19,10 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link, useRouter } from "@/components/navigation";
+import { Link, useRouter } from "@/components/ui/structures/navigation";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
-import { deleteBlog } from "@/service/blog/blog";
+import { deleteBlog } from "@/lib/services/blog/blog";
import { error, loading } from "@/lib/swal";
import { useTranslations } from "next-intl";
import axios from "axios";
diff --git a/app/[locale]/(protected)/contributor/report/components/report-table.tsx b/src/app/[locale]/(protected)/contributor/report/components/report-table.tsx
similarity index 97%
rename from app/[locale]/(protected)/contributor/report/components/report-table.tsx
rename to src/app/[locale]/(protected)/contributor/report/components/report-table.tsx
index a5853ba8..0250da29 100644
--- a/app/[locale]/(protected)/contributor/report/components/report-table.tsx
+++ b/src/app/[locale]/(protected)/contributor/report/components/report-table.tsx
@@ -26,13 +26,13 @@ import {
} from "@/components/ui/table";
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
import { ChevronDown, Plus, Search } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { getBlogCategory, paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { getBlogCategory, paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
import {
DropdownMenu,
@@ -44,7 +44,7 @@ import {
} from "@/components/ui/dropdown-menu";
import { Label } from "@/components/ui/label";
import Swal from "sweetalert2";
-import { listEnableCategory } from "@/service/content/content";
+import { listEnableCategory } from "@/lib/services/content/content";
import { useTranslations } from "next-intl";
import { CardHeader, CardTitle } from "@/components/ui/card";
import { Link } from "@/i18n/routing";
@@ -53,7 +53,7 @@ import {
getPreviewById,
paginationReport,
saveReport,
-} from "@/service/report/report";
+} from "@/lib/services/report/report";
import {
Dialog,
DialogContent,
diff --git a/app/[locale]/(protected)/contributor/report/layout.tsx b/src/app/[locale]/(protected)/contributor/report/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/contributor/report/layout.tsx
rename to src/app/[locale]/(protected)/contributor/report/layout.tsx
diff --git a/app/[locale]/(protected)/contributor/report/page.tsx b/src/app/[locale]/(protected)/contributor/report/page.tsx
similarity index 80%
rename from app/[locale]/(protected)/contributor/report/page.tsx
rename to src/app/[locale]/(protected)/contributor/report/page.tsx
index 644566df..c95a678a 100644
--- a/app/[locale]/(protected)/contributor/report/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/report/page.tsx
@@ -1,9 +1,9 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import BlogTable from "./components/report-table";
import { Plus } from "lucide-react";
import { Button } from "@/components/ui/button";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import ReportTable from "./components/report-table";
const ReportPage = async () => {
diff --git a/app/[locale]/(protected)/contributor/schedule/event/components/columns.tsx b/src/app/[locale]/(protected)/contributor/schedule/event/components/columns.tsx
similarity index 98%
rename from app/[locale]/(protected)/contributor/schedule/event/components/columns.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/event/components/columns.tsx
index 52afd9b5..974a2d09 100644
--- a/app/[locale]/(protected)/contributor/schedule/event/components/columns.tsx
+++ b/src/app/[locale]/(protected)/contributor/schedule/event/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -11,7 +11,7 @@ import {
} from "@/components/ui/dropdown-menu";
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useTranslations } from "next-intl";
const useTableColumns = () => {
diff --git a/app/[locale]/(protected)/contributor/schedule/event/components/event-table.tsx b/src/app/[locale]/(protected)/contributor/schedule/event/components/event-table.tsx
similarity index 98%
rename from app/[locale]/(protected)/contributor/schedule/event/components/event-table.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/event/components/event-table.tsx
index 33ce62ae..4dfbb23a 100644
--- a/app/[locale]/(protected)/contributor/schedule/event/components/event-table.tsx
+++ b/src/app/[locale]/(protected)/contributor/schedule/event/components/event-table.tsx
@@ -26,9 +26,9 @@ import { ChevronDown, Search, UploadIcon } from "lucide-react";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
-import { paginationSchedule } from "@/service/schedule/schedule";
+import { paginationSchedule } from "@/lib/services/schedule/schedule";
import { useTranslations } from "next-intl";
import { CardHeader, CardTitle } from "@/components/ui/card";
import { Link } from "@/i18n/routing";
diff --git a/src/app/[locale]/(protected)/contributor/schedule/event/create/page.tsx b/src/app/[locale]/(protected)/contributor/schedule/event/create/page.tsx
new file mode 100644
index 00000000..bf9f9d8d
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/schedule/event/create/page.tsx
@@ -0,0 +1,18 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormPressConference from "@/components/features/form/schedule/press-conference-form";
+import FormEvent from "@/components/features/form/schedule/event-form";
+
+const EventCreatePage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default EventCreatePage;
diff --git a/src/app/[locale]/(protected)/contributor/schedule/event/detail/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/schedule/event/detail/[id]/page.tsx
new file mode 100644
index 00000000..01146d3a
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/schedule/event/detail/[id]/page.tsx
@@ -0,0 +1,22 @@
+"use client";
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormPressConference from "@/components/features/form/schedule/press-conference-form";
+import FormDetailPressConference from "@/components/features/form/schedule/press-conference-detail-form";
+import { useParams } from "next/navigation";
+import { id } from "date-fns/locale";
+import FormEventDetail from "@/components/features/form/schedule/event-detail-form";
+
+const EventDetailPage = () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default EventDetailPage;
diff --git a/app/[locale]/(protected)/contributor/schedule/event/layout.tsx b/src/app/[locale]/(protected)/contributor/schedule/event/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/contributor/schedule/event/layout.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/event/layout.tsx
diff --git a/app/[locale]/(protected)/contributor/schedule/event/page.tsx b/src/app/[locale]/(protected)/contributor/schedule/event/page.tsx
similarity index 81%
rename from app/[locale]/(protected)/contributor/schedule/event/page.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/event/page.tsx
index b4841627..d6ed3110 100644
--- a/app/[locale]/(protected)/contributor/schedule/event/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/schedule/event/page.tsx
@@ -1,10 +1,10 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { UploadIcon } from "lucide-react";
import PressConferenceTable from "../press-conference/components/presscon-table";
import EventTable from "./components/event-table";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
const EventPage = async () => {
return (
diff --git a/src/app/[locale]/(protected)/contributor/schedule/event/update/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/schedule/event/update/[id]/page.tsx
new file mode 100644
index 00000000..f13bbf42
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/schedule/event/update/[id]/page.tsx
@@ -0,0 +1,23 @@
+"use client";
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormPressConference from "@/components/features/form/schedule/press-conference-form";
+import FormDetailPressConference from "@/components/features/form/schedule/press-conference-detail-form";
+import { useParams } from "next/navigation";
+import { id } from "date-fns/locale";
+import FormUpdatePressConference from "@/components/features/form/schedule/press-conference-update-form";
+import FormEventUpdate from "@/components/features/form/schedule/event-update-form";
+
+const EventUpdatePage = () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default EventUpdatePage;
diff --git a/app/[locale]/(protected)/contributor/schedule/media/audio/create/page.tsx b/src/app/[locale]/(protected)/contributor/schedule/media/audio/create/page.tsx
similarity index 60%
rename from app/[locale]/(protected)/contributor/schedule/media/audio/create/page.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/media/audio/create/page.tsx
index 245ddf9f..59c4767d 100644
--- a/app/[locale]/(protected)/contributor/schedule/media/audio/create/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/schedule/media/audio/create/page.tsx
@@ -1,5 +1,5 @@
-import FormAudio from "@/components/form/content/audio-form";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import FormAudio from "@/components/features/form/content/audio-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const AudioScheduleCreatePage = async () => {
return (
diff --git a/app/[locale]/(protected)/contributor/schedule/media/image/create/page.tsx b/src/app/[locale]/(protected)/contributor/schedule/media/image/create/page.tsx
similarity index 57%
rename from app/[locale]/(protected)/contributor/schedule/media/image/create/page.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/media/image/create/page.tsx
index 73082e9a..a3ce3cd1 100644
--- a/app/[locale]/(protected)/contributor/schedule/media/image/create/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/schedule/media/image/create/page.tsx
@@ -1,7 +1,7 @@
import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
-import FormImage from "@/components/form/content/image-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormImage from "@/components/features/form/content/image-form";
const ImageScheduleCreatePage = async () => {
return (
diff --git a/app/[locale]/(protected)/contributor/schedule/media/text/create/page.tsx b/src/app/[locale]/(protected)/contributor/schedule/media/text/create/page.tsx
similarity index 50%
rename from app/[locale]/(protected)/contributor/schedule/media/text/create/page.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/media/text/create/page.tsx
index 905e8275..31c7712a 100644
--- a/app/[locale]/(protected)/contributor/schedule/media/text/create/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/schedule/media/text/create/page.tsx
@@ -1,6 +1,6 @@
-import FormAudio from "@/components/form/content/audio-form";
-import FormTeks from "@/components/form/content/teks-form";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import FormAudio from "@/components/features/form/content/audio-form";
+import FormTeks from "@/components/features/form/content/teks-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const TeksScheduleCreatePage = async () => {
return (
diff --git a/app/[locale]/(protected)/contributor/schedule/media/video/create/page.tsx b/src/app/[locale]/(protected)/contributor/schedule/media/video/create/page.tsx
similarity index 60%
rename from app/[locale]/(protected)/contributor/schedule/media/video/create/page.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/media/video/create/page.tsx
index 7c5eb0fc..96362c95 100644
--- a/app/[locale]/(protected)/contributor/schedule/media/video/create/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/schedule/media/video/create/page.tsx
@@ -1,5 +1,5 @@
-import FormVideo from "@/components/form/content/video-form";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import FormVideo from "@/components/features/form/content/video-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const VideoScheduleCreatePage = async () => {
return (
diff --git a/app/[locale]/(protected)/contributor/schedule/press-conference/components/columns.tsx b/src/app/[locale]/(protected)/contributor/schedule/press-conference/components/columns.tsx
similarity index 98%
rename from app/[locale]/(protected)/contributor/schedule/press-conference/components/columns.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/press-conference/components/columns.tsx
index 1a3a3ae3..0f8633bb 100644
--- a/app/[locale]/(protected)/contributor/schedule/press-conference/components/columns.tsx
+++ b/src/app/[locale]/(protected)/contributor/schedule/press-conference/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -11,7 +11,7 @@ import {
} from "@/components/ui/dropdown-menu";
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useTranslations } from "next-intl";
const useTableColumns = () => {
diff --git a/app/[locale]/(protected)/contributor/schedule/press-conference/components/presscon-table.tsx b/src/app/[locale]/(protected)/contributor/schedule/press-conference/components/presscon-table.tsx
similarity index 98%
rename from app/[locale]/(protected)/contributor/schedule/press-conference/components/presscon-table.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/press-conference/components/presscon-table.tsx
index a52a9ed6..5e22a574 100644
--- a/app/[locale]/(protected)/contributor/schedule/press-conference/components/presscon-table.tsx
+++ b/src/app/[locale]/(protected)/contributor/schedule/press-conference/components/presscon-table.tsx
@@ -41,9 +41,9 @@ import {
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
-import { paginationSchedule } from "@/service/schedule/schedule";
+import { paginationSchedule } from "@/lib/services/schedule/schedule";
import { CardHeader, CardTitle } from "@/components/ui/card";
import { Link } from "@/i18n/routing";
import { useTranslations } from "next-intl";
diff --git a/app/[locale]/(protected)/contributor/schedule/press-conference/create/page.tsx b/src/app/[locale]/(protected)/contributor/schedule/press-conference/create/page.tsx
similarity index 54%
rename from app/[locale]/(protected)/contributor/schedule/press-conference/create/page.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/press-conference/create/page.tsx
index 388c321c..dacde745 100644
--- a/app/[locale]/(protected)/contributor/schedule/press-conference/create/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/schedule/press-conference/create/page.tsx
@@ -1,7 +1,7 @@
import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
-import FormPressConference from "@/components/form/schedule/press-conference-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormPressConference from "@/components/features/form/schedule/press-conference-form";
const PressConCreatePage = () => {
return (
diff --git a/app/[locale]/(protected)/contributor/schedule/press-conference/detail/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/schedule/press-conference/detail/[id]/page.tsx
similarity index 52%
rename from app/[locale]/(protected)/contributor/schedule/press-conference/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/press-conference/detail/[id]/page.tsx
index 91ddc013..c4b6f789 100644
--- a/app/[locale]/(protected)/contributor/schedule/press-conference/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/schedule/press-conference/detail/[id]/page.tsx
@@ -1,9 +1,9 @@
"use client";
import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
-import FormPressConference from "@/components/form/schedule/press-conference-form";
-import FormDetailPressConference from "@/components/form/schedule/press-conference-detail-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormPressConference from "@/components/features/form/schedule/press-conference-form";
+import FormDetailPressConference from "@/components/features/form/schedule/press-conference-detail-form";
import { useParams } from "next/navigation";
import { id } from "date-fns/locale";
diff --git a/app/[locale]/(protected)/contributor/schedule/press-conference/layout.tsx b/src/app/[locale]/(protected)/contributor/schedule/press-conference/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/contributor/schedule/press-conference/layout.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/press-conference/layout.tsx
diff --git a/app/[locale]/(protected)/contributor/schedule/press-conference/page.tsx b/src/app/[locale]/(protected)/contributor/schedule/press-conference/page.tsx
similarity index 87%
rename from app/[locale]/(protected)/contributor/schedule/press-conference/page.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/press-conference/page.tsx
index 38284a1e..8283a3b9 100644
--- a/app/[locale]/(protected)/contributor/schedule/press-conference/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/schedule/press-conference/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import PressConferenceTable from "./components/presscon-table";
diff --git a/src/app/[locale]/(protected)/contributor/schedule/press-conference/update/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/schedule/press-conference/update/[id]/page.tsx
new file mode 100644
index 00000000..57132016
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/schedule/press-conference/update/[id]/page.tsx
@@ -0,0 +1,22 @@
+"use client";
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormPressConference from "@/components/features/form/schedule/press-conference-form";
+import FormDetailPressConference from "@/components/features/form/schedule/press-conference-detail-form";
+import { useParams } from "next/navigation";
+import { id } from "date-fns/locale";
+import FormUpdatePressConference from "@/components/features/form/schedule/press-conference-update-form";
+
+const PressConUpdatePage = () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default PressConUpdatePage;
diff --git a/app/[locale]/(protected)/contributor/schedule/press-release/components/columns.tsx b/src/app/[locale]/(protected)/contributor/schedule/press-release/components/columns.tsx
similarity index 98%
rename from app/[locale]/(protected)/contributor/schedule/press-release/components/columns.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/press-release/components/columns.tsx
index 98f71883..96886ad7 100644
--- a/app/[locale]/(protected)/contributor/schedule/press-release/components/columns.tsx
+++ b/src/app/[locale]/(protected)/contributor/schedule/press-release/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -11,7 +11,7 @@ import {
} from "@/components/ui/dropdown-menu";
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useTranslations } from "next-intl";
const useTableColumns = () => {
diff --git a/app/[locale]/(protected)/contributor/schedule/press-release/components/pressrilis-table.tsx b/src/app/[locale]/(protected)/contributor/schedule/press-release/components/pressrilis-table.tsx
similarity index 98%
rename from app/[locale]/(protected)/contributor/schedule/press-release/components/pressrilis-table.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/press-release/components/pressrilis-table.tsx
index 68f90688..d1f12b24 100644
--- a/app/[locale]/(protected)/contributor/schedule/press-release/components/pressrilis-table.tsx
+++ b/src/app/[locale]/(protected)/contributor/schedule/press-release/components/pressrilis-table.tsx
@@ -40,11 +40,11 @@ import {
} from "lucide-react";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
-import { paginationSchedule } from "@/service/schedule/schedule";
+import { paginationSchedule } from "@/lib/services/schedule/schedule";
import { useTranslations } from "next-intl";
import { CardHeader, CardTitle } from "@/components/ui/card";
import { Link } from "@/i18n/routing";
diff --git a/src/app/[locale]/(protected)/contributor/schedule/press-release/create/page.tsx b/src/app/[locale]/(protected)/contributor/schedule/press-release/create/page.tsx
new file mode 100644
index 00000000..61f24171
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/schedule/press-release/create/page.tsx
@@ -0,0 +1,18 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormPressConference from "@/components/features/form/schedule/press-conference-form";
+import FormPressRelease from "@/components/features/form/schedule/pers-release-form";
+
+const PressReleaseCreatePage = () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default PressReleaseCreatePage;
diff --git a/src/app/[locale]/(protected)/contributor/schedule/press-release/detail/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/schedule/press-release/detail/[id]/page.tsx
new file mode 100644
index 00000000..9e37eea5
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/schedule/press-release/detail/[id]/page.tsx
@@ -0,0 +1,17 @@
+"use client";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormDetailPressConference from "@/components/features/form/schedule/press-conference-detail-form";
+import FormDetailPressRillis from "@/components/features/form/schedule/pers-release--detail-form";
+
+const PressRilisDetailPage = () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default PressRilisDetailPage;
diff --git a/app/[locale]/(protected)/contributor/schedule/press-release/layout.tsx b/src/app/[locale]/(protected)/contributor/schedule/press-release/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/contributor/schedule/press-release/layout.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/press-release/layout.tsx
diff --git a/app/[locale]/(protected)/contributor/schedule/press-release/page.tsx b/src/app/[locale]/(protected)/contributor/schedule/press-release/page.tsx
similarity index 80%
rename from app/[locale]/(protected)/contributor/schedule/press-release/page.tsx
rename to src/app/[locale]/(protected)/contributor/schedule/press-release/page.tsx
index bfb6b38b..98e959d5 100644
--- a/app/[locale]/(protected)/contributor/schedule/press-release/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/schedule/press-release/page.tsx
@@ -1,8 +1,8 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { UploadIcon } from "lucide-react";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import PressReleaseTable from "./components/pressrilis-table";
const PressReleasePage = async () => {
diff --git a/src/app/[locale]/(protected)/contributor/schedule/press-release/update/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/schedule/press-release/update/[id]/page.tsx
new file mode 100644
index 00000000..14ac5a20
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/schedule/press-release/update/[id]/page.tsx
@@ -0,0 +1,23 @@
+"use client";
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormPressConference from "@/components/features/form/schedule/press-conference-form";
+import FormDetailPressConference from "@/components/features/form/schedule/press-conference-detail-form";
+import { useParams } from "next/navigation";
+import { id } from "date-fns/locale";
+import FormUpdatePressConference from "@/components/features/form/schedule/press-conference-update-form";
+import FormUpdatePressRelease from "@/components/features/form/schedule/pers-release--update-form";
+
+const PressRilisUpdatePage = () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default PressRilisUpdatePage;
diff --git a/app/[locale]/(protected)/contributor/task-ta/components/columns.tsx b/src/app/[locale]/(protected)/contributor/task-ta/components/columns.tsx
similarity index 96%
rename from app/[locale]/(protected)/contributor/task-ta/components/columns.tsx
rename to src/app/[locale]/(protected)/contributor/task-ta/components/columns.tsx
index 7397b64c..5854c81c 100644
--- a/app/[locale]/(protected)/contributor/task-ta/components/columns.tsx
+++ b/src/app/[locale]/(protected)/contributor/task-ta/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2, Upload } from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuContent,
@@ -12,11 +12,11 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useRouter } from "next/navigation";
import { useToast } from "@/components/ui/use-toast";
-import { deleteCategory } from "@/service/settings/settings";
-import { deleteTaskTa } from "@/service/task";
+import { deleteCategory } from "@/lib/services/settings/settings";
+import { deleteTaskTa } from "@/lib/services/task";
import { error, loading } from "@/lib/swal";
import withReactContent from "sweetalert2-react-content";
import Swal from "sweetalert2";
diff --git a/app/[locale]/(protected)/contributor/task-ta/components/task-ta-table.tsx b/src/app/[locale]/(protected)/contributor/task-ta/components/task-ta-table.tsx
similarity index 97%
rename from app/[locale]/(protected)/contributor/task-ta/components/task-ta-table.tsx
rename to src/app/[locale]/(protected)/contributor/task-ta/components/task-ta-table.tsx
index f2815af2..0476e83d 100644
--- a/app/[locale]/(protected)/contributor/task-ta/components/task-ta-table.tsx
+++ b/src/app/[locale]/(protected)/contributor/task-ta/components/task-ta-table.tsx
@@ -37,7 +37,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -48,13 +48,13 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
-import { listTask, listTaskTa } from "@/service/task";
+import { listTask, listTaskTa } from "@/lib/services/task";
import { Label } from "@/components/ui/label";
import { format } from "date-fns";
import { useTranslations } from "next-intl";
diff --git a/app/[locale]/(protected)/contributor/task-ta/create/page.tsx b/src/app/[locale]/(protected)/contributor/task-ta/create/page.tsx
similarity index 63%
rename from app/[locale]/(protected)/contributor/task-ta/create/page.tsx
rename to src/app/[locale]/(protected)/contributor/task-ta/create/page.tsx
index 36a2c158..8223dc74 100644
--- a/app/[locale]/(protected)/contributor/task-ta/create/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/task-ta/create/page.tsx
@@ -1,6 +1,6 @@
import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTaskTa from "@/components/form/task-ta/task-ta-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTaskTa from "@/components/features/form/task-ta/task-ta-form";
const TaskTaCreatePage = () => {
return (
diff --git a/src/app/[locale]/(protected)/contributor/task-ta/detail/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/task-ta/detail/[id]/page.tsx
new file mode 100644
index 00000000..6ff75266
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/task-ta/detail/[id]/page.tsx
@@ -0,0 +1,18 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormTaskDetail from "@/components/features/form/task/task-detail-form";
+import FormTaskTaDetail from "@/components/features/form/task-ta/task-ta-detail-form";
+
+const TaskTaDetailPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default TaskTaDetailPage;
diff --git a/app/[locale]/(protected)/contributor/task-ta/layout.tsx b/src/app/[locale]/(protected)/contributor/task-ta/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/contributor/task-ta/layout.tsx
rename to src/app/[locale]/(protected)/contributor/task-ta/layout.tsx
diff --git a/app/[locale]/(protected)/contributor/task-ta/page.tsx b/src/app/[locale]/(protected)/contributor/task-ta/page.tsx
similarity index 92%
rename from app/[locale]/(protected)/contributor/task-ta/page.tsx
rename to src/app/[locale]/(protected)/contributor/task-ta/page.tsx
index d891a3e7..280997e1 100644
--- a/app/[locale]/(protected)/contributor/task-ta/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/task-ta/page.tsx
@@ -3,13 +3,13 @@ import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import TaskTable from "./components/task-ta-table";
import { Button } from "@/components/ui/button";
import { UploadIcon } from "lucide-react";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import { Link } from "@/components/navigation";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import { Link } from "@/components/ui/structures/navigation";
import {
checkAuthorization,
checkLoginSession,
getCookiesDecrypt,
-} from "@/lib/utils";
+} from "@/lib/utils/utils";
import React, { useEffect } from "react";
import { useTranslations } from "next-intl";
import TaskTaTable from "./components/task-ta-table";
diff --git a/src/app/[locale]/(protected)/contributor/task-ta/update/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/task-ta/update/[id]/page.tsx
new file mode 100644
index 00000000..524bb03b
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/task-ta/update/[id]/page.tsx
@@ -0,0 +1,19 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormTaskDetail from "@/components/features/form/task/task-detail-form";
+import FormTaskEdit from "@/components/features/form/task/task-edit-form";
+import FormTaskTaEdit from "@/components/features/form/task-ta/task-ta-edit-form";
+
+const TaskTaDetailPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default TaskTaDetailPage;
diff --git a/app/[locale]/(protected)/contributor/task-ta/upload-task/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/task-ta/upload-task/[id]/page.tsx
similarity index 53%
rename from app/[locale]/(protected)/contributor/task-ta/upload-task/[id]/page.tsx
rename to src/app/[locale]/(protected)/contributor/task-ta/upload-task/[id]/page.tsx
index 5ee62efc..93d7c75e 100644
--- a/app/[locale]/(protected)/contributor/task-ta/upload-task/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/task-ta/upload-task/[id]/page.tsx
@@ -1,7 +1,7 @@
import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTaskTa from "@/components/form/task-ta/task-ta-form";
-import FormTaskTaNew from "@/components/form/task-ta/task-ta-upload-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTaskTa from "@/components/features/form/task-ta/task-ta-form";
+import FormTaskTaNew from "@/components/features/form/task-ta/task-ta-upload-form";
const TaskTaUploadPage = () => {
return (
diff --git a/app/[locale]/(protected)/contributor/task/components/columns.tsx b/src/app/[locale]/(protected)/contributor/task/components/columns.tsx
similarity index 96%
rename from app/[locale]/(protected)/contributor/task/components/columns.tsx
rename to src/app/[locale]/(protected)/contributor/task/components/columns.tsx
index fb44c3b9..55a82d79 100644
--- a/app/[locale]/(protected)/contributor/task/components/columns.tsx
+++ b/src/app/[locale]/(protected)/contributor/task/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -12,11 +12,11 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useRouter } from "next/navigation";
import { useToast } from "@/components/ui/use-toast";
-import { deleteCategory } from "@/service/settings/settings";
-import { deleteTask } from "@/service/task";
+import { deleteCategory } from "@/lib/services/settings/settings";
+import { deleteTask } from "@/lib/services/task";
import { error, loading } from "@/lib/swal";
import withReactContent from "sweetalert2-react-content";
import Swal from "sweetalert2";
diff --git a/app/[locale]/(protected)/contributor/task/components/task-table.tsx b/src/app/[locale]/(protected)/contributor/task/components/task-table.tsx
similarity index 97%
rename from app/[locale]/(protected)/contributor/task/components/task-table.tsx
rename to src/app/[locale]/(protected)/contributor/task/components/task-table.tsx
index fdd7be32..bf91f690 100644
--- a/app/[locale]/(protected)/contributor/task/components/task-table.tsx
+++ b/src/app/[locale]/(protected)/contributor/task/components/task-table.tsx
@@ -37,7 +37,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuCheckboxItem,
@@ -49,13 +49,13 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
-import { listTask } from "@/service/task";
+import { listTask } from "@/lib/services/task";
import { Label } from "@/components/ui/label";
import { format } from "date-fns";
import { useTranslations } from "next-intl";
diff --git a/app/[locale]/(protected)/contributor/task/create/page.tsx b/src/app/[locale]/(protected)/contributor/task/create/page.tsx
similarity index 64%
rename from app/[locale]/(protected)/contributor/task/create/page.tsx
rename to src/app/[locale]/(protected)/contributor/task/create/page.tsx
index 2897575a..6c2fb18e 100644
--- a/app/[locale]/(protected)/contributor/task/create/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/task/create/page.tsx
@@ -1,6 +1,6 @@
import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
const TaskCreatePage = () => {
return (
diff --git a/app/[locale]/(protected)/contributor/task/detail/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/task/detail/[id]/page.tsx
similarity index 55%
rename from app/[locale]/(protected)/contributor/task/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/contributor/task/detail/[id]/page.tsx
index dde3a7ba..bcefbe1d 100644
--- a/app/[locale]/(protected)/contributor/task/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/task/detail/[id]/page.tsx
@@ -1,7 +1,7 @@
import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
-import FormTaskDetail from "@/components/form/task/task-detail-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormTaskDetail from "@/components/features/form/task/task-detail-form";
const TaskDetailPage = async () => {
return (
diff --git a/src/app/[locale]/(protected)/contributor/task/forward/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/task/forward/[id]/page.tsx
new file mode 100644
index 00000000..d0813864
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/task/forward/[id]/page.tsx
@@ -0,0 +1,18 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormTaskDetail from "@/components/features/form/task/task-detail-form";
+import FormTaskForward from "@/components/features/form/task/task-forward-form";
+
+const TaskForwardPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default TaskForwardPage;
diff --git a/app/[locale]/(protected)/contributor/task/layout.tsx b/src/app/[locale]/(protected)/contributor/task/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/contributor/task/layout.tsx
rename to src/app/[locale]/(protected)/contributor/task/layout.tsx
diff --git a/app/[locale]/(protected)/contributor/task/page.tsx b/src/app/[locale]/(protected)/contributor/task/page.tsx
similarity index 92%
rename from app/[locale]/(protected)/contributor/task/page.tsx
rename to src/app/[locale]/(protected)/contributor/task/page.tsx
index 1b999fed..0ab9d0f0 100644
--- a/app/[locale]/(protected)/contributor/task/page.tsx
+++ b/src/app/[locale]/(protected)/contributor/task/page.tsx
@@ -3,9 +3,9 @@ import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import TaskTable from "./components/task-table";
import { Button } from "@/components/ui/button";
import { UploadIcon } from "lucide-react";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import { Link } from "@/components/navigation";
-import { checkAuthorization, checkLoginSession } from "@/lib/utils";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import { Link } from "@/components/ui/structures/navigation";
+import { checkAuthorization, checkLoginSession } from "@/lib/utils/utils";
import React, { useEffect } from "react";
import { useTranslations } from "next-intl";
diff --git a/src/app/[locale]/(protected)/contributor/task/update/[id]/page.tsx b/src/app/[locale]/(protected)/contributor/task/update/[id]/page.tsx
new file mode 100644
index 00000000..74e9d403
--- /dev/null
+++ b/src/app/[locale]/(protected)/contributor/task/update/[id]/page.tsx
@@ -0,0 +1,18 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormTaskDetail from "@/components/features/form/task/task-detail-form";
+import FormTaskEdit from "@/components/features/form/task/task-edit-form";
+
+const TaskDetailPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default TaskDetailPage;
diff --git a/app/[locale]/(protected)/curator/content-production/layout.tsx b/src/app/[locale]/(protected)/curator/content-production/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/curator/content-production/layout.tsx
rename to src/app/[locale]/(protected)/curator/content-production/layout.tsx
diff --git a/src/app/[locale]/(protected)/curator/content-production/page.tsx b/src/app/[locale]/(protected)/curator/content-production/page.tsx
new file mode 100644
index 00000000..9ce307cb
--- /dev/null
+++ b/src/app/[locale]/(protected)/curator/content-production/page.tsx
@@ -0,0 +1,11 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import ContentProductionVisualization from "@/components/features/visualization/content-production";
+
+export default function ContentProduction() {
+ return (
+
+
+
+
+ );
+}
diff --git a/app/[locale]/(protected)/curator/feedback/page.tsx b/src/app/[locale]/(protected)/curator/feedback/page.tsx
similarity index 96%
rename from app/[locale]/(protected)/curator/feedback/page.tsx
rename to src/app/[locale]/(protected)/curator/feedback/page.tsx
index 5986ffc6..6cba971b 100644
--- a/app/[locale]/(protected)/curator/feedback/page.tsx
+++ b/src/app/[locale]/(protected)/curator/feedback/page.tsx
@@ -1,7 +1,7 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Progress } from "@/components/ui/progress";
-import { getUserFeedbacks } from "@/service/master/faq";
+import { getUserFeedbacks } from "@/lib/services/master/faq";
import { Icon } from "@iconify/react/dist/iconify.js";
import { stringify } from "querystring";
import { useEffect, useState } from "react";
diff --git a/app/[locale]/(protected)/curator/media-tracking/component/column.tsx b/src/app/[locale]/(protected)/curator/media-tracking/component/column.tsx
similarity index 96%
rename from app/[locale]/(protected)/curator/media-tracking/component/column.tsx
rename to src/app/[locale]/(protected)/curator/media-tracking/component/column.tsx
index e469400f..55b86951 100644
--- a/app/[locale]/(protected)/curator/media-tracking/component/column.tsx
+++ b/src/app/[locale]/(protected)/curator/media-tracking/component/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -11,7 +11,7 @@ import {
} from "@/components/ui/dropdown-menu";
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
import {
Accordion,
diff --git a/app/[locale]/(protected)/curator/media-tracking/component/table.tsx b/src/app/[locale]/(protected)/curator/media-tracking/component/table.tsx
similarity index 92%
rename from app/[locale]/(protected)/curator/media-tracking/component/table.tsx
rename to src/app/[locale]/(protected)/curator/media-tracking/component/table.tsx
index 18c6aa5b..253e9a42 100644
--- a/app/[locale]/(protected)/curator/media-tracking/component/table.tsx
+++ b/src/app/[locale]/(protected)/curator/media-tracking/component/table.tsx
@@ -36,7 +36,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -45,14 +45,14 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { getPlanningPagination } from "@/service/agenda-setting/agenda-setting";
-import { getMediaTrackingMonitoring } from "@/service/media-tracking/media-tracking";
+import { getPlanningPagination } from "@/lib/services/agenda-setting/agenda-setting";
+import { getMediaTrackingMonitoring } from "@/lib/services/media-tracking/media-tracking";
const MediaTrackingTable = () => {
const router = useRouter();
diff --git a/app/[locale]/(protected)/curator/media-tracking/page.tsx b/src/app/[locale]/(protected)/curator/media-tracking/page.tsx
similarity index 72%
rename from app/[locale]/(protected)/curator/media-tracking/page.tsx
rename to src/app/[locale]/(protected)/curator/media-tracking/page.tsx
index 5e43e9b7..1541c320 100644
--- a/app/[locale]/(protected)/curator/media-tracking/page.tsx
+++ b/src/app/[locale]/(protected)/curator/media-tracking/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import MediaTrackingTable from "./component/table";
export default function MediaTracking() {
diff --git a/app/[locale]/(protected)/curator/pattern-relation/layout.tsx b/src/app/[locale]/(protected)/curator/pattern-relation/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/curator/pattern-relation/layout.tsx
rename to src/app/[locale]/(protected)/curator/pattern-relation/layout.tsx
diff --git a/src/app/[locale]/(protected)/curator/pattern-relation/page.tsx b/src/app/[locale]/(protected)/curator/pattern-relation/page.tsx
new file mode 100644
index 00000000..ab73ae54
--- /dev/null
+++ b/src/app/[locale]/(protected)/curator/pattern-relation/page.tsx
@@ -0,0 +1,11 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import PatternRelationVisualization from "@/components/features/visualization/pattern-relation-viz";
+
+export default function PatternRelation() {
+ return (
+
+
+
+
+ );
+}
diff --git a/app/[locale]/(protected)/curator/task-plan/mediahub/components/columns.tsx b/src/app/[locale]/(protected)/curator/task-plan/mediahub/components/columns.tsx
similarity index 96%
rename from app/[locale]/(protected)/curator/task-plan/mediahub/components/columns.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/mediahub/components/columns.tsx
index 1c621ca3..0df46ace 100644
--- a/app/[locale]/(protected)/curator/task-plan/mediahub/components/columns.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/mediahub/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -11,7 +11,7 @@ import {
} from "@/components/ui/dropdown-menu";
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
const columns: ColumnDef[] = [
diff --git a/app/[locale]/(protected)/curator/task-plan/mediahub/components/table.tsx b/src/app/[locale]/(protected)/curator/task-plan/mediahub/components/table.tsx
similarity index 95%
rename from app/[locale]/(protected)/curator/task-plan/mediahub/components/table.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/mediahub/components/table.tsx
index 800309d1..fc36d0f1 100644
--- a/app/[locale]/(protected)/curator/task-plan/mediahub/components/table.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/mediahub/components/table.tsx
@@ -36,7 +36,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -45,11 +45,11 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
const TaskPlanMediahubTable = (props: {
diff --git a/app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/detail/[id]/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/detail/[id]/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/detail/[id]/page.tsx
index e2ff0712..219fe68f 100644
--- a/app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/detail/[id]/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -37,7 +37,7 @@ import {
DialogTitle,
DialogTrigger,
} from "@/components/ui/dialog";
-import { getUserLevelForAssignments } from "@/service/task";
+import { getUserLevelForAssignments } from "@/lib/services/task";
import { list } from "postcss";
import {
Accordion,
@@ -57,10 +57,10 @@ import {
import {
getWeeklyPlanList,
savePlanning,
-} from "@/service/agenda-setting/agenda-setting";
-import { getOnlyDate } from "@/utils/globals";
+} from "@/lib/services/agenda-setting/agenda-setting";
+import { getOnlyDate } from "@/lib/utils/globals";
import { useParams } from "next/navigation";
-import { getPlanningById } from "@/service/planning/planning";
+import { getPlanningById } from "@/lib/services/planning/planning";
import dynamic from "next/dynamic";
const FormSchema = z.object({
diff --git a/app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/edit/[id]/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/edit/[id]/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/edit/[id]/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/edit/[id]/page.tsx
index 5de5c34a..2023b573 100644
--- a/app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/edit/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/edit/[id]/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -37,7 +37,7 @@ import {
DialogTitle,
DialogTrigger,
} from "@/components/ui/dialog";
-import { getUserLevelForAssignments } from "@/service/task";
+import { getUserLevelForAssignments } from "@/lib/services/task";
import { list } from "postcss";
import {
Accordion,
@@ -57,10 +57,10 @@ import {
import {
getWeeklyPlanList,
savePlanning,
-} from "@/service/agenda-setting/agenda-setting";
-import { getOnlyDate } from "@/utils/globals";
+} from "@/lib/services/agenda-setting/agenda-setting";
+import { getOnlyDate } from "@/lib/utils/globals";
import { useParams } from "next/navigation";
-import { getPlanningById } from "@/service/planning/planning";
+import { getPlanningById } from "@/lib/services/planning/planning";
import dynamic from "next/dynamic";
const FormSchema = z.object({
diff --git a/app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/page.tsx
index 1a48ecfc..2d686e16 100644
--- a/app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-daily/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -37,7 +37,7 @@ import {
DialogTitle,
DialogTrigger,
} from "@/components/ui/dialog";
-import { getUserLevelForAssignments } from "@/service/task";
+import { getUserLevelForAssignments } from "@/lib/services/task";
import { list } from "postcss";
import {
Accordion,
@@ -57,8 +57,8 @@ import {
import {
getWeeklyPlanList,
savePlanning,
-} from "@/service/agenda-setting/agenda-setting";
-import { getOnlyDate } from "@/utils/globals";
+} from "@/lib/services/agenda-setting/agenda-setting";
+import { getOnlyDate } from "@/lib/utils/globals";
import dynamic from "next/dynamic";
const FormSchema = z.object({
diff --git a/app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/detail/[id]/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/detail/[id]/page.tsx
similarity index 96%
rename from app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/detail/[id]/page.tsx
index a10f3bec..76d5c158 100644
--- a/app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/detail/[id]/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -29,8 +29,8 @@ import { zodResolver } from "@hookform/resolvers/zod";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
import { close, error, loading } from "@/config/swal";
-import { savePlanning } from "@/service/agenda-setting/agenda-setting";
-import { getPlanningById } from "@/service/planning/planning";
+import { savePlanning } from "@/lib/services/agenda-setting/agenda-setting";
+import { getPlanningById } from "@/lib/services/planning/planning";
import { useParams } from "next/navigation";
import dynamic from "next/dynamic";
diff --git a/app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/edit/[id]/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/edit/[id]/page.tsx
similarity index 96%
rename from app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/edit/[id]/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/edit/[id]/page.tsx
index 530e4318..797c7ea1 100644
--- a/app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/edit/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/edit/[id]/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -29,8 +29,8 @@ import { zodResolver } from "@hookform/resolvers/zod";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
import { close, error, loading } from "@/config/swal";
-import { savePlanning } from "@/service/agenda-setting/agenda-setting";
-import { getPlanningById } from "@/service/planning/planning";
+import { savePlanning } from "@/lib/services/agenda-setting/agenda-setting";
+import { getPlanningById } from "@/lib/services/planning/planning";
import { useParams } from "next/navigation";
import dynamic from "next/dynamic";
diff --git a/app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/page.tsx
index 8ecbbb2e..b520a204 100644
--- a/app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-monthly/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -29,7 +29,7 @@ import { zodResolver } from "@hookform/resolvers/zod";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
import { error } from "@/config/swal";
-import { savePlanning } from "@/service/agenda-setting/agenda-setting";
+import { savePlanning } from "@/lib/services/agenda-setting/agenda-setting";
import month from "react-datepicker/dist/month";
import year from "react-datepicker/dist/year";
import dynamic from "next/dynamic";
diff --git a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/detail/[id]/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/detail/[id]/page.tsx
similarity index 96%
rename from app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/detail/[id]/page.tsx
index 88aae51b..da003a47 100644
--- a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/detail/[id]/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -29,11 +29,11 @@ import { zodResolver } from "@hookform/resolvers/zod";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
import { close, error, loading } from "@/config/swal";
-import { getOnlyDate } from "@/utils/globals";
+import { getOnlyDate } from "@/lib/utils/globals";
import {
getMonthlyPlanList,
savePlanning,
-} from "@/service/agenda-setting/agenda-setting";
+} from "@/lib/services/agenda-setting/agenda-setting";
import {
Select,
SelectContent,
@@ -42,7 +42,7 @@ import {
SelectValue,
} from "@/components/ui/select";
import dayjs from "dayjs";
-import { getPlanningById } from "@/service/planning/planning";
+import { getPlanningById } from "@/lib/services/planning/planning";
import { useParams } from "next/navigation";
import dynamic from "next/dynamic";
diff --git a/app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/edit/[id]/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/edit/[id]/page.tsx
similarity index 96%
rename from app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/edit/[id]/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/edit/[id]/page.tsx
index a4d7ef68..1abef818 100644
--- a/app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/edit/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/edit/[id]/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -29,11 +29,11 @@ import { zodResolver } from "@hookform/resolvers/zod";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
import { close, error, loading } from "@/config/swal";
-import { getOnlyDate } from "@/utils/globals";
+import { getOnlyDate } from "@/lib/utils/globals";
import {
getMonthlyPlanList,
savePlanning,
-} from "@/service/agenda-setting/agenda-setting";
+} from "@/lib/services/agenda-setting/agenda-setting";
import {
Select,
SelectContent,
@@ -42,7 +42,7 @@ import {
SelectValue,
} from "@/components/ui/select";
import dayjs from "dayjs";
-import { getPlanningById } from "@/service/planning/planning";
+import { getPlanningById } from "@/lib/services/planning/planning";
import { useParams } from "next/navigation";
import dynamic from "next/dynamic";
diff --git a/app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/page.tsx
index 42e466ac..a9034495 100644
--- a/app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -29,11 +29,11 @@ import { zodResolver } from "@hookform/resolvers/zod";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
import { error } from "@/config/swal";
-import { getOnlyDate } from "@/utils/globals";
+import { getOnlyDate } from "@/lib/utils/globals";
import {
getMonthlyPlanList,
savePlanning,
-} from "@/service/agenda-setting/agenda-setting";
+} from "@/lib/services/agenda-setting/agenda-setting";
import {
Select,
SelectContent,
diff --git a/app/[locale]/(protected)/curator/task-plan/mediahub/detail/[id]/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/mediahub/detail/[id]/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/curator/task-plan/mediahub/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/mediahub/detail/[id]/page.tsx
index d0d545cd..9f7910b3 100644
--- a/app/[locale]/(protected)/curator/task-plan/mediahub/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/mediahub/detail/[id]/page.tsx
@@ -1,12 +1,12 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Checkbox } from "@/components/ui/checkbox";
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import { close, loading } from "@/config/swal";
-import { getWeeklyPlanList } from "@/service/agenda-setting/agenda-setting";
-import { getPlanningById } from "@/service/planning/planning";
+import { getWeeklyPlanList } from "@/lib/services/agenda-setting/agenda-setting";
+import { getPlanningById } from "@/lib/services/planning/planning";
import { useParams } from "next/navigation";
import dayjs from "dayjs";
import { useEffect, useRef, useState } from "react";
diff --git a/app/[locale]/(protected)/curator/task-plan/mediahub/layout.tsx b/src/app/[locale]/(protected)/curator/task-plan/mediahub/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/curator/task-plan/mediahub/layout.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/mediahub/layout.tsx
diff --git a/app/[locale]/(protected)/curator/task-plan/mediahub/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/mediahub/page.tsx
similarity index 79%
rename from app/[locale]/(protected)/curator/task-plan/mediahub/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/mediahub/page.tsx
index 3facc20d..09c91c7a 100644
--- a/app/[locale]/(protected)/curator/task-plan/mediahub/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/mediahub/page.tsx
@@ -1,7 +1,7 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import ListViewTable from "@/components/table/task-plan/list-view-table";
-import SingleViewTable from "@/components/table/task-plan/single-view-table";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import ListViewTable from "@/components/features/table/task-plan/list-view-table";
+import SingleViewTable from "@/components/features/table/task-plan/single-view-table";
import { Button } from "@/components/ui/button";
import { useRouter } from "@/i18n/routing";
import { useState } from "react";
diff --git a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/components/columns.tsx b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/components/columns.tsx
similarity index 96%
rename from app/[locale]/(protected)/curator/task-plan/medsos-mediahub/components/columns.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/components/columns.tsx
index ee6dc0c3..df1e9a7a 100644
--- a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/components/columns.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -11,7 +11,7 @@ import {
} from "@/components/ui/dropdown-menu";
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
const columns: ColumnDef[] = [
diff --git a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/components/table.tsx b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/components/table.tsx
similarity index 95%
rename from app/[locale]/(protected)/curator/task-plan/medsos-mediahub/components/table.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/components/table.tsx
index 800309d1..fc36d0f1 100644
--- a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/components/table.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/components/table.tsx
@@ -36,7 +36,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -45,11 +45,11 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
const TaskPlanMediahubTable = (props: {
diff --git a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/detail/[id]/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/detail/[id]/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/detail/[id]/page.tsx
index 25bbe8c8..13b6202e 100644
--- a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/detail/[id]/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -37,7 +37,7 @@ import {
DialogTitle,
DialogTrigger,
} from "@/components/ui/dialog";
-import { getUserLevelForAssignments } from "@/service/task";
+import { getUserLevelForAssignments } from "@/lib/services/task";
import { list } from "postcss";
import {
Accordion,
@@ -57,10 +57,10 @@ import {
import {
getWeeklyPlanList,
savePlanning,
-} from "@/service/agenda-setting/agenda-setting";
-import { getOnlyDate } from "@/utils/globals";
+} from "@/lib/services/agenda-setting/agenda-setting";
+import { getOnlyDate } from "@/lib/utils/globals";
import { useParams } from "next/navigation";
-import { getPlanningById } from "@/service/planning/planning";
+import { getPlanningById } from "@/lib/services/planning/planning";
import dynamic from "next/dynamic";
const FormSchema = z.object({
diff --git a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/edit/[id]/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/edit/[id]/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/edit/[id]/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/edit/[id]/page.tsx
index a713a101..e4a38817 100644
--- a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/edit/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/edit/[id]/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -37,7 +37,7 @@ import {
DialogTitle,
DialogTrigger,
} from "@/components/ui/dialog";
-import { getUserLevelForAssignments } from "@/service/task";
+import { getUserLevelForAssignments } from "@/lib/services/task";
import { list } from "postcss";
import {
Accordion,
@@ -57,10 +57,10 @@ import {
import {
getWeeklyPlanList,
savePlanning,
-} from "@/service/agenda-setting/agenda-setting";
-import { getOnlyDate } from "@/utils/globals";
+} from "@/lib/services/agenda-setting/agenda-setting";
+import { getOnlyDate } from "@/lib/utils/globals";
import { useParams } from "next/navigation";
-import { getPlanningById } from "@/service/planning/planning";
+import { getPlanningById } from "@/lib/services/planning/planning";
import dynamic from "next/dynamic";
const FormSchema = z.object({
diff --git a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/page.tsx
index d26347cd..1b8c8c36 100644
--- a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-daily/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -40,10 +40,10 @@ import {
import {
getWeeklyPlanList,
savePlanning,
-} from "@/service/agenda-setting/agenda-setting";
+} from "@/lib/services/agenda-setting/agenda-setting";
import { id } from "date-fns/locale";
import { close, error, loading } from "@/config/swal";
-import { getOnlyDate } from "@/utils/globals";
+import { getOnlyDate } from "@/lib/utils/globals";
import {
Accordion,
AccordionContent,
@@ -57,7 +57,7 @@ import {
DialogTitle,
DialogTrigger,
} from "@/components/ui/dialog";
-import { getUserLevelForAssignments } from "@/service/task";
+import { getUserLevelForAssignments } from "@/lib/services/task";
import dynamic from "next/dynamic";
const FormSchema = z.object({
diff --git a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/detail/[id]/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/detail/[id]/page.tsx
similarity index 96%
rename from app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/detail/[id]/page.tsx
index a7af5287..07621b5c 100644
--- a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/detail/[id]/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -29,8 +29,8 @@ import { zodResolver } from "@hookform/resolvers/zod";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
import { close, error, loading } from "@/config/swal";
-import { savePlanning } from "@/service/agenda-setting/agenda-setting";
-import { getPlanningById } from "@/service/planning/planning";
+import { savePlanning } from "@/lib/services/agenda-setting/agenda-setting";
+import { getPlanningById } from "@/lib/services/planning/planning";
import { useParams } from "next/navigation";
import dynamic from "next/dynamic";
diff --git a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/edit/[id]/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/edit/[id]/page.tsx
similarity index 96%
rename from app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/edit/[id]/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/edit/[id]/page.tsx
index bd23381d..963025b4 100644
--- a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/edit/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/edit/[id]/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -29,8 +29,8 @@ import { zodResolver } from "@hookform/resolvers/zod";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
import { close, error, loading } from "@/config/swal";
-import { savePlanning } from "@/service/agenda-setting/agenda-setting";
-import { getPlanningById } from "@/service/planning/planning";
+import { savePlanning } from "@/lib/services/agenda-setting/agenda-setting";
+import { getPlanningById } from "@/lib/services/planning/planning";
import { useParams } from "next/navigation";
import dynamic from "next/dynamic";
diff --git a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/page.tsx
index 8c61aa68..0a31b128 100644
--- a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-monthly/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -29,7 +29,7 @@ import { zodResolver } from "@hookform/resolvers/zod";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
import { error } from "@/config/swal";
-import { savePlanning } from "@/service/agenda-setting/agenda-setting";
+import { savePlanning } from "@/lib/services/agenda-setting/agenda-setting";
import dynamic from "next/dynamic";
const FormSchema = z.object({
diff --git a/app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/detail/[id]/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/detail/[id]/page.tsx
similarity index 96%
rename from app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/detail/[id]/page.tsx
index 88aae51b..da003a47 100644
--- a/app/[locale]/(protected)/curator/task-plan/mediahub/create-weekly/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/detail/[id]/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -29,11 +29,11 @@ import { zodResolver } from "@hookform/resolvers/zod";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
import { close, error, loading } from "@/config/swal";
-import { getOnlyDate } from "@/utils/globals";
+import { getOnlyDate } from "@/lib/utils/globals";
import {
getMonthlyPlanList,
savePlanning,
-} from "@/service/agenda-setting/agenda-setting";
+} from "@/lib/services/agenda-setting/agenda-setting";
import {
Select,
SelectContent,
@@ -42,7 +42,7 @@ import {
SelectValue,
} from "@/components/ui/select";
import dayjs from "dayjs";
-import { getPlanningById } from "@/service/planning/planning";
+import { getPlanningById } from "@/lib/services/planning/planning";
import { useParams } from "next/navigation";
import dynamic from "next/dynamic";
diff --git a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/edit/[id]/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/edit/[id]/page.tsx
similarity index 96%
rename from app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/edit/[id]/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/edit/[id]/page.tsx
index 2ec52087..d31f38ff 100644
--- a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/edit/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/edit/[id]/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -29,11 +29,11 @@ import { zodResolver } from "@hookform/resolvers/zod";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
import { close, error, loading } from "@/config/swal";
-import { getOnlyDate } from "@/utils/globals";
+import { getOnlyDate } from "@/lib/utils/globals";
import {
getMonthlyPlanList,
savePlanning,
-} from "@/service/agenda-setting/agenda-setting";
+} from "@/lib/services/agenda-setting/agenda-setting";
import {
Select,
SelectContent,
@@ -42,7 +42,7 @@ import {
SelectValue,
} from "@/components/ui/select";
import dayjs from "dayjs";
-import { getPlanningById } from "@/service/planning/planning";
+import { getPlanningById } from "@/lib/services/planning/planning";
import { useParams } from "next/navigation";
import dynamic from "next/dynamic";
diff --git a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/page.tsx
index e2588f21..6a648810 100644
--- a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/create-weekly/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import { Input } from "@/components/ui/input";
@@ -11,7 +11,7 @@ import {
import { Link, useRouter } from "@/i18n/routing";
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useRef, useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import JoditEditor from "jodit-react";
import {
@@ -29,11 +29,11 @@ import { zodResolver } from "@hookform/resolvers/zod";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
import { error } from "@/config/swal";
-import { getOnlyDate } from "@/utils/globals";
+import { getOnlyDate } from "@/lib/utils/globals";
import {
getMonthlyPlanList,
savePlanning,
-} from "@/service/agenda-setting/agenda-setting";
+} from "@/lib/services/agenda-setting/agenda-setting";
import {
Select,
SelectContent,
diff --git a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/detail/[id]/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/detail/[id]/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/curator/task-plan/medsos-mediahub/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/detail/[id]/page.tsx
index d0d545cd..9f7910b3 100644
--- a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/detail/[id]/page.tsx
@@ -1,12 +1,12 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Checkbox } from "@/components/ui/checkbox";
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import { close, loading } from "@/config/swal";
-import { getWeeklyPlanList } from "@/service/agenda-setting/agenda-setting";
-import { getPlanningById } from "@/service/planning/planning";
+import { getWeeklyPlanList } from "@/lib/services/agenda-setting/agenda-setting";
+import { getPlanningById } from "@/lib/services/planning/planning";
import { useParams } from "next/navigation";
import dayjs from "dayjs";
import { useEffect, useRef, useState } from "react";
diff --git a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/layout.tsx b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/curator/task-plan/medsos-mediahub/layout.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/layout.tsx
diff --git a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/page.tsx b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/page.tsx
similarity index 77%
rename from app/[locale]/(protected)/curator/task-plan/medsos-mediahub/page.tsx
rename to src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/page.tsx
index 67ea7a5c..d387398b 100644
--- a/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/page.tsx
+++ b/src/app/[locale]/(protected)/curator/task-plan/medsos-mediahub/page.tsx
@@ -1,7 +1,7 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import ListViewSocialMediaTable from "@/components/table/task-plan/list-view-social-media-table";
-import SingleViewSocialMediaTable from "@/components/table/task-plan/single-view-social-media-table";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import ListViewSocialMediaTable from "@/components/features/table/task-plan/list-view-social-media-table";
+import SingleViewSocialMediaTable from "@/components/features/table/task-plan/single-view-social-media-table";
import { Button } from "@/components/ui/button";
import { useRouter } from "@/i18n/routing";
import { useState } from "react";
diff --git a/app/[locale]/(protected)/dashboard/analytics/routine-tasks/company-table.tsx b/src/app/[locale]/(protected)/dashboard/analytics/routine-tasks/company-table.tsx
similarity index 100%
rename from app/[locale]/(protected)/dashboard/analytics/routine-tasks/company-table.tsx
rename to src/app/[locale]/(protected)/dashboard/analytics/routine-tasks/company-table.tsx
diff --git a/app/[locale]/(protected)/dashboard/executive/page.tsx b/src/app/[locale]/(protected)/dashboard/executive/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/dashboard/executive/page.tsx
rename to src/app/[locale]/(protected)/dashboard/executive/page.tsx
index e161b04c..313e5e58 100644
--- a/app/[locale]/(protected)/dashboard/executive/page.tsx
+++ b/src/app/[locale]/(protected)/dashboard/executive/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Card } from "@/components/ui/card";
import {
@@ -13,8 +13,8 @@ import {
} from "@/components/ui/dialog";
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
-import { getCookiesDecrypt } from "@/lib/utils";
-import { generateTicket } from "@/service/tableau/tableau-service";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import { generateTicket } from "@/lib/services/tableau/tableau-service";
import { LucideBoxSelect } from "lucide-react";
import { useEffect, useState } from "react";
import Cookies from "js-cookie";
diff --git a/app/[locale]/(protected)/dashboard/layout.tsx b/src/app/[locale]/(protected)/dashboard/layout.tsx
similarity index 90%
rename from app/[locale]/(protected)/dashboard/layout.tsx
rename to src/app/[locale]/(protected)/dashboard/layout.tsx
index 2a0618ff..c2389b30 100644
--- a/app/[locale]/(protected)/dashboard/layout.tsx
+++ b/src/app/[locale]/(protected)/dashboard/layout.tsx
@@ -1,4 +1,4 @@
-import PageTitle from "@/components/page-title";
+import PageTitle from "/components/page-title";
import { Metadata } from "next";
export const metadata: Metadata = {
diff --git a/app/[locale]/(protected)/dashboard/page.tsx b/src/app/[locale]/(protected)/dashboard/page.tsx
similarity index 94%
rename from app/[locale]/(protected)/dashboard/page.tsx
rename to src/app/[locale]/(protected)/dashboard/page.tsx
index 29d17565..cd88160a 100644
--- a/app/[locale]/(protected)/dashboard/page.tsx
+++ b/src/app/[locale]/(protected)/dashboard/page.tsx
@@ -1,8 +1,8 @@
"use client";
-import { StatisticsBlock } from "@/components/blocks/statistics-block";
+import { StatisticsBlock } from "@/components/features/blocks/statistics-block";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
-import DashboardDropdown from "@/components/dashboard-dropdown";
+import DashboardDropdown from "@/components/ui/structures/dashboard-dropdown";
import { useTranslations } from "next-intl";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { Button } from "@/components/ui/button";
@@ -10,15 +10,15 @@ import { UploadIcon } from "lucide-react";
import Cookies from "js-cookie";
import { useEffect } from "react";
-import { getCookiesDecrypt } from "@/lib/utils";
-import DashboardVisualization from "@/components/visualization/dashboard-viz";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import DashboardVisualization from "@/components/features/visualization/dashboard-viz";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import TaskTable from "../contributor/task/components/task-table";
import PressConferenceTable from "../contributor/schedule/press-release/components/pressrilis-table";
import BlogTable from "../contributor/blog/components/blog-table";
import ContentTable from "./routine-task/components/content-table";
import RecentActivity from "./routine-task/components/recent-activity";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import ReportTable from "../contributor/report/components/report-table";
const DashboardPage = () => {
diff --git a/app/[locale]/(protected)/dashboard/routine-task/components/columns.tsx b/src/app/[locale]/(protected)/dashboard/routine-task/components/columns.tsx
similarity index 99%
rename from app/[locale]/(protected)/dashboard/routine-task/components/columns.tsx
rename to src/app/[locale]/(protected)/dashboard/routine-task/components/columns.tsx
index 61cbd6c9..8870c615 100644
--- a/app/[locale]/(protected)/dashboard/routine-task/components/columns.tsx
+++ b/src/app/[locale]/(protected)/dashboard/routine-task/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
diff --git a/app/[locale]/(protected)/dashboard/routine-task/components/content-table.tsx b/src/app/[locale]/(protected)/dashboard/routine-task/components/content-table.tsx
similarity index 96%
rename from app/[locale]/(protected)/dashboard/routine-task/components/content-table.tsx
rename to src/app/[locale]/(protected)/dashboard/routine-task/components/content-table.tsx
index befee683..7320fef5 100644
--- a/app/[locale]/(protected)/dashboard/routine-task/components/content-table.tsx
+++ b/src/app/[locale]/(protected)/dashboard/routine-task/components/content-table.tsx
@@ -34,7 +34,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuContent,
@@ -43,13 +43,13 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
-import { listDataAll, listDataImage } from "@/service/content/content";
+import { listDataAll, listDataImage } from "@/lib/services/content/content";
import { Icon } from "@iconify/react/dist/iconify.js";
import {
Select,
diff --git a/app/[locale]/(protected)/dashboard/routine-task/components/data.ts b/src/app/[locale]/(protected)/dashboard/routine-task/components/data.ts
similarity index 100%
rename from app/[locale]/(protected)/dashboard/routine-task/components/data.ts
rename to src/app/[locale]/(protected)/dashboard/routine-task/components/data.ts
diff --git a/app/[locale]/(protected)/dashboard/routine-task/components/most-sales.tsx b/src/app/[locale]/(protected)/dashboard/routine-task/components/most-sales.tsx
similarity index 99%
rename from app/[locale]/(protected)/dashboard/routine-task/components/most-sales.tsx
rename to src/app/[locale]/(protected)/dashboard/routine-task/components/most-sales.tsx
index c1d320d5..a126ecf2 100644
--- a/app/[locale]/(protected)/dashboard/routine-task/components/most-sales.tsx
+++ b/src/app/[locale]/(protected)/dashboard/routine-task/components/most-sales.tsx
@@ -3,7 +3,7 @@ import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
// import world from "./world-map.json";
import { VectorMap } from "@south-paw/react-vector-maps";
import { useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { useTranslations } from "next-intl";
const sales = [
diff --git a/app/[locale]/(protected)/dashboard/routine-task/components/overview-chart.tsx b/src/app/[locale]/(protected)/dashboard/routine-task/components/overview-chart.tsx
similarity index 97%
rename from app/[locale]/(protected)/dashboard/routine-task/components/overview-chart.tsx
rename to src/app/[locale]/(protected)/dashboard/routine-task/components/overview-chart.tsx
index 6e1e0544..9f921b8b 100644
--- a/app/[locale]/(protected)/dashboard/routine-task/components/overview-chart.tsx
+++ b/src/app/[locale]/(protected)/dashboard/routine-task/components/overview-chart.tsx
@@ -3,7 +3,7 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { colors } from "@/lib/colors";
import { useTheme } from "next-themes";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
interface OverviewChartProps {
height?: number;
diff --git a/app/[locale]/(protected)/dashboard/routine-task/components/overview-radial.tsx b/src/app/[locale]/(protected)/dashboard/routine-task/components/overview-radial.tsx
similarity index 100%
rename from app/[locale]/(protected)/dashboard/routine-task/components/overview-radial.tsx
rename to src/app/[locale]/(protected)/dashboard/routine-task/components/overview-radial.tsx
diff --git a/app/[locale]/(protected)/dashboard/routine-task/components/recent-activity.tsx b/src/app/[locale]/(protected)/dashboard/routine-task/components/recent-activity.tsx
similarity index 97%
rename from app/[locale]/(protected)/dashboard/routine-task/components/recent-activity.tsx
rename to src/app/[locale]/(protected)/dashboard/routine-task/components/recent-activity.tsx
index e84e526c..dee5a0c4 100644
--- a/app/[locale]/(protected)/dashboard/routine-task/components/recent-activity.tsx
+++ b/src/app/[locale]/(protected)/dashboard/routine-task/components/recent-activity.tsx
@@ -1,7 +1,7 @@
"use client";
-import { getCookiesDecrypt } from "@/lib/utils";
-import { listDataAll } from "@/service/content/content";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import { listDataAll } from "@/lib/services/content/content";
import {
ColumnFiltersState,
PaginationState,
diff --git a/app/[locale]/(protected)/ecommerce/backend/add-product/layout.tsx b/src/app/[locale]/(protected)/ecommerce/backend/add-product/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/add-product/layout.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/add-product/layout.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/add-product/page.tsx b/src/app/[locale]/(protected)/ecommerce/backend/add-product/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/add-product/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/add-product/page.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/customer-list/layout.tsx b/src/app/[locale]/(protected)/ecommerce/backend/customer-list/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/customer-list/layout.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/customer-list/layout.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/customer-list/page.tsx b/src/app/[locale]/(protected)/ecommerce/backend/customer-list/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/customer-list/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/customer-list/page.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/customer-list/transactions/columns.tsx b/src/app/[locale]/(protected)/ecommerce/backend/customer-list/transactions/columns.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/customer-list/transactions/columns.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/customer-list/transactions/columns.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/customer-list/transactions/data.ts b/src/app/[locale]/(protected)/ecommerce/backend/customer-list/transactions/data.ts
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/customer-list/transactions/data.ts
rename to src/app/[locale]/(protected)/ecommerce/backend/customer-list/transactions/data.ts
diff --git a/app/[locale]/(protected)/ecommerce/backend/customer-list/transactions/index.tsx b/src/app/[locale]/(protected)/ecommerce/backend/customer-list/transactions/index.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/customer-list/transactions/index.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/customer-list/transactions/index.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/customer-list/transactions/table-pagination.tsx b/src/app/[locale]/(protected)/ecommerce/backend/customer-list/transactions/table-pagination.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/customer-list/transactions/table-pagination.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/customer-list/transactions/table-pagination.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/edit-product/layout.tsx b/src/app/[locale]/(protected)/ecommerce/backend/edit-product/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/edit-product/layout.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/edit-product/layout.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/edit-product/page.tsx b/src/app/[locale]/(protected)/ecommerce/backend/edit-product/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/edit-product/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/edit-product/page.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/invoice/layout.tsx b/src/app/[locale]/(protected)/ecommerce/backend/invoice/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/invoice/layout.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/invoice/layout.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/invoice/page.tsx b/src/app/[locale]/(protected)/ecommerce/backend/invoice/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/invoice/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/invoice/page.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/layout.tsx b/src/app/[locale]/(protected)/ecommerce/backend/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/layout.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/layout.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/order-details/layout.tsx b/src/app/[locale]/(protected)/ecommerce/backend/order-details/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/order-details/layout.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/order-details/layout.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/order-details/page.tsx b/src/app/[locale]/(protected)/ecommerce/backend/order-details/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/ecommerce/backend/order-details/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/order-details/page.tsx
index 2869635b..f8a77b88 100644
--- a/app/[locale]/(protected)/ecommerce/backend/order-details/page.tsx
+++ b/src/app/[locale]/(protected)/ecommerce/backend/order-details/page.tsx
@@ -10,7 +10,7 @@ import {
SelectValue,
} from "@/components/ui/select";
import TotalTable from "./totaltable";
-import Logo from "@/components/logo";
+import Logo from "/components/logo";
import { Icon } from "@/components/ui/icon";
import { Button } from "@/components/ui/button";
diff --git a/app/[locale]/(protected)/ecommerce/backend/order-details/totaltable.tsx b/src/app/[locale]/(protected)/ecommerce/backend/order-details/totaltable.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/order-details/totaltable.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/order-details/totaltable.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/order-list/layout.tsx b/src/app/[locale]/(protected)/ecommerce/backend/order-list/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/order-list/layout.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/order-list/layout.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/order-list/page.tsx b/src/app/[locale]/(protected)/ecommerce/backend/order-list/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/order-list/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/order-list/page.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/order-list/transactions/columns.tsx b/src/app/[locale]/(protected)/ecommerce/backend/order-list/transactions/columns.tsx
similarity index 99%
rename from app/[locale]/(protected)/ecommerce/backend/order-list/transactions/columns.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/order-list/transactions/columns.tsx
index 6c7aa9cb..28093c26 100644
--- a/app/[locale]/(protected)/ecommerce/backend/order-list/transactions/columns.tsx
+++ b/src/app/[locale]/(protected)/ecommerce/backend/order-list/transactions/columns.tsx
@@ -7,7 +7,7 @@ import {
import { Checkbox } from "@/components/ui/checkbox";
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
import { Badge } from "@/components/ui/badge";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Link } from '@/i18n/routing';
export type DataProps = {
diff --git a/app/[locale]/(protected)/ecommerce/backend/order-list/transactions/data.ts b/src/app/[locale]/(protected)/ecommerce/backend/order-list/transactions/data.ts
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/order-list/transactions/data.ts
rename to src/app/[locale]/(protected)/ecommerce/backend/order-list/transactions/data.ts
diff --git a/app/[locale]/(protected)/ecommerce/backend/order-list/transactions/index.tsx b/src/app/[locale]/(protected)/ecommerce/backend/order-list/transactions/index.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/order-list/transactions/index.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/order-list/transactions/index.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/order-list/transactions/table-pagination.tsx b/src/app/[locale]/(protected)/ecommerce/backend/order-list/transactions/table-pagination.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/order-list/transactions/table-pagination.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/order-list/transactions/table-pagination.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/page.tsx b/src/app/[locale]/(protected)/ecommerce/backend/page.tsx
similarity index 65%
rename from app/[locale]/(protected)/ecommerce/backend/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/page.tsx
index 46a7c39c..26c6f9f0 100644
--- a/app/[locale]/(protected)/ecommerce/backend/page.tsx
+++ b/src/app/[locale]/(protected)/ecommerce/backend/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import { redirect } from "@/components/navigation";
+import { redirect } from "@/components/ui/structures/navigation";
const Backend = () => {
redirect("/ecommerce/backend/add-product");
return null;
diff --git a/app/[locale]/(protected)/ecommerce/backend/purchase-list/layout.tsx b/src/app/[locale]/(protected)/ecommerce/backend/purchase-list/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/purchase-list/layout.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/purchase-list/layout.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/purchase-list/page.tsx b/src/app/[locale]/(protected)/ecommerce/backend/purchase-list/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/purchase-list/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/purchase-list/page.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/purchase-list/transactions/columns.tsx b/src/app/[locale]/(protected)/ecommerce/backend/purchase-list/transactions/columns.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/purchase-list/transactions/columns.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/purchase-list/transactions/columns.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/purchase-list/transactions/data.ts b/src/app/[locale]/(protected)/ecommerce/backend/purchase-list/transactions/data.ts
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/purchase-list/transactions/data.ts
rename to src/app/[locale]/(protected)/ecommerce/backend/purchase-list/transactions/data.ts
diff --git a/app/[locale]/(protected)/ecommerce/backend/purchase-list/transactions/index.tsx b/src/app/[locale]/(protected)/ecommerce/backend/purchase-list/transactions/index.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/purchase-list/transactions/index.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/purchase-list/transactions/index.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/purchase-list/transactions/table-pagination.tsx b/src/app/[locale]/(protected)/ecommerce/backend/purchase-list/transactions/table-pagination.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/purchase-list/transactions/table-pagination.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/purchase-list/transactions/table-pagination.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/sellers/layout.tsx b/src/app/[locale]/(protected)/ecommerce/backend/sellers/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/sellers/layout.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/sellers/layout.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/sellers/page.tsx b/src/app/[locale]/(protected)/ecommerce/backend/sellers/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/sellers/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/sellers/page.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/sellers/transactions/columns.tsx b/src/app/[locale]/(protected)/ecommerce/backend/sellers/transactions/columns.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/sellers/transactions/columns.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/sellers/transactions/columns.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/sellers/transactions/data.ts b/src/app/[locale]/(protected)/ecommerce/backend/sellers/transactions/data.ts
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/sellers/transactions/data.ts
rename to src/app/[locale]/(protected)/ecommerce/backend/sellers/transactions/data.ts
diff --git a/app/[locale]/(protected)/ecommerce/backend/sellers/transactions/index.tsx b/src/app/[locale]/(protected)/ecommerce/backend/sellers/transactions/index.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/sellers/transactions/index.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/sellers/transactions/index.tsx
diff --git a/app/[locale]/(protected)/ecommerce/backend/sellers/transactions/table-pagination.tsx b/src/app/[locale]/(protected)/ecommerce/backend/sellers/transactions/table-pagination.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/backend/sellers/transactions/table-pagination.tsx
rename to src/app/[locale]/(protected)/ecommerce/backend/sellers/transactions/table-pagination.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/[id]/color-filter.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/[id]/color-filter.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/[id]/color-filter.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/[id]/color-filter.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/[id]/page.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/[id]/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/ecommerce/frontend/[id]/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/[id]/page.tsx
index a650f520..12c951f2 100644
--- a/app/[locale]/(protected)/ecommerce/frontend/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/ecommerce/frontend/[id]/page.tsx
@@ -12,7 +12,7 @@ import ColorFilter from "./color-filter";
import SizeFilter from "./size-filter";
import { Avatar, AvatarImage } from "@/components/ui/avatar";
import ThumbSliderCom from "./thumb-slider";
-import ProductCounterButton from "@/components/ecommarce/product-counter-button";
+import ProductCounterButton from "@/components/features/ecommarce/product-counter-button";
const ProductDetails = async ({
params: { id },
diff --git a/app/[locale]/(protected)/ecommerce/frontend/[id]/size-filter.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/[id]/size-filter.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/[id]/size-filter.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/[id]/size-filter.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/[id]/thumb-slider.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/[id]/thumb-slider.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/[id]/thumb-slider.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/[id]/thumb-slider.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/checkout/cart/page.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/checkout/cart/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/checkout/cart/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/checkout/cart/page.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/checkout/checkout-header.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/checkout/checkout-header.tsx
similarity index 96%
rename from app/[locale]/(protected)/ecommerce/frontend/checkout/checkout-header.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/checkout/checkout-header.tsx
index 60240fad..57bb672c 100644
--- a/app/[locale]/(protected)/ecommerce/frontend/checkout/checkout-header.tsx
+++ b/src/app/[locale]/(protected)/ecommerce/frontend/checkout/checkout-header.tsx
@@ -1,7 +1,7 @@
"use client";
-import { usePathname } from "@/components/navigation";
+import { usePathname } from "@/components/ui/structures/navigation";
import { Icon } from "@/components/ui/icon";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
const CheckoutHeader = () => {
const pathname = usePathname();
diff --git a/app/[locale]/(protected)/ecommerce/frontend/checkout/confirmation/page.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/checkout/confirmation/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/checkout/confirmation/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/checkout/confirmation/page.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/checkout/data.ts b/src/app/[locale]/(protected)/ecommerce/frontend/checkout/data.ts
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/checkout/data.ts
rename to src/app/[locale]/(protected)/ecommerce/frontend/checkout/data.ts
diff --git a/app/[locale]/(protected)/ecommerce/frontend/checkout/delivery-info/page.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/checkout/delivery-info/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/checkout/delivery-info/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/checkout/delivery-info/page.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/checkout/layout.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/checkout/layout.tsx
similarity index 85%
rename from app/[locale]/(protected)/ecommerce/frontend/checkout/layout.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/checkout/layout.tsx
index c540e166..175b9b4c 100644
--- a/app/[locale]/(protected)/ecommerce/frontend/checkout/layout.tsx
+++ b/src/app/[locale]/(protected)/ecommerce/frontend/checkout/layout.tsx
@@ -1,6 +1,6 @@
import { Card, CardContent, CardHeader } from "@/components/ui/card";
import CheckoutHeader from "./checkout-header";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const layout = ({ children }: { children: React.ReactNode }) => {
diff --git a/app/[locale]/(protected)/ecommerce/frontend/checkout/payment/page.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/checkout/payment/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/checkout/payment/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/checkout/payment/page.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/checkout/payment/payment-card.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/checkout/payment/payment-card.tsx
similarity index 97%
rename from app/[locale]/(protected)/ecommerce/frontend/checkout/payment/payment-card.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/checkout/payment/payment-card.tsx
index 088db876..9f19cb35 100644
--- a/app/[locale]/(protected)/ecommerce/frontend/checkout/payment/payment-card.tsx
+++ b/src/app/[locale]/(protected)/ecommerce/frontend/checkout/payment/payment-card.tsx
@@ -4,7 +4,7 @@ import { payments } from "../data";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import { Label } from "@/components/ui/label";
import { useState } from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
const PaymentCard = () => {
const [selected, setSelected] = useState("bkash");
diff --git a/app/[locale]/(protected)/ecommerce/frontend/checkout/shipping-info/page.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/checkout/shipping-info/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/checkout/shipping-info/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/checkout/shipping-info/page.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/counter-button.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/counter-button.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/counter-button.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/counter-button.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/data.ts b/src/app/[locale]/(protected)/ecommerce/frontend/data.ts
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/data.ts
rename to src/app/[locale]/(protected)/ecommerce/frontend/data.ts
diff --git a/app/[locale]/(protected)/ecommerce/frontend/empty.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/empty.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/empty.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/empty.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/frontend-wrapper.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/frontend-wrapper.tsx
similarity index 95%
rename from app/[locale]/(protected)/ecommerce/frontend/frontend-wrapper.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/frontend-wrapper.tsx
index 8881259a..feb00be3 100644
--- a/app/[locale]/(protected)/ecommerce/frontend/frontend-wrapper.tsx
+++ b/src/app/[locale]/(protected)/ecommerce/frontend/frontend-wrapper.tsx
@@ -4,9 +4,9 @@ import Sidebar from "./sidebar";
import { Label } from "@/components/ui/label";
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select";
import { selectOptions, selectCategories, getEcommerceNav } from "./data";
-import { Link, usePathname } from "@/components/navigation";
+import { Link, usePathname } from "@/components/ui/structures/navigation";
import { Button } from "@/components/ui/button";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
const FrontendWrapper = ({ children }: { children: React.ReactNode }) => {
const pathname = usePathname();
const menus = getEcommerceNav(pathname)
diff --git a/app/[locale]/(protected)/ecommerce/frontend/layout.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/layout.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/layout.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/list/layout.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/list/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/list/layout.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/list/layout.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/list/page.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/list/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/list/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/list/page.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/list/product-list.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/list/product-list.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/list/product-list.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/list/product-list.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/page.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/page.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/product-box.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/product-box.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/product-box.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/product-box.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/purchase-history/layout.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/purchase-history/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/purchase-history/layout.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/purchase-history/layout.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/purchase-history/page.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/purchase-history/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/purchase-history/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/purchase-history/page.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/columns.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/columns.tsx
similarity index 98%
rename from app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/columns.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/columns.tsx
index 6f1f1c87..f8569d48 100644
--- a/app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/columns.tsx
+++ b/src/app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/columns.tsx
@@ -7,7 +7,7 @@ import {
import { Checkbox } from "@/components/ui/checkbox";
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
import { Badge } from "@/components/ui/badge";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Link } from '@/i18n/routing';
export type DataProps = {
diff --git a/app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/data.ts b/src/app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/data.ts
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/data.ts
rename to src/app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/data.ts
diff --git a/app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/index.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/index.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/index.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/index.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/table-pagination.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/table-pagination.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/table-pagination.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/purchase-history/transactions/table-pagination.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/sidebar.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/sidebar.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/sidebar.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/sidebar.tsx
diff --git a/app/[locale]/(protected)/ecommerce/frontend/wishlist/page.tsx b/src/app/[locale]/(protected)/ecommerce/frontend/wishlist/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/frontend/wishlist/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/frontend/wishlist/page.tsx
diff --git a/app/[locale]/(protected)/ecommerce/layout.tsx b/src/app/[locale]/(protected)/ecommerce/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/ecommerce/layout.tsx
rename to src/app/[locale]/(protected)/ecommerce/layout.tsx
diff --git a/app/[locale]/(protected)/ecommerce/page.tsx b/src/app/[locale]/(protected)/ecommerce/page.tsx
similarity index 63%
rename from app/[locale]/(protected)/ecommerce/page.tsx
rename to src/app/[locale]/(protected)/ecommerce/page.tsx
index 5399f144..4282c33e 100644
--- a/app/[locale]/(protected)/ecommerce/page.tsx
+++ b/src/app/[locale]/(protected)/ecommerce/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import { redirect } from "@/components/navigation";
+import { redirect } from "@/components/ui/structures/navigation";
const Backend = () => {
redirect("/ecommerce/frontend");
return null;
diff --git a/app/[locale]/(protected)/error.tsx b/src/app/[locale]/(protected)/error.tsx
similarity index 100%
rename from app/[locale]/(protected)/error.tsx
rename to src/app/[locale]/(protected)/error.tsx
diff --git a/app/[locale]/(protected)/forms/checkbox/basic-checkbox.tsx b/src/app/[locale]/(protected)/forms/checkbox/basic-checkbox.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/checkbox/basic-checkbox.tsx
rename to src/app/[locale]/(protected)/forms/checkbox/basic-checkbox.tsx
diff --git a/app/[locale]/(protected)/forms/checkbox/color-checkbox.tsx b/src/app/[locale]/(protected)/forms/checkbox/color-checkbox.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/checkbox/color-checkbox.tsx
rename to src/app/[locale]/(protected)/forms/checkbox/color-checkbox.tsx
diff --git a/app/[locale]/(protected)/forms/checkbox/layout.tsx b/src/app/[locale]/(protected)/forms/checkbox/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/checkbox/layout.tsx
rename to src/app/[locale]/(protected)/forms/checkbox/layout.tsx
diff --git a/app/[locale]/(protected)/forms/checkbox/options-array.tsx b/src/app/[locale]/(protected)/forms/checkbox/options-array.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/checkbox/options-array.tsx
rename to src/app/[locale]/(protected)/forms/checkbox/options-array.tsx
diff --git a/app/[locale]/(protected)/forms/checkbox/page.tsx b/src/app/[locale]/(protected)/forms/checkbox/page.tsx
similarity index 81%
rename from app/[locale]/(protected)/forms/checkbox/page.tsx
rename to src/app/[locale]/(protected)/forms/checkbox/page.tsx
index f6ba5ec1..55da7fcb 100644
--- a/app/[locale]/(protected)/forms/checkbox/page.tsx
+++ b/src/app/[locale]/(protected)/forms/checkbox/page.tsx
@@ -1,9 +1,9 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicCheckbox from "./basic-checkbox";
import ColorCheckbox from "./color-checkbox";
import OptionsArrayCheckbox from "./options-array";
import { basicCheckbox, colorCheckbox, optionsArrayCheckbox } from "./soure-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const CheckboxPage = () => {
return (
diff --git a/app/[locale]/(protected)/forms/checkbox/soure-code.ts b/src/app/[locale]/(protected)/forms/checkbox/soure-code.ts
similarity index 100%
rename from app/[locale]/(protected)/forms/checkbox/soure-code.ts
rename to src/app/[locale]/(protected)/forms/checkbox/soure-code.ts
diff --git a/app/[locale]/(protected)/forms/combobox/basic-combobox.tsx b/src/app/[locale]/(protected)/forms/combobox/basic-combobox.tsx
similarity index 97%
rename from app/[locale]/(protected)/forms/combobox/basic-combobox.tsx
rename to src/app/[locale]/(protected)/forms/combobox/basic-combobox.tsx
index 12ec352f..0c83eae4 100644
--- a/app/[locale]/(protected)/forms/combobox/basic-combobox.tsx
+++ b/src/app/[locale]/(protected)/forms/combobox/basic-combobox.tsx
@@ -3,7 +3,7 @@
import * as React from "react"
import { Check, ChevronsUpDown } from "lucide-react"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { Button } from "@/components/ui/button"
import {
Command,
diff --git a/app/[locale]/(protected)/forms/combobox/layout.tsx b/src/app/[locale]/(protected)/forms/combobox/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/combobox/layout.tsx
rename to src/app/[locale]/(protected)/forms/combobox/layout.tsx
diff --git a/app/[locale]/(protected)/forms/combobox/page.tsx b/src/app/[locale]/(protected)/forms/combobox/page.tsx
similarity index 63%
rename from app/[locale]/(protected)/forms/combobox/page.tsx
rename to src/app/[locale]/(protected)/forms/combobox/page.tsx
index e431db0b..4beff1f7 100644
--- a/app/[locale]/(protected)/forms/combobox/page.tsx
+++ b/src/app/[locale]/(protected)/forms/combobox/page.tsx
@@ -1,7 +1,7 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicCombobox from "./basic-combobox";
import { basicCombobox } from "./soure-code"
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const ComboboxPage = () => {
return (
diff --git a/app/[locale]/(protected)/forms/combobox/soure-code.ts b/src/app/[locale]/(protected)/forms/combobox/soure-code.ts
similarity index 97%
rename from app/[locale]/(protected)/forms/combobox/soure-code.ts
rename to src/app/[locale]/(protected)/forms/combobox/soure-code.ts
index c9798642..3c5f9799 100644
--- a/app/[locale]/(protected)/forms/combobox/soure-code.ts
+++ b/src/app/[locale]/(protected)/forms/combobox/soure-code.ts
@@ -3,7 +3,7 @@ export const basicCombobox=`"use client"
import * as React from "react"
import { Check, ChevronsUpDown } from "lucide-react"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { Button } from "@/components/ui/button"
import {
Command,
diff --git a/app/[locale]/(protected)/forms/command/basic-command.tsx b/src/app/[locale]/(protected)/forms/command/basic-command.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/command/basic-command.tsx
rename to src/app/[locale]/(protected)/forms/command/basic-command.tsx
diff --git a/app/[locale]/(protected)/forms/command/layout.tsx b/src/app/[locale]/(protected)/forms/command/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/command/layout.tsx
rename to src/app/[locale]/(protected)/forms/command/layout.tsx
diff --git a/app/[locale]/(protected)/forms/command/page.tsx b/src/app/[locale]/(protected)/forms/command/page.tsx
similarity index 63%
rename from app/[locale]/(protected)/forms/command/page.tsx
rename to src/app/[locale]/(protected)/forms/command/page.tsx
index 2f84cd13..620196f3 100644
--- a/app/[locale]/(protected)/forms/command/page.tsx
+++ b/src/app/[locale]/(protected)/forms/command/page.tsx
@@ -1,7 +1,7 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicCommand from "./basic-command";
import { basicCommand } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const CommandPage = () => {
return (
diff --git a/app/[locale]/(protected)/forms/command/source-code.ts b/src/app/[locale]/(protected)/forms/command/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/forms/command/source-code.ts
rename to src/app/[locale]/(protected)/forms/command/source-code.ts
diff --git a/app/[locale]/(protected)/forms/form-validation/layout.tsx b/src/app/[locale]/(protected)/forms/form-validation/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/form-validation/layout.tsx
rename to src/app/[locale]/(protected)/forms/form-validation/layout.tsx
diff --git a/app/[locale]/(protected)/forms/form-validation/multiple-types.tsx b/src/app/[locale]/(protected)/forms/form-validation/multiple-types.tsx
similarity index 99%
rename from app/[locale]/(protected)/forms/form-validation/multiple-types.tsx
rename to src/app/[locale]/(protected)/forms/form-validation/multiple-types.tsx
index 13f83e9b..8014d504 100644
--- a/app/[locale]/(protected)/forms/form-validation/multiple-types.tsx
+++ b/src/app/[locale]/(protected)/forms/form-validation/multiple-types.tsx
@@ -5,7 +5,7 @@ import { z } from "zod";
import { Label } from "@/components/ui/label";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { toast } from "sonner";
import { Textarea } from "@/components/ui/textarea";
diff --git a/app/[locale]/(protected)/forms/form-validation/page.tsx b/src/app/[locale]/(protected)/forms/form-validation/page.tsx
similarity index 95%
rename from app/[locale]/(protected)/forms/form-validation/page.tsx
rename to src/app/[locale]/(protected)/forms/form-validation/page.tsx
index 7d011782..060ad1fb 100644
--- a/app/[locale]/(protected)/forms/form-validation/page.tsx
+++ b/src/app/[locale]/(protected)/forms/form-validation/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import SimpleFormValidation from "./simple-form";
import ValidateWithTooltip from "./validate-with-tooltip";
diff --git a/app/[locale]/(protected)/forms/form-validation/passoword-validation.tsx b/src/app/[locale]/(protected)/forms/form-validation/passoword-validation.tsx
similarity index 98%
rename from app/[locale]/(protected)/forms/form-validation/passoword-validation.tsx
rename to src/app/[locale]/(protected)/forms/form-validation/passoword-validation.tsx
index bfcc1f95..c05801b7 100644
--- a/app/[locale]/(protected)/forms/form-validation/passoword-validation.tsx
+++ b/src/app/[locale]/(protected)/forms/form-validation/passoword-validation.tsx
@@ -5,7 +5,7 @@ import { z } from "zod";
import { Label } from "@/components/ui/label";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { toast } from "sonner";
const schema = z
diff --git a/app/[locale]/(protected)/forms/form-validation/simple-form.tsx b/src/app/[locale]/(protected)/forms/form-validation/simple-form.tsx
similarity index 98%
rename from app/[locale]/(protected)/forms/form-validation/simple-form.tsx
rename to src/app/[locale]/(protected)/forms/form-validation/simple-form.tsx
index 110e9bad..5d4e427e 100644
--- a/app/[locale]/(protected)/forms/form-validation/simple-form.tsx
+++ b/src/app/[locale]/(protected)/forms/form-validation/simple-form.tsx
@@ -5,7 +5,7 @@ import { z } from "zod";
import { Label } from "@/components/ui/label";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { toast } from "sonner";
const schema = z.object({
diff --git a/app/[locale]/(protected)/forms/form-validation/validate-radio.tsx b/src/app/[locale]/(protected)/forms/form-validation/validate-radio.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/form-validation/validate-radio.tsx
rename to src/app/[locale]/(protected)/forms/form-validation/validate-radio.tsx
diff --git a/app/[locale]/(protected)/forms/form-validation/validate-with-tooltip.tsx b/src/app/[locale]/(protected)/forms/form-validation/validate-with-tooltip.tsx
similarity index 98%
rename from app/[locale]/(protected)/forms/form-validation/validate-with-tooltip.tsx
rename to src/app/[locale]/(protected)/forms/form-validation/validate-with-tooltip.tsx
index ca345a6b..5fc2e4f1 100644
--- a/app/[locale]/(protected)/forms/form-validation/validate-with-tooltip.tsx
+++ b/src/app/[locale]/(protected)/forms/form-validation/validate-with-tooltip.tsx
@@ -5,7 +5,7 @@ import { z } from "zod";
import { Label } from "@/components/ui/label";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { toast } from "sonner";
const schema = z.object({
diff --git a/app/[locale]/(protected)/forms/input-file/basic-file-uploader.tsx b/src/app/[locale]/(protected)/forms/input-file/basic-file-uploader.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-file/basic-file-uploader.tsx
rename to src/app/[locale]/(protected)/forms/input-file/basic-file-uploader.tsx
diff --git a/app/[locale]/(protected)/forms/input-file/file-uploader-multiple.tsx b/src/app/[locale]/(protected)/forms/input-file/file-uploader-multiple.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-file/file-uploader-multiple.tsx
rename to src/app/[locale]/(protected)/forms/input-file/file-uploader-multiple.tsx
diff --git a/app/[locale]/(protected)/forms/input-file/file-uploader-restrictions.tsx b/src/app/[locale]/(protected)/forms/input-file/file-uploader-restrictions.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-file/file-uploader-restrictions.tsx
rename to src/app/[locale]/(protected)/forms/input-file/file-uploader-restrictions.tsx
diff --git a/app/[locale]/(protected)/forms/input-file/layout.tsx b/src/app/[locale]/(protected)/forms/input-file/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-file/layout.tsx
rename to src/app/[locale]/(protected)/forms/input-file/layout.tsx
diff --git a/app/[locale]/(protected)/forms/input-file/multiple-files.tsx b/src/app/[locale]/(protected)/forms/input-file/multiple-files.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-file/multiple-files.tsx
rename to src/app/[locale]/(protected)/forms/input-file/multiple-files.tsx
diff --git a/app/[locale]/(protected)/forms/input-file/page.tsx b/src/app/[locale]/(protected)/forms/input-file/page.tsx
similarity index 88%
rename from app/[locale]/(protected)/forms/input-file/page.tsx
rename to src/app/[locale]/(protected)/forms/input-file/page.tsx
index fef87440..23fc1f3b 100644
--- a/app/[locale]/(protected)/forms/input-file/page.tsx
+++ b/src/app/[locale]/(protected)/forms/input-file/page.tsx
@@ -1,5 +1,5 @@
-import Card from "@/components/code-snippet";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import Card from "@/components/ui/structures/code-snippet";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import BasicFileUploader from "./basic-file-uploader";
import MultipleFiles from "./multiple-files";
import UploadSingleFile from "./upload-single-file";
diff --git a/app/[locale]/(protected)/forms/input-file/upload-single-file.tsx b/src/app/[locale]/(protected)/forms/input-file/upload-single-file.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-file/upload-single-file.tsx
rename to src/app/[locale]/(protected)/forms/input-file/upload-single-file.tsx
diff --git a/app/[locale]/(protected)/forms/input-group/basic-input-group.tsx b/src/app/[locale]/(protected)/forms/input-group/basic-input-group.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-group/basic-input-group.tsx
rename to src/app/[locale]/(protected)/forms/input-group/basic-input-group.tsx
diff --git a/app/[locale]/(protected)/forms/input-group/checkbox-radio-group.tsx b/src/app/[locale]/(protected)/forms/input-group/checkbox-radio-group.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-group/checkbox-radio-group.tsx
rename to src/app/[locale]/(protected)/forms/input-group/checkbox-radio-group.tsx
diff --git a/app/[locale]/(protected)/forms/input-group/input-button-with-dropdown.tsx b/src/app/[locale]/(protected)/forms/input-group/input-button-with-dropdown.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-group/input-button-with-dropdown.tsx
rename to src/app/[locale]/(protected)/forms/input-group/input-button-with-dropdown.tsx
diff --git a/app/[locale]/(protected)/forms/input-group/input-group-radius.tsx b/src/app/[locale]/(protected)/forms/input-group/input-group-radius.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-group/input-group-radius.tsx
rename to src/app/[locale]/(protected)/forms/input-group/input-group-radius.tsx
diff --git a/app/[locale]/(protected)/forms/input-group/input-group-size.tsx b/src/app/[locale]/(protected)/forms/input-group/input-group-size.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-group/input-group-size.tsx
rename to src/app/[locale]/(protected)/forms/input-group/input-group-size.tsx
diff --git a/app/[locale]/(protected)/forms/input-group/input-group-unmerged.tsx b/src/app/[locale]/(protected)/forms/input-group/input-group-unmerged.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-group/input-group-unmerged.tsx
rename to src/app/[locale]/(protected)/forms/input-group/input-group-unmerged.tsx
diff --git a/app/[locale]/(protected)/forms/input-group/input-groups-button.tsx b/src/app/[locale]/(protected)/forms/input-group/input-groups-button.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-group/input-groups-button.tsx
rename to src/app/[locale]/(protected)/forms/input-group/input-groups-button.tsx
diff --git a/app/[locale]/(protected)/forms/input-group/layout.tsx b/src/app/[locale]/(protected)/forms/input-group/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-group/layout.tsx
rename to src/app/[locale]/(protected)/forms/input-group/layout.tsx
diff --git a/app/[locale]/(protected)/forms/input-group/merged-input-group.tsx b/src/app/[locale]/(protected)/forms/input-group/merged-input-group.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-group/merged-input-group.tsx
rename to src/app/[locale]/(protected)/forms/input-group/merged-input-group.tsx
diff --git a/app/[locale]/(protected)/forms/input-group/multiple-addons.tsx b/src/app/[locale]/(protected)/forms/input-group/multiple-addons.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-group/multiple-addons.tsx
rename to src/app/[locale]/(protected)/forms/input-group/multiple-addons.tsx
diff --git a/app/[locale]/(protected)/forms/input-group/page.tsx b/src/app/[locale]/(protected)/forms/input-group/page.tsx
similarity index 94%
rename from app/[locale]/(protected)/forms/input-group/page.tsx
rename to src/app/[locale]/(protected)/forms/input-group/page.tsx
index d75c5dbf..a72c130c 100644
--- a/app/[locale]/(protected)/forms/input-group/page.tsx
+++ b/src/app/[locale]/(protected)/forms/input-group/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import InputGroupSize from "./input-group-size";
import MergedInputGroup from "./merged-input-group";
import InputGroupsButton from "./input-groups-button";
@@ -9,7 +9,7 @@ import CheckboxRadioGroup from "./checkbox-radio-group";
import MultipleAddons from "./multiple-addons";
import InputButtonWithDropdown from "./input-button-with-dropdown";
import { basicInputGroup, checkboxRadioGroup, inputButtonWithDropdown, inputGroupButtons, inputGroupRadius, inputGroupSize, mergedInputGroup, multipleAddons } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const InputGrouPpage = () => {
return (
diff --git a/app/[locale]/(protected)/forms/input-group/source-code.ts b/src/app/[locale]/(protected)/forms/input-group/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/forms/input-group/source-code.ts
rename to src/app/[locale]/(protected)/forms/input-group/source-code.ts
diff --git a/app/[locale]/(protected)/forms/input-layout/horizontal-form-icon.tsx b/src/app/[locale]/(protected)/forms/input-layout/horizontal-form-icon.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-layout/horizontal-form-icon.tsx
rename to src/app/[locale]/(protected)/forms/input-layout/horizontal-form-icon.tsx
diff --git a/app/[locale]/(protected)/forms/input-layout/horizontal-form.tsx b/src/app/[locale]/(protected)/forms/input-layout/horizontal-form.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-layout/horizontal-form.tsx
rename to src/app/[locale]/(protected)/forms/input-layout/horizontal-form.tsx
diff --git a/app/[locale]/(protected)/forms/input-layout/layout.tsx b/src/app/[locale]/(protected)/forms/input-layout/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-layout/layout.tsx
rename to src/app/[locale]/(protected)/forms/input-layout/layout.tsx
diff --git a/app/[locale]/(protected)/forms/input-layout/page.tsx b/src/app/[locale]/(protected)/forms/input-layout/page.tsx
similarity index 92%
rename from app/[locale]/(protected)/forms/input-layout/page.tsx
rename to src/app/[locale]/(protected)/forms/input-layout/page.tsx
index 9c8d6c0f..1681bca0 100644
--- a/app/[locale]/(protected)/forms/input-layout/page.tsx
+++ b/src/app/[locale]/(protected)/forms/input-layout/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import HorizontalForm from "./horizontal-form";
import HorizontalFormWithIcon from "./horizontal-form-icon";
diff --git a/app/[locale]/(protected)/forms/input-layout/vertical-form-icon.tsx b/src/app/[locale]/(protected)/forms/input-layout/vertical-form-icon.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-layout/vertical-form-icon.tsx
rename to src/app/[locale]/(protected)/forms/input-layout/vertical-form-icon.tsx
diff --git a/app/[locale]/(protected)/forms/input-layout/vertical-form.tsx b/src/app/[locale]/(protected)/forms/input-layout/vertical-form.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-layout/vertical-form.tsx
rename to src/app/[locale]/(protected)/forms/input-layout/vertical-form.tsx
diff --git a/app/[locale]/(protected)/forms/input-mask/layout.tsx b/src/app/[locale]/(protected)/forms/input-mask/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-mask/layout.tsx
rename to src/app/[locale]/(protected)/forms/input-mask/layout.tsx
diff --git a/app/[locale]/(protected)/forms/input-mask/page.tsx b/src/app/[locale]/(protected)/forms/input-mask/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/forms/input-mask/page.tsx
rename to src/app/[locale]/(protected)/forms/input-mask/page.tsx
index 65697941..15d44e17 100644
--- a/app/[locale]/(protected)/forms/input-mask/page.tsx
+++ b/src/app/[locale]/(protected)/forms/input-mask/page.tsx
@@ -2,7 +2,7 @@
import { Label } from "@/components/ui/label";
import { CleaveInput } from "@/components/ui/cleave";
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import {
InputGroup,
InputGroupText
diff --git a/app/[locale]/(protected)/forms/input-mask/source-code.ts b/src/app/[locale]/(protected)/forms/input-mask/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/forms/input-mask/source-code.ts
rename to src/app/[locale]/(protected)/forms/input-mask/source-code.ts
diff --git a/app/[locale]/(protected)/forms/input-otp/basic-input.tsx b/src/app/[locale]/(protected)/forms/input-otp/basic-input.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-otp/basic-input.tsx
rename to src/app/[locale]/(protected)/forms/input-otp/basic-input.tsx
diff --git a/app/[locale]/(protected)/forms/input-otp/controlled-otp.tsx b/src/app/[locale]/(protected)/forms/input-otp/controlled-otp.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-otp/controlled-otp.tsx
rename to src/app/[locale]/(protected)/forms/input-otp/controlled-otp.tsx
diff --git a/app/[locale]/(protected)/forms/input-otp/layout.tsx b/src/app/[locale]/(protected)/forms/input-otp/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-otp/layout.tsx
rename to src/app/[locale]/(protected)/forms/input-otp/layout.tsx
diff --git a/app/[locale]/(protected)/forms/input-otp/page.tsx b/src/app/[locale]/(protected)/forms/input-otp/page.tsx
similarity index 83%
rename from app/[locale]/(protected)/forms/input-otp/page.tsx
rename to src/app/[locale]/(protected)/forms/input-otp/page.tsx
index 3e0e7814..1ae3628c 100644
--- a/app/[locale]/(protected)/forms/input-otp/page.tsx
+++ b/src/app/[locale]/(protected)/forms/input-otp/page.tsx
@@ -1,10 +1,10 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicInput from "./basic-input";
import PatternOtp from "./pattern-otp";
import SeperatorOtp from "./separator-otp";
import ControlledOtp from "./controlled-otp";
import { basicOtp, patternOtp, separatorOtp, controlledOtp } from "./source-code"
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const InputOtp = () => {
return (
diff --git a/app/[locale]/(protected)/forms/input-otp/pattern-otp.tsx b/src/app/[locale]/(protected)/forms/input-otp/pattern-otp.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-otp/pattern-otp.tsx
rename to src/app/[locale]/(protected)/forms/input-otp/pattern-otp.tsx
diff --git a/app/[locale]/(protected)/forms/input-otp/separator-otp.tsx b/src/app/[locale]/(protected)/forms/input-otp/separator-otp.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input-otp/separator-otp.tsx
rename to src/app/[locale]/(protected)/forms/input-otp/separator-otp.tsx
diff --git a/app/[locale]/(protected)/forms/input-otp/source-code.ts b/src/app/[locale]/(protected)/forms/input-otp/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/forms/input-otp/source-code.ts
rename to src/app/[locale]/(protected)/forms/input-otp/source-code.ts
diff --git a/app/[locale]/(protected)/forms/input/basic-inputs.tsx b/src/app/[locale]/(protected)/forms/input/basic-inputs.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input/basic-inputs.tsx
rename to src/app/[locale]/(protected)/forms/input/basic-inputs.tsx
diff --git a/app/[locale]/(protected)/forms/input/input-colors.tsx b/src/app/[locale]/(protected)/forms/input/input-colors.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input/input-colors.tsx
rename to src/app/[locale]/(protected)/forms/input/input-colors.tsx
diff --git a/app/[locale]/(protected)/forms/input/input-size.tsx b/src/app/[locale]/(protected)/forms/input/input-size.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input/input-size.tsx
rename to src/app/[locale]/(protected)/forms/input/input-size.tsx
diff --git a/app/[locale]/(protected)/forms/input/layout.tsx b/src/app/[locale]/(protected)/forms/input/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/input/layout.tsx
rename to src/app/[locale]/(protected)/forms/input/layout.tsx
diff --git a/app/[locale]/(protected)/forms/input/page.tsx b/src/app/[locale]/(protected)/forms/input/page.tsx
similarity index 79%
rename from app/[locale]/(protected)/forms/input/page.tsx
rename to src/app/[locale]/(protected)/forms/input/page.tsx
index d35b880b..2dc3ee11 100644
--- a/app/[locale]/(protected)/forms/input/page.tsx
+++ b/src/app/[locale]/(protected)/forms/input/page.tsx
@@ -1,9 +1,9 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicInputs from "./basic-inputs";
import InputColors from "./input-colors";
import InputSize from "./input-size";
import { basicInput, inputColors, inputSize } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const InputPage = () => {
return (
diff --git a/app/[locale]/(protected)/forms/input/source-code.ts b/src/app/[locale]/(protected)/forms/input/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/forms/input/source-code.ts
rename to src/app/[locale]/(protected)/forms/input/source-code.ts
diff --git a/app/[locale]/(protected)/forms/layout.tsx b/src/app/[locale]/(protected)/forms/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/layout.tsx
rename to src/app/[locale]/(protected)/forms/layout.tsx
diff --git a/app/[locale]/(protected)/forms/radio/basic-radio.tsx b/src/app/[locale]/(protected)/forms/radio/basic-radio.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/radio/basic-radio.tsx
rename to src/app/[locale]/(protected)/forms/radio/basic-radio.tsx
diff --git a/app/[locale]/(protected)/forms/radio/color-radio.tsx b/src/app/[locale]/(protected)/forms/radio/color-radio.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/radio/color-radio.tsx
rename to src/app/[locale]/(protected)/forms/radio/color-radio.tsx
diff --git a/app/[locale]/(protected)/forms/radio/layout.tsx b/src/app/[locale]/(protected)/forms/radio/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/radio/layout.tsx
rename to src/app/[locale]/(protected)/forms/radio/layout.tsx
diff --git a/app/[locale]/(protected)/forms/radio/page.tsx b/src/app/[locale]/(protected)/forms/radio/page.tsx
similarity index 83%
rename from app/[locale]/(protected)/forms/radio/page.tsx
rename to src/app/[locale]/(protected)/forms/radio/page.tsx
index f65c168e..36e5ecd4 100644
--- a/app/[locale]/(protected)/forms/radio/page.tsx
+++ b/src/app/[locale]/(protected)/forms/radio/page.tsx
@@ -1,10 +1,10 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicRadio from "./basic-radio";
import ColorRadio from "./color-radio";
import SizesRadio from "./sizes-radio";
import RadioGroupOptionsArray from "./radio-group-array";
import { basicRadio, colorRadio, radioGroupArray, sizesRadio } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const RadioPage = () => {
return (
diff --git a/app/[locale]/(protected)/forms/radio/radio-group-array.tsx b/src/app/[locale]/(protected)/forms/radio/radio-group-array.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/radio/radio-group-array.tsx
rename to src/app/[locale]/(protected)/forms/radio/radio-group-array.tsx
diff --git a/app/[locale]/(protected)/forms/radio/sizes-radio.tsx b/src/app/[locale]/(protected)/forms/radio/sizes-radio.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/radio/sizes-radio.tsx
rename to src/app/[locale]/(protected)/forms/radio/sizes-radio.tsx
diff --git a/app/[locale]/(protected)/forms/radio/source-code.ts b/src/app/[locale]/(protected)/forms/radio/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/forms/radio/source-code.ts
rename to src/app/[locale]/(protected)/forms/radio/source-code.ts
diff --git a/app/[locale]/(protected)/forms/react-select/basic-select.tsx b/src/app/[locale]/(protected)/forms/react-select/basic-select.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/react-select/basic-select.tsx
rename to src/app/[locale]/(protected)/forms/react-select/basic-select.tsx
diff --git a/app/[locale]/(protected)/forms/react-select/layout.tsx b/src/app/[locale]/(protected)/forms/react-select/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/react-select/layout.tsx
rename to src/app/[locale]/(protected)/forms/react-select/layout.tsx
diff --git a/app/[locale]/(protected)/forms/react-select/page.tsx b/src/app/[locale]/(protected)/forms/react-select/page.tsx
similarity index 77%
rename from app/[locale]/(protected)/forms/react-select/page.tsx
rename to src/app/[locale]/(protected)/forms/react-select/page.tsx
index e10fb5ab..771cedb7 100644
--- a/app/[locale]/(protected)/forms/react-select/page.tsx
+++ b/src/app/[locale]/(protected)/forms/react-select/page.tsx
@@ -1,8 +1,8 @@
"use client";
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import ReactSelectOption from "./react-select-options";
import BasicSelect from "./basic-select";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const ReactSelectPage = () => {
diff --git a/app/[locale]/(protected)/forms/react-select/react-select-options.tsx b/src/app/[locale]/(protected)/forms/react-select/react-select-options.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/react-select/react-select-options.tsx
rename to src/app/[locale]/(protected)/forms/react-select/react-select-options.tsx
diff --git a/app/[locale]/(protected)/forms/select/basic-select.tsx b/src/app/[locale]/(protected)/forms/select/basic-select.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/select/basic-select.tsx
rename to src/app/[locale]/(protected)/forms/select/basic-select.tsx
diff --git a/app/[locale]/(protected)/forms/select/color-select.tsx b/src/app/[locale]/(protected)/forms/select/color-select.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/select/color-select.tsx
rename to src/app/[locale]/(protected)/forms/select/color-select.tsx
diff --git a/app/[locale]/(protected)/forms/select/controlled-select.tsx b/src/app/[locale]/(protected)/forms/select/controlled-select.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/select/controlled-select.tsx
rename to src/app/[locale]/(protected)/forms/select/controlled-select.tsx
diff --git a/app/[locale]/(protected)/forms/select/layout.tsx b/src/app/[locale]/(protected)/forms/select/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/select/layout.tsx
rename to src/app/[locale]/(protected)/forms/select/layout.tsx
diff --git a/app/[locale]/(protected)/forms/select/page.tsx b/src/app/[locale]/(protected)/forms/select/page.tsx
similarity index 86%
rename from app/[locale]/(protected)/forms/select/page.tsx
rename to src/app/[locale]/(protected)/forms/select/page.tsx
index d72f3def..d0ccd7cb 100644
--- a/app/[locale]/(protected)/forms/select/page.tsx
+++ b/src/app/[locale]/(protected)/forms/select/page.tsx
@@ -1,11 +1,11 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicSelect from "./basic-select";
import ControlledSelect from "./controlled-select";
import ColorSelect from "./color-select";
import SizesSelect from "./size-select";
import SelectScrollable from "./scrollable-select";
import { basicSelect,controlledSelect,colorSelect, sizeSelect, scrollableSelect } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const SelectPage = () => {
return (
diff --git a/app/[locale]/(protected)/forms/select/scrollable-select.tsx b/src/app/[locale]/(protected)/forms/select/scrollable-select.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/select/scrollable-select.tsx
rename to src/app/[locale]/(protected)/forms/select/scrollable-select.tsx
diff --git a/app/[locale]/(protected)/forms/select/size-select.tsx b/src/app/[locale]/(protected)/forms/select/size-select.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/select/size-select.tsx
rename to src/app/[locale]/(protected)/forms/select/size-select.tsx
diff --git a/app/[locale]/(protected)/forms/select/source-code.ts b/src/app/[locale]/(protected)/forms/select/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/forms/select/source-code.ts
rename to src/app/[locale]/(protected)/forms/select/source-code.ts
diff --git a/app/[locale]/(protected)/forms/slider/basic-slider.tsx b/src/app/[locale]/(protected)/forms/slider/basic-slider.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/slider/basic-slider.tsx
rename to src/app/[locale]/(protected)/forms/slider/basic-slider.tsx
diff --git a/app/[locale]/(protected)/forms/slider/layout.tsx b/src/app/[locale]/(protected)/forms/slider/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/slider/layout.tsx
rename to src/app/[locale]/(protected)/forms/slider/layout.tsx
diff --git a/app/[locale]/(protected)/forms/slider/page.tsx b/src/app/[locale]/(protected)/forms/slider/page.tsx
similarity index 63%
rename from app/[locale]/(protected)/forms/slider/page.tsx
rename to src/app/[locale]/(protected)/forms/slider/page.tsx
index 65c3a266..a8e74b21 100644
--- a/app/[locale]/(protected)/forms/slider/page.tsx
+++ b/src/app/[locale]/(protected)/forms/slider/page.tsx
@@ -1,7 +1,7 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicSlider from "./basic-slider";
import { basicSlider } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const SliderPage = () => {
return (
diff --git a/app/[locale]/(protected)/forms/slider/source-code.ts b/src/app/[locale]/(protected)/forms/slider/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/forms/slider/source-code.ts
rename to src/app/[locale]/(protected)/forms/slider/source-code.ts
diff --git a/app/[locale]/(protected)/forms/switch/basic-switch.tsx b/src/app/[locale]/(protected)/forms/switch/basic-switch.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/switch/basic-switch.tsx
rename to src/app/[locale]/(protected)/forms/switch/basic-switch.tsx
diff --git a/app/[locale]/(protected)/forms/switch/color-switch.tsx b/src/app/[locale]/(protected)/forms/switch/color-switch.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/switch/color-switch.tsx
rename to src/app/[locale]/(protected)/forms/switch/color-switch.tsx
diff --git a/app/[locale]/(protected)/forms/switch/layout.tsx b/src/app/[locale]/(protected)/forms/switch/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/switch/layout.tsx
rename to src/app/[locale]/(protected)/forms/switch/layout.tsx
diff --git a/app/[locale]/(protected)/forms/switch/page.tsx b/src/app/[locale]/(protected)/forms/switch/page.tsx
similarity index 85%
rename from app/[locale]/(protected)/forms/switch/page.tsx
rename to src/app/[locale]/(protected)/forms/switch/page.tsx
index c6e6666e..398b3f93 100644
--- a/app/[locale]/(protected)/forms/switch/page.tsx
+++ b/src/app/[locale]/(protected)/forms/switch/page.tsx
@@ -1,11 +1,11 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicSwitch from "./basic-switch";
import ColorSwitch from "./color-switch";
import SwitchSize from "./switch-size";
import SwitchWithBadge from "./switch-with-badge";
import SwitchWithIcon from "./switch-with-icon";
import { basicSwitch, colorSwitch, switchSize, switchWithBadge, switchWithIcon } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const SwitchPage = () => {
return (
diff --git a/app/[locale]/(protected)/forms/switch/source-code.ts b/src/app/[locale]/(protected)/forms/switch/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/forms/switch/source-code.ts
rename to src/app/[locale]/(protected)/forms/switch/source-code.ts
diff --git a/app/[locale]/(protected)/forms/switch/switch-size.tsx b/src/app/[locale]/(protected)/forms/switch/switch-size.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/switch/switch-size.tsx
rename to src/app/[locale]/(protected)/forms/switch/switch-size.tsx
diff --git a/app/[locale]/(protected)/forms/switch/switch-with-badge.tsx b/src/app/[locale]/(protected)/forms/switch/switch-with-badge.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/switch/switch-with-badge.tsx
rename to src/app/[locale]/(protected)/forms/switch/switch-with-badge.tsx
diff --git a/app/[locale]/(protected)/forms/switch/switch-with-icon.tsx b/src/app/[locale]/(protected)/forms/switch/switch-with-icon.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/switch/switch-with-icon.tsx
rename to src/app/[locale]/(protected)/forms/switch/switch-with-icon.tsx
diff --git a/app/[locale]/(protected)/forms/textarea/basic-textarea.tsx b/src/app/[locale]/(protected)/forms/textarea/basic-textarea.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/textarea/basic-textarea.tsx
rename to src/app/[locale]/(protected)/forms/textarea/basic-textarea.tsx
diff --git a/app/[locale]/(protected)/forms/textarea/colors-textarea.tsx b/src/app/[locale]/(protected)/forms/textarea/colors-textarea.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/textarea/colors-textarea.tsx
rename to src/app/[locale]/(protected)/forms/textarea/colors-textarea.tsx
diff --git a/app/[locale]/(protected)/forms/textarea/displayed-rows.tsx b/src/app/[locale]/(protected)/forms/textarea/displayed-rows.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/textarea/displayed-rows.tsx
rename to src/app/[locale]/(protected)/forms/textarea/displayed-rows.tsx
diff --git a/app/[locale]/(protected)/forms/textarea/horizontal-label.tsx b/src/app/[locale]/(protected)/forms/textarea/horizontal-label.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/textarea/horizontal-label.tsx
rename to src/app/[locale]/(protected)/forms/textarea/horizontal-label.tsx
diff --git a/app/[locale]/(protected)/forms/textarea/layout.tsx b/src/app/[locale]/(protected)/forms/textarea/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/forms/textarea/layout.tsx
rename to src/app/[locale]/(protected)/forms/textarea/layout.tsx
diff --git a/app/[locale]/(protected)/forms/textarea/page.tsx b/src/app/[locale]/(protected)/forms/textarea/page.tsx
similarity index 84%
rename from app/[locale]/(protected)/forms/textarea/page.tsx
rename to src/app/[locale]/(protected)/forms/textarea/page.tsx
index be1b89a7..504b71c9 100644
--- a/app/[locale]/(protected)/forms/textarea/page.tsx
+++ b/src/app/[locale]/(protected)/forms/textarea/page.tsx
@@ -1,10 +1,10 @@
-import Card from "@/components/code-snippet";
+import Card from "@/components/ui/structures/code-snippet";
import BasicTextarea from "./basic-textarea";
import DisplayedRows from "./displayed-rows";
import ColorsTextarea from "./colors-textarea";
import HorizontalLabel from "./horizontal-label";
import { basicTextarea, colorsTextarea, displayedRows, horizontalLabel } from "./source-code";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const TextareaPage = () => {
return (
diff --git a/app/[locale]/(protected)/forms/textarea/source-code.ts b/src/app/[locale]/(protected)/forms/textarea/source-code.ts
similarity index 100%
rename from app/[locale]/(protected)/forms/textarea/source-code.ts
rename to src/app/[locale]/(protected)/forms/textarea/source-code.ts
diff --git a/app/[locale]/(protected)/icons/layout.tsx b/src/app/[locale]/(protected)/icons/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/icons/layout.tsx
rename to src/app/[locale]/(protected)/icons/layout.tsx
diff --git a/app/[locale]/(protected)/icons/page.tsx b/src/app/[locale]/(protected)/icons/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/icons/page.tsx
rename to src/app/[locale]/(protected)/icons/page.tsx
index 6cb8e404..2d30a270 100644
--- a/app/[locale]/(protected)/icons/page.tsx
+++ b/src/app/[locale]/(protected)/icons/page.tsx
@@ -1,5 +1,5 @@
import { Link } from '@/i18n/routing';
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Icon } from "@/components/ui/icon";
import {
diff --git a/src/app/[locale]/(protected)/layout.tsx b/src/app/[locale]/(protected)/layout.tsx
new file mode 100644
index 00000000..03aab422
--- /dev/null
+++ b/src/app/[locale]/(protected)/layout.tsx
@@ -0,0 +1,23 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+import MountedProvider from "/providers/mounted.provider";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+
+
+
+
+
+ {children}
+
+
+
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(protected)/maps/constant.ts b/src/app/[locale]/(protected)/maps/constant.ts
similarity index 100%
rename from app/[locale]/(protected)/maps/constant.ts
rename to src/app/[locale]/(protected)/maps/constant.ts
diff --git a/app/[locale]/(protected)/maps/layout.tsx b/src/app/[locale]/(protected)/maps/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/layout.tsx
rename to src/app/[locale]/(protected)/maps/layout.tsx
diff --git a/app/[locale]/(protected)/maps/maps-leaflet/basic-map.tsx b/src/app/[locale]/(protected)/maps/maps-leaflet/basic-map.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-leaflet/basic-map.tsx
rename to src/app/[locale]/(protected)/maps/maps-leaflet/basic-map.tsx
diff --git a/app/[locale]/(protected)/maps/maps-leaflet/ecomp.json b/src/app/[locale]/(protected)/maps/maps-leaflet/ecomp.json
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-leaflet/ecomp.json
rename to src/app/[locale]/(protected)/maps/maps-leaflet/ecomp.json
diff --git a/app/[locale]/(protected)/maps/maps-leaflet/geo-json.tsx b/src/app/[locale]/(protected)/maps/maps-leaflet/geo-json.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-leaflet/geo-json.tsx
rename to src/app/[locale]/(protected)/maps/maps-leaflet/geo-json.tsx
diff --git a/app/[locale]/(protected)/maps/maps-leaflet/layer-groups.tsx b/src/app/[locale]/(protected)/maps/maps-leaflet/layer-groups.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-leaflet/layer-groups.tsx
rename to src/app/[locale]/(protected)/maps/maps-leaflet/layer-groups.tsx
diff --git a/app/[locale]/(protected)/maps/maps-leaflet/layout.tsx b/src/app/[locale]/(protected)/maps/maps-leaflet/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-leaflet/layout.tsx
rename to src/app/[locale]/(protected)/maps/maps-leaflet/layout.tsx
diff --git a/app/[locale]/(protected)/maps/maps-leaflet/location-marker-map.tsx b/src/app/[locale]/(protected)/maps/maps-leaflet/location-marker-map.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-leaflet/location-marker-map.tsx
rename to src/app/[locale]/(protected)/maps/maps-leaflet/location-marker-map.tsx
diff --git a/app/[locale]/(protected)/maps/maps-leaflet/page.tsx b/src/app/[locale]/(protected)/maps/maps-leaflet/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-leaflet/page.tsx
rename to src/app/[locale]/(protected)/maps/maps-leaflet/page.tsx
diff --git a/app/[locale]/(protected)/maps/maps-leaflet/popup-marker-map.tsx b/src/app/[locale]/(protected)/maps/maps-leaflet/popup-marker-map.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-leaflet/popup-marker-map.tsx
rename to src/app/[locale]/(protected)/maps/maps-leaflet/popup-marker-map.tsx
diff --git a/app/[locale]/(protected)/maps/maps-leaflet/seg.json b/src/app/[locale]/(protected)/maps/maps-leaflet/seg.json
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-leaflet/seg.json
rename to src/app/[locale]/(protected)/maps/maps-leaflet/seg.json
diff --git a/app/[locale]/(protected)/maps/maps-leaflet/svg-map.tsx b/src/app/[locale]/(protected)/maps/maps-leaflet/svg-map.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-leaflet/svg-map.tsx
rename to src/app/[locale]/(protected)/maps/maps-leaflet/svg-map.tsx
diff --git a/app/[locale]/(protected)/maps/maps-leaflet/vector-layers.tsx b/src/app/[locale]/(protected)/maps/maps-leaflet/vector-layers.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-leaflet/vector-layers.tsx
rename to src/app/[locale]/(protected)/maps/maps-leaflet/vector-layers.tsx
diff --git a/app/[locale]/(protected)/maps/maps-vector/events-map.tsx b/src/app/[locale]/(protected)/maps/maps-vector/events-map.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-vector/events-map.tsx
rename to src/app/[locale]/(protected)/maps/maps-vector/events-map.tsx
diff --git a/app/[locale]/(protected)/maps/maps-vector/layer-links.tsx b/src/app/[locale]/(protected)/maps/maps-vector/layer-links.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-vector/layer-links.tsx
rename to src/app/[locale]/(protected)/maps/maps-vector/layer-links.tsx
diff --git a/app/[locale]/(protected)/maps/maps-vector/layout.tsx b/src/app/[locale]/(protected)/maps/maps-vector/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-vector/layout.tsx
rename to src/app/[locale]/(protected)/maps/maps-vector/layout.tsx
diff --git a/app/[locale]/(protected)/maps/maps-vector/page.tsx b/src/app/[locale]/(protected)/maps/maps-vector/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-vector/page.tsx
rename to src/app/[locale]/(protected)/maps/maps-vector/page.tsx
diff --git a/app/[locale]/(protected)/maps/maps-vector/selecting-layers.tsx b/src/app/[locale]/(protected)/maps/maps-vector/selecting-layers.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-vector/selecting-layers.tsx
rename to src/app/[locale]/(protected)/maps/maps-vector/selecting-layers.tsx
diff --git a/app/[locale]/(protected)/maps/maps-vector/styled-map.tsx b/src/app/[locale]/(protected)/maps/maps-vector/styled-map.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-vector/styled-map.tsx
rename to src/app/[locale]/(protected)/maps/maps-vector/styled-map.tsx
diff --git a/app/[locale]/(protected)/maps/maps-vector/vectore-map.tsx b/src/app/[locale]/(protected)/maps/maps-vector/vectore-map.tsx
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-vector/vectore-map.tsx
rename to src/app/[locale]/(protected)/maps/maps-vector/vectore-map.tsx
diff --git a/app/[locale]/(protected)/maps/maps-vector/worldmap.json b/src/app/[locale]/(protected)/maps/maps-vector/worldmap.json
similarity index 100%
rename from app/[locale]/(protected)/maps/maps-vector/worldmap.json
rename to src/app/[locale]/(protected)/maps/maps-vector/worldmap.json
diff --git a/app/[locale]/(protected)/notifications/components/columns.tsx b/src/app/[locale]/(protected)/notifications/components/columns.tsx
similarity index 97%
rename from app/[locale]/(protected)/notifications/components/columns.tsx
rename to src/app/[locale]/(protected)/notifications/components/columns.tsx
index 3838aaf3..211aeba2 100644
--- a/app/[locale]/(protected)/notifications/components/columns.tsx
+++ b/src/app/[locale]/(protected)/notifications/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -12,7 +12,7 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
const columns: ColumnDef[] = [
{
diff --git a/app/[locale]/(protected)/notifications/components/notifications-table.tsx b/src/app/[locale]/(protected)/notifications/components/notifications-table.tsx
similarity index 98%
rename from app/[locale]/(protected)/notifications/components/notifications-table.tsx
rename to src/app/[locale]/(protected)/notifications/components/notifications-table.tsx
index 05fda5df..2ede0de7 100644
--- a/app/[locale]/(protected)/notifications/components/notifications-table.tsx
+++ b/src/app/[locale]/(protected)/notifications/components/notifications-table.tsx
@@ -2,7 +2,7 @@
import React, { useState, useEffect } from "react";
import { Button } from "@/components/ui/button";
-import { getNotifications } from "@/service/notifications/notifications";
+import { getNotifications } from "@/lib/services/notifications/notifications";
import {
CalendarCheck,
CheckCheck,
diff --git a/app/[locale]/(protected)/notifications/layout.tsx b/src/app/[locale]/(protected)/notifications/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/notifications/layout.tsx
rename to src/app/[locale]/(protected)/notifications/layout.tsx
diff --git a/app/[locale]/(protected)/notifications/page.tsx b/src/app/[locale]/(protected)/notifications/page.tsx
similarity index 87%
rename from app/[locale]/(protected)/notifications/page.tsx
rename to src/app/[locale]/(protected)/notifications/page.tsx
index 3558a409..c9d3137b 100644
--- a/app/[locale]/(protected)/notifications/page.tsx
+++ b/src/app/[locale]/(protected)/notifications/page.tsx
@@ -1,8 +1,8 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { Plus } from "lucide-react";
import { Button } from "@/components/ui/button";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import BlogTable from "../contributor/blog/components/blog-table";
import NotificationsTable from "./components/notifications-table";
diff --git a/app/[locale]/(protected)/shared/communication/collaboration/components/collabroation-table.tsx b/src/app/[locale]/(protected)/shared/communication/collaboration/components/collabroation-table.tsx
similarity index 96%
rename from app/[locale]/(protected)/shared/communication/collaboration/components/collabroation-table.tsx
rename to src/app/[locale]/(protected)/shared/communication/collaboration/components/collabroation-table.tsx
index 49ed6524..74dfe406 100644
--- a/app/[locale]/(protected)/shared/communication/collaboration/components/collabroation-table.tsx
+++ b/src/app/[locale]/(protected)/shared/communication/collaboration/components/collabroation-table.tsx
@@ -37,7 +37,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuCheckboxItem,
@@ -49,22 +49,22 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
import {
listDataAudio,
listDataImage,
listDataVideo,
-} from "@/service/content/content";
+} from "@/lib/services/content/content";
import {
getTicketingCollaborationPagination,
getTicketingEscalationPagination,
listTicketingInternal,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import useTableColumns from "./columns";
const CollaborationTable = () => {
diff --git a/app/[locale]/(protected)/shared/communication/collaboration/components/columns.tsx b/src/app/[locale]/(protected)/shared/communication/collaboration/components/columns.tsx
similarity index 98%
rename from app/[locale]/(protected)/shared/communication/collaboration/components/columns.tsx
rename to src/app/[locale]/(protected)/shared/communication/collaboration/components/columns.tsx
index d4a1f3cc..6e2829f2 100644
--- a/app/[locale]/(protected)/shared/communication/collaboration/components/columns.tsx
+++ b/src/app/[locale]/(protected)/shared/communication/collaboration/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
diff --git a/app/[locale]/(protected)/shared/communication/collaboration/create/page.tsx b/src/app/[locale]/(protected)/shared/communication/collaboration/create/page.tsx
similarity index 57%
rename from app/[locale]/(protected)/shared/communication/collaboration/create/page.tsx
rename to src/app/[locale]/(protected)/shared/communication/collaboration/create/page.tsx
index 259779ac..de77e97b 100644
--- a/app/[locale]/(protected)/shared/communication/collaboration/create/page.tsx
+++ b/src/app/[locale]/(protected)/shared/communication/collaboration/create/page.tsx
@@ -1,5 +1,5 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormCollaboration from "@/components/form/communication/collaboration-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormCollaboration from "@/components/features/form/communication/collaboration-form";
const CollaborationCreatePage = () => {
return (
diff --git a/app/[locale]/(protected)/supervisor/communications/collaboration/detail/[id]/component/users-card.tsx b/src/app/[locale]/(protected)/shared/communication/collaboration/detail/[id]/component/users-card.tsx
similarity index 98%
rename from app/[locale]/(protected)/supervisor/communications/collaboration/detail/[id]/component/users-card.tsx
rename to src/app/[locale]/(protected)/shared/communication/collaboration/detail/[id]/component/users-card.tsx
index 53c2db0c..beef6fdc 100644
--- a/app/[locale]/(protected)/supervisor/communications/collaboration/detail/[id]/component/users-card.tsx
+++ b/src/app/[locale]/(protected)/shared/communication/collaboration/detail/[id]/component/users-card.tsx
@@ -8,7 +8,7 @@ import { Separator } from "@/components/ui/separator";
import {
getCuratorUser,
saveCollaborationTeams,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
import { close, loading } from "@/config/swal";
diff --git a/app/[locale]/(protected)/shared/communication/collaboration/detail/[id]/page.tsx b/src/app/[locale]/(protected)/shared/communication/collaboration/detail/[id]/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/shared/communication/collaboration/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/shared/communication/collaboration/detail/[id]/page.tsx
index 9d755830..51e6eb99 100644
--- a/app/[locale]/(protected)/shared/communication/collaboration/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/shared/communication/collaboration/detail/[id]/page.tsx
@@ -10,19 +10,19 @@ import {
getCuratorUser,
getTicketCollaborationTeams,
saveCollabDiscussion,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import {
getLocaleTimestamp,
htmlToString,
textEllipsis,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { useParams } from "next/navigation";
import { stringify } from "querystring";
import { useEffect, useState } from "react";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import UsersCard from "./component/users-card";
export default function CollaborationPage() {
diff --git a/app/[locale]/(protected)/shared/communication/escalation/components/columns.tsx b/src/app/[locale]/(protected)/shared/communication/escalation/components/columns.tsx
similarity index 97%
rename from app/[locale]/(protected)/shared/communication/escalation/components/columns.tsx
rename to src/app/[locale]/(protected)/shared/communication/escalation/components/columns.tsx
index a3a32011..44891efa 100644
--- a/app/[locale]/(protected)/shared/communication/escalation/components/columns.tsx
+++ b/src/app/[locale]/(protected)/shared/communication/escalation/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -12,7 +12,7 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useTranslations } from "next-intl";
const useTableColumns = () => {
diff --git a/app/[locale]/(protected)/shared/communication/escalation/components/escalation-table.tsx b/src/app/[locale]/(protected)/shared/communication/escalation/components/escalation-table.tsx
similarity index 96%
rename from app/[locale]/(protected)/shared/communication/escalation/components/escalation-table.tsx
rename to src/app/[locale]/(protected)/shared/communication/escalation/components/escalation-table.tsx
index a2d87137..3a5d8c2b 100644
--- a/app/[locale]/(protected)/shared/communication/escalation/components/escalation-table.tsx
+++ b/src/app/[locale]/(protected)/shared/communication/escalation/components/escalation-table.tsx
@@ -37,7 +37,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuCheckboxItem,
@@ -49,21 +49,21 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
import {
listDataAudio,
listDataImage,
listDataVideo,
-} from "@/service/content/content";
+} from "@/lib/services/content/content";
import {
getTicketingEscalationPagination,
listTicketingInternal,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import useTableColumns from "./columns";
const EscalationTable = () => {
diff --git a/src/app/[locale]/(protected)/shared/communication/escalation/detail/[id]/page.tsx b/src/app/[locale]/(protected)/shared/communication/escalation/detail/[id]/page.tsx
new file mode 100644
index 00000000..5c9ea385
--- /dev/null
+++ b/src/app/[locale]/(protected)/shared/communication/escalation/detail/[id]/page.tsx
@@ -0,0 +1,19 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormTaskDetail from "@/components/features/form/task/task-detail-form";
+import FormDetailInternal from "@/components/features/form/communication/internal-detail-form";
+import FormDetailEscalation from "@/components/features/form/communication/escalation-detail-form";
+
+const EscalationDetailPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default EscalationDetailPage;
diff --git a/app/[locale]/(protected)/shared/communication/internal/components/columns.tsx b/src/app/[locale]/(protected)/shared/communication/internal/components/columns.tsx
similarity index 97%
rename from app/[locale]/(protected)/shared/communication/internal/components/columns.tsx
rename to src/app/[locale]/(protected)/shared/communication/internal/components/columns.tsx
index d6d5c81c..75ebd711 100644
--- a/app/[locale]/(protected)/shared/communication/internal/components/columns.tsx
+++ b/src/app/[locale]/(protected)/shared/communication/internal/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -12,7 +12,7 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useTranslations } from "next-intl";
const useTableColumns = () => {
diff --git a/app/[locale]/(protected)/shared/communication/internal/components/internal-table.tsx b/src/app/[locale]/(protected)/shared/communication/internal/components/internal-table.tsx
similarity index 95%
rename from app/[locale]/(protected)/shared/communication/internal/components/internal-table.tsx
rename to src/app/[locale]/(protected)/shared/communication/internal/components/internal-table.tsx
index d7656e7d..cc1538e6 100644
--- a/app/[locale]/(protected)/shared/communication/internal/components/internal-table.tsx
+++ b/src/app/[locale]/(protected)/shared/communication/internal/components/internal-table.tsx
@@ -38,7 +38,7 @@ import {
TrendingUp,
UploadIcon,
} from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuCheckboxItem,
@@ -50,19 +50,19 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
import {
listDataAudio,
listDataImage,
listDataVideo,
-} from "@/service/content/content";
-import { listTicketingInternal } from "@/service/communication/communication";
-import { Link } from "@/components/navigation";
+} from "@/lib/services/content/content";
+import { listTicketingInternal } from "@/lib/services/communication/communication";
+import { Link } from "@/components/ui/structures/navigation";
import useTableColumns from "./columns";
const InternalTable = () => {
diff --git a/app/[locale]/(protected)/shared/communication/internal/create/page.tsx b/src/app/[locale]/(protected)/shared/communication/internal/create/page.tsx
similarity index 57%
rename from app/[locale]/(protected)/shared/communication/internal/create/page.tsx
rename to src/app/[locale]/(protected)/shared/communication/internal/create/page.tsx
index b66787ed..13a0ef48 100644
--- a/app/[locale]/(protected)/shared/communication/internal/create/page.tsx
+++ b/src/app/[locale]/(protected)/shared/communication/internal/create/page.tsx
@@ -1,5 +1,5 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormInternal from "@/components/form/communication/internal-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormInternal from "@/components/features/form/communication/internal-form";
const InternalCreatePage = () => {
return (
diff --git a/src/app/[locale]/(protected)/shared/communication/internal/detail/[id]/page.tsx b/src/app/[locale]/(protected)/shared/communication/internal/detail/[id]/page.tsx
new file mode 100644
index 00000000..0bddd866
--- /dev/null
+++ b/src/app/[locale]/(protected)/shared/communication/internal/detail/[id]/page.tsx
@@ -0,0 +1,18 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormTaskDetail from "@/components/features/form/task/task-detail-form";
+import FormDetailInternal from "@/components/features/form/communication/internal-detail-form";
+
+const InternalDetailPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default InternalDetailPage;
diff --git a/src/app/[locale]/(protected)/shared/communication/internal/update/[id]/page.tsx b/src/app/[locale]/(protected)/shared/communication/internal/update/[id]/page.tsx
new file mode 100644
index 00000000..0617a398
--- /dev/null
+++ b/src/app/[locale]/(protected)/shared/communication/internal/update/[id]/page.tsx
@@ -0,0 +1,19 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormTaskDetail from "@/components/features/form/task/task-detail-form";
+import FormDetailInternal from "@/components/features/form/communication/internal-detail-form";
+import FormEditInternal from "@/components/features/form/communication/internal-edit-form";
+
+const InternalUpdatePage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default InternalUpdatePage;
diff --git a/app/[locale]/(protected)/shared/communication/layout.tsx b/src/app/[locale]/(protected)/shared/communication/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/shared/communication/layout.tsx
rename to src/app/[locale]/(protected)/shared/communication/layout.tsx
diff --git a/app/[locale]/(protected)/shared/communication/page.tsx b/src/app/[locale]/(protected)/shared/communication/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/shared/communication/page.tsx
rename to src/app/[locale]/(protected)/shared/communication/page.tsx
index ae1ec63a..8f256e29 100644
--- a/app/[locale]/(protected)/shared/communication/page.tsx
+++ b/src/app/[locale]/(protected)/shared/communication/page.tsx
@@ -1,7 +1,7 @@
"use client";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import CollaborationTable from "./collaboration/components/collabroation-table";
import EscalationTable from "./escalation/components/escalation-table";
diff --git a/app/[locale]/(protected)/shared/contest/components/columns.tsx b/src/app/[locale]/(protected)/shared/contest/components/columns.tsx
similarity index 96%
rename from app/[locale]/(protected)/shared/contest/components/columns.tsx
rename to src/app/[locale]/(protected)/shared/contest/components/columns.tsx
index 58967acb..31b096e8 100644
--- a/app/[locale]/(protected)/shared/contest/components/columns.tsx
+++ b/src/app/[locale]/(protected)/shared/contest/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2, Upload } from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuContent,
@@ -12,12 +12,12 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import withReactContent from "sweetalert2-react-content";
import Swal from "sweetalert2";
import { error } from "@/lib/swal";
-import { deleteMedia } from "@/service/content/content";
-import { publishContest } from "@/service/contest/contest";
+import { deleteMedia } from "@/lib/services/content/content";
+import { publishContest } from "@/lib/services/contest/contest";
import { useTranslations } from "next-intl";
const useTableColumns = () => {
diff --git a/app/[locale]/(protected)/shared/contest/components/contest-table.tsx b/src/app/[locale]/(protected)/shared/contest/components/contest-table.tsx
similarity index 98%
rename from app/[locale]/(protected)/shared/contest/components/contest-table.tsx
rename to src/app/[locale]/(protected)/shared/contest/components/contest-table.tsx
index 80ef2fcc..17703a11 100644
--- a/app/[locale]/(protected)/shared/contest/components/contest-table.tsx
+++ b/src/app/[locale]/(protected)/shared/contest/components/contest-table.tsx
@@ -40,9 +40,9 @@ import {
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
-import { listContest } from "@/service/contest/contest";
+import { listContest } from "@/lib/services/contest/contest";
import useTableColumns from "./columns";
import {
DropdownMenu,
diff --git a/app/[locale]/(protected)/shared/contest/create/page.tsx b/src/app/[locale]/(protected)/shared/contest/create/page.tsx
similarity index 54%
rename from app/[locale]/(protected)/shared/contest/create/page.tsx
rename to src/app/[locale]/(protected)/shared/contest/create/page.tsx
index a5dc7d1e..296a60c6 100644
--- a/app/[locale]/(protected)/shared/contest/create/page.tsx
+++ b/src/app/[locale]/(protected)/shared/contest/create/page.tsx
@@ -1,7 +1,7 @@
import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
-import FormContestDetail from "@/components/form/contest/contest-detail-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormContestDetail from "@/components/features/form/contest/contest-detail-form";
const ContestDetailPage = async () => {
return (
diff --git a/app/[locale]/(protected)/shared/contest/detail/[id]/page.tsx b/src/app/[locale]/(protected)/shared/contest/detail/[id]/page.tsx
similarity index 54%
rename from app/[locale]/(protected)/shared/contest/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/shared/contest/detail/[id]/page.tsx
index a5dc7d1e..296a60c6 100644
--- a/app/[locale]/(protected)/shared/contest/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/shared/contest/detail/[id]/page.tsx
@@ -1,7 +1,7 @@
import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTask from "@/components/form/task/task-form";
-import FormContestDetail from "@/components/form/contest/contest-detail-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormContestDetail from "@/components/features/form/contest/contest-detail-form";
const ContestDetailPage = async () => {
return (
diff --git a/app/[locale]/(protected)/shared/contest/layout.tsx b/src/app/[locale]/(protected)/shared/contest/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/shared/contest/layout.tsx
rename to src/app/[locale]/(protected)/shared/contest/layout.tsx
diff --git a/app/[locale]/(protected)/shared/contest/page.tsx b/src/app/[locale]/(protected)/shared/contest/page.tsx
similarity index 89%
rename from app/[locale]/(protected)/shared/contest/page.tsx
rename to src/app/[locale]/(protected)/shared/contest/page.tsx
index 10dcbfbf..3240529c 100644
--- a/app/[locale]/(protected)/shared/contest/page.tsx
+++ b/src/app/[locale]/(protected)/shared/contest/page.tsx
@@ -1,12 +1,12 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import ContestTable from "./components/contest-table";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { Button } from "@/components/ui/button";
import { UploadIcon } from "lucide-react";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { useEffect, useState } from "react";
import { useTranslations } from "next-intl";
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-penugasan/audio-visual.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-penugasan/audio-visual.tsx
similarity index 94%
rename from app/[locale]/(protected)/shared/curated-content/giat-penugasan/audio-visual.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-penugasan/audio-visual.tsx
index b6936baa..a0d3fc4d 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-penugasan/audio-visual.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-penugasan/audio-visual.tsx
@@ -1,5 +1,5 @@
"use client";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import {
Carousel,
CarouselContent,
@@ -7,8 +7,8 @@ import {
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
-import { getListContent } from "@/service/landing/landing";
-import { formatDateToIndonesian, generateLocalizedPath } from "@/utils/globals";
+import { getListContent } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian, generateLocalizedPath } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { useParams, usePathname, useRouter } from "next/navigation";
import React, { Component, useEffect, useState } from "react";
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-penugasan/audio.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-penugasan/audio.tsx
similarity index 96%
rename from app/[locale]/(protected)/shared/curated-content/giat-penugasan/audio.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-penugasan/audio.tsx
index a95e3750..c7165387 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-penugasan/audio.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-penugasan/audio.tsx
@@ -1,5 +1,5 @@
"use client";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import {
Carousel,
CarouselContent,
@@ -7,12 +7,12 @@ import {
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
-import { getListContent } from "@/service/landing/landing";
+import { getListContent } from "@/lib/services/landing/landing";
import {
formatDateToIndonesian,
generateLocalizedPath,
textEllipsis,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { useParams, usePathname, useRouter } from "next/navigation";
import React, { Component, useEffect, useState } from "react";
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-penugasan/image.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-penugasan/image.tsx
similarity index 94%
rename from app/[locale]/(protected)/shared/curated-content/giat-penugasan/image.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-penugasan/image.tsx
index 54e823fd..ef39f038 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-penugasan/image.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-penugasan/image.tsx
@@ -1,5 +1,5 @@
"use client";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import {
Carousel,
CarouselContent,
@@ -7,12 +7,12 @@ import {
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
-import { getListContent } from "@/service/landing/landing";
+import { getListContent } from "@/lib/services/landing/landing";
import {
formatDateToIndonesian,
generateLocalizedPath,
textEllipsis,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { useParams, usePathname, useRouter } from "next/navigation";
import React, { Component, useEffect, useState } from "react";
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-penugasan/teks.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-penugasan/teks.tsx
similarity index 97%
rename from app/[locale]/(protected)/shared/curated-content/giat-penugasan/teks.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-penugasan/teks.tsx
index 3eda793a..710ccb3d 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-penugasan/teks.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-penugasan/teks.tsx
@@ -1,5 +1,5 @@
"use client";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import {
Carousel,
CarouselContent,
@@ -7,12 +7,12 @@ import {
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
-import { getListContent } from "@/service/landing/landing";
+import { getListContent } from "@/lib/services/landing/landing";
import {
formatDateToIndonesian,
generateLocalizedPath,
textEllipsis,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { useParams, usePathname, useRouter } from "next/navigation";
import React, { Component, useEffect, useState } from "react";
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/all/audio.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/all/audio.tsx
similarity index 96%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/audio/all/audio.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/all/audio.tsx
index 59a9759c..d933ae6f 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/all/audio.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/all/audio.tsx
@@ -1,5 +1,5 @@
"use client";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import {
Carousel,
CarouselContent,
@@ -7,13 +7,13 @@ import {
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
-import { listCuratedContent } from "@/service/curated-content/curated-content";
-import { getListContent } from "@/service/landing/landing";
+import { listCuratedContent } from "@/lib/services/curated-content/curated-content";
+import { getListContent } from "@/lib/services/landing/landing";
import {
formatDateToIndonesian,
generateLocalizedPath,
textEllipsis,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { useParams, usePathname, useRouter } from "next/navigation";
import React, { Component, useEffect, useState } from "react";
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/all/page.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/all/page.tsx
similarity index 91%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/audio/all/page.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/all/page.tsx
index a98d9b75..b3cef272 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/all/page.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/all/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent } from "@/components/ui/card";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { Rows, Search, UploadIcon } from "lucide-react";
@@ -12,14 +12,14 @@ import {
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
-import { Link } from "@/components/navigation";
-import { formatDateToIndonesian, generateLocalizedPath } from "@/utils/globals";
+import { Link } from "@/components/ui/structures/navigation";
+import { formatDateToIndonesian, generateLocalizedPath } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { locale } from "dayjs";
import { useEffect, useState } from "react";
-import { getListContent } from "@/service/landing/landing";
+import { getListContent } from "@/lib/services/landing/landing";
import ContestTable from "../../../../contest/components/contest-table";
-import AudioSliderPage from "../../audio/audio";
+import AudioSliderPage from "../audio";
import TeksSliderPage from "../../document/teks";
import ImageSliderPage from "../../image/image";
import VideoSliderPage from "../../video/audio-visual";
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/audio.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/audio.tsx
similarity index 96%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/audio/audio.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/audio.tsx
index c56a5010..61d1765c 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/audio.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/audio.tsx
@@ -1,5 +1,5 @@
"use client";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { Card } from "@/components/ui/card";
import {
Carousel,
@@ -8,13 +8,13 @@ import {
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
-import { listCuratedContent } from "@/service/curated-content/curated-content";
-import { getListContent } from "@/service/landing/landing";
+import { listCuratedContent } from "@/lib/services/curated-content/curated-content";
+import { getListContent } from "@/lib/services/landing/landing";
import {
formatDateToIndonesian,
generateLocalizedPath,
textEllipsis,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { hasData } from "jquery";
import { useParams, usePathname, useRouter } from "next/navigation";
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/detail/[id]/page.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/detail/[id]/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/audio/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/detail/[id]/page.tsx
index be92bda4..af17bfce 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/audio/detail/[id]/page.tsx
@@ -19,7 +19,7 @@ import {
} from "@/components/ui/select";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import Cookies from "js-cookie";
-import { postBlog } from "@/service/blog/blog";
+import { postBlog } from "@/lib/services/blog/blog";
import { Textarea } from "@/components/ui/textarea";
import {
DotSquare,
@@ -34,7 +34,7 @@ import {
detailMedia,
getMediaCurationMessage,
saveMediaCurationMessage,
-} from "@/service/curated-content/curated-content";
+} from "@/lib/services/curated-content/curated-content";
import { Swiper, SwiperSlide } from "swiper/react";
import "swiper/css";
import "swiper/css/free-mode";
@@ -50,8 +50,8 @@ import WaveSurfer from "wavesurfer.js";
import { Icon } from "@iconify/react/dist/iconify.js";
import { Checkbox } from "@/components/ui/checkbox";
import { Badge } from "@/components/ui/badge";
-import { htmlToString } from "@/utils/globals";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { htmlToString } from "@/lib/utils/globals";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { loading } from "@/lib/swal";
import { formatDate } from "@fullcalendar/core/index.js";
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/document/all/page.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/document/all/page.tsx
similarity index 94%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/document/all/page.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/document/all/page.tsx
index 8fab4905..3ed92cfc 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-routine/document/all/page.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/document/all/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent } from "@/components/ui/card";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { Rows, Search, UploadIcon } from "lucide-react";
@@ -12,15 +12,15 @@ import {
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
-import { Link } from "@/components/navigation";
-import { formatDateToIndonesian, generateLocalizedPath } from "@/utils/globals";
+import { Link } from "@/components/ui/structures/navigation";
+import { formatDateToIndonesian, generateLocalizedPath } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { locale } from "dayjs";
import { useEffect, useState } from "react";
-import { getListContent } from "@/service/landing/landing";
+import { getListContent } from "@/lib/services/landing/landing";
import ContestTable from "../../../../contest/components/contest-table";
import AudioSliderPage from "../../audio/audio";
-import TeksSliderPage from "../../document/teks";
+import TeksSliderPage from "../teks";
import ImageSliderPage from "../../image/image";
import VideoSliderPage from "../../video/audio-visual";
import TeksAll from "./teks";
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/document/all/teks.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/document/all/teks.tsx
similarity index 96%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/document/all/teks.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/document/all/teks.tsx
index 28ff6077..1815591b 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-routine/document/all/teks.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/document/all/teks.tsx
@@ -1,5 +1,5 @@
"use client";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import {
Carousel,
CarouselContent,
@@ -7,13 +7,13 @@ import {
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
-import { listCuratedContent } from "@/service/curated-content/curated-content";
-import { getListContent } from "@/service/landing/landing";
+import { listCuratedContent } from "@/lib/services/curated-content/curated-content";
+import { getListContent } from "@/lib/services/landing/landing";
import {
formatDateToIndonesian,
generateLocalizedPath,
textEllipsis,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { useParams, usePathname, useRouter } from "next/navigation";
import React, { Component, useEffect, useState } from "react";
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/document/detail/[id]/page.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/document/detail/[id]/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/document/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/document/detail/[id]/page.tsx
index aa44f862..6b73919b 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-routine/document/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/document/detail/[id]/page.tsx
@@ -19,7 +19,7 @@ import {
} from "@/components/ui/select";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import Cookies from "js-cookie";
-import { postBlog } from "@/service/blog/blog";
+import { postBlog } from "@/lib/services/blog/blog";
import { Textarea } from "@/components/ui/textarea";
import {
DotSquare,
@@ -33,7 +33,7 @@ import {
detailMedia,
getMediaCurationMessage,
saveMediaCurationMessage,
-} from "@/service/curated-content/curated-content";
+} from "@/lib/services/curated-content/curated-content";
import { Swiper, SwiperSlide } from "swiper/react";
import "swiper/css";
import "swiper/css/free-mode";
@@ -47,10 +47,10 @@ import { Avatar, AvatarImage } from "@/components/ui/avatar";
import JoditEditor from "jodit-react";
import { Badge } from "@/components/ui/badge";
import { Checkbox } from "@/components/ui/checkbox";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import { loading } from "@/lib/swal";
import { formatDate } from "@fullcalendar/core/index.js";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
const detailSchema = z.object({
title: z.string().min(1, { message: "Judul diperlukan" }),
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/document/teks.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/document/teks.tsx
similarity index 97%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/document/teks.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/document/teks.tsx
index 30d7fe91..a6ce1a87 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-routine/document/teks.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/document/teks.tsx
@@ -1,5 +1,5 @@
"use client";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { Card } from "@/components/ui/card";
import {
Carousel,
@@ -8,13 +8,13 @@ import {
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
-import { listCuratedContent } from "@/service/curated-content/curated-content";
-import { getListContent } from "@/service/landing/landing";
+import { listCuratedContent } from "@/lib/services/curated-content/curated-content";
+import { getListContent } from "@/lib/services/landing/landing";
import {
formatDateToIndonesian,
generateLocalizedPath,
textEllipsis,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { useParams, usePathname, useRouter } from "next/navigation";
import React, { Component, useEffect, useState } from "react";
diff --git a/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/accept-assignment/[id]/page.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/accept-assignment/[id]/page.tsx
new file mode 100644
index 00000000..aceabd13
--- /dev/null
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/accept-assignment/[id]/page.tsx
@@ -0,0 +1,19 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTaskTa from "@/components/features/form/task-ta/task-ta-form";
+import FormAskExpert from "@/components/features/form/shared/ask-expert-form";
+import FormDoItYourself from "@/components/features/form/shared/do-it-yourself-form";
+import FormAcceptAssignment from "@/components/features/form/shared/accept-assignment-form";
+
+const AcceptAssignmentPage = () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default AcceptAssignmentPage;
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/image/accept-assignment/detail/[id]/page.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/accept-assignment/detail/[id]/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/image/accept-assignment/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/accept-assignment/detail/[id]/page.tsx
index ba706f8b..a2971c93 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-routine/image/accept-assignment/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/accept-assignment/detail/[id]/page.tsx
@@ -19,7 +19,7 @@ import {
} from "@/components/ui/select";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import Cookies from "js-cookie";
-import { postBlog } from "@/service/blog/blog";
+import { postBlog } from "@/lib/services/blog/blog";
import { Textarea } from "@/components/ui/textarea";
import {
DotSquare,
@@ -33,7 +33,7 @@ import {
detailMedia,
getMediaCurationMessage,
saveMediaCurationMessage,
-} from "@/service/curated-content/curated-content";
+} from "@/lib/services/curated-content/curated-content";
import { Swiper, SwiperSlide } from "swiper/react";
import "swiper/css";
import "swiper/css/free-mode";
@@ -45,16 +45,16 @@ import "swiper/css/navigation";
import { FreeMode, Navigation, Pagination, Thumbs } from "swiper/modules";
import { Avatar, AvatarImage } from "@/components/ui/avatar";
import { Badge } from "@/components/ui/badge";
-import { listData } from "@/service/landing/landing";
+import { listData } from "@/lib/services/landing/landing";
import {
createAssignmentResponse,
deleteAssignmentResponse,
getAssignmentResponseList,
-} from "@/service/task";
-import { getCookiesDecrypt } from "@/lib/utils";
+} from "@/lib/services/task";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { close, loading } from "@/lib/swal";
import { Checkbox } from "@/components/ui/checkbox";
-import { formatDateToIndonesian, htmlToString } from "@/utils/globals";
+import { formatDateToIndonesian, htmlToString } from "@/lib/utils/globals";
import { Link } from "@/i18n/routing";
import { useTranslations } from "next-intl";
import { Icon } from "@/components/ui/icon";
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/image/all/page.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/all/page.tsx
similarity index 90%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/image/all/page.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/all/page.tsx
index fadfb64c..392f3722 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-routine/image/all/page.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/all/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent } from "@/components/ui/card";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { Rows, Search, UploadIcon } from "lucide-react";
@@ -12,16 +12,16 @@ import {
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
-import { Link } from "@/components/navigation";
-import { formatDateToIndonesian, generateLocalizedPath } from "@/utils/globals";
+import { Link } from "@/components/ui/structures/navigation";
+import { formatDateToIndonesian, generateLocalizedPath } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { locale } from "dayjs";
import { useEffect, useState } from "react";
-import { getListContent } from "@/service/landing/landing";
+import { getListContent } from "@/lib/services/landing/landing";
import ContestTable from "../../../../contest/components/contest-table";
import AudioSliderPage from "../../audio/audio";
import TeksSliderPage from "../../document/teks";
-import ImageSliderPage from "../../image/image";
+import ImageSliderPage from "../image";
import VideoSliderPage from "../../video/audio-visual";
const ImageAllPage = () => {
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/image/ask-the-expert/[id]/page.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/ask-the-expert/[id]/page.tsx
similarity index 54%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/image/ask-the-expert/[id]/page.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/ask-the-expert/[id]/page.tsx
index 9e117862..296b96f7 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-routine/image/ask-the-expert/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/ask-the-expert/[id]/page.tsx
@@ -1,7 +1,7 @@
import { Card, CardContent } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormTaskTa from "@/components/form/task-ta/task-ta-form";
-import FormAskExpert from "@/components/form/shared/ask-expert-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTaskTa from "@/components/features/form/task-ta/task-ta-form";
+import FormAskExpert from "@/components/features/form/shared/ask-expert-form";
const AskExpertCreatePage = () => {
return (
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/image/detail/[id]/page.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/detail/[id]/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/image/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/detail/[id]/page.tsx
index 53e3f216..f4404145 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-routine/image/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/detail/[id]/page.tsx
@@ -19,7 +19,7 @@ import {
} from "@/components/ui/select";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import Cookies from "js-cookie";
-import { postBlog } from "@/service/blog/blog";
+import { postBlog } from "@/lib/services/blog/blog";
import { Textarea } from "@/components/ui/textarea";
import {
DotSquare,
@@ -33,7 +33,7 @@ import {
detailMedia,
getMediaCurationMessage,
saveMediaCurationMessage,
-} from "@/service/curated-content/curated-content";
+} from "@/lib/services/curated-content/curated-content";
import { Swiper, SwiperSlide } from "swiper/react";
import "swiper/css";
import "swiper/css/free-mode";
@@ -45,16 +45,16 @@ import "swiper/css/navigation";
import { FreeMode, Navigation, Pagination, Thumbs } from "swiper/modules";
import { Avatar, AvatarImage } from "@/components/ui/avatar";
import { Badge } from "@/components/ui/badge";
-import { listData } from "@/service/landing/landing";
+import { listData } from "@/lib/services/landing/landing";
import {
createAssignmentResponse,
deleteAssignmentResponse,
getAssignmentResponseList,
-} from "@/service/task";
-import { getCookiesDecrypt } from "@/lib/utils";
+} from "@/lib/services/task";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { close, loading } from "@/lib/swal";
import { Checkbox } from "@/components/ui/checkbox";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import { Link } from "@/i18n/routing";
const detailSchema = z.object({
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/image/detail/content-rewrite/page.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/detail/content-rewrite/page.tsx
similarity index 100%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/image/detail/content-rewrite/page.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/detail/content-rewrite/page.tsx
diff --git a/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/do-it-yourself/[id]/page.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/do-it-yourself/[id]/page.tsx
new file mode 100644
index 00000000..839a392a
--- /dev/null
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/do-it-yourself/[id]/page.tsx
@@ -0,0 +1,18 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTaskTa from "@/components/features/form/task-ta/task-ta-form";
+import FormAskExpert from "@/components/features/form/shared/ask-expert-form";
+import FormDoItYourself from "@/components/features/form/shared/do-it-yourself-form";
+
+const DoItYourselfCreatePage = () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default DoItYourselfCreatePage;
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/image/image.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/image.tsx
similarity index 95%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/image/image.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/image.tsx
index ab2bf11b..8db24dc0 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-routine/image/image.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/image/image.tsx
@@ -1,5 +1,5 @@
"use client";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { Button } from "@/components/ui/button";
import { Card, CardContent } from "@/components/ui/card";
import {
@@ -9,10 +9,10 @@ import {
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
-import { getCookiesDecrypt } from "@/lib/utils";
-import { listCuratedContent } from "@/service/curated-content/curated-content";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import { listCuratedContent } from "@/lib/services/curated-content/curated-content";
-import { formatDateToIndonesian } from "@/utils/globals";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { useRouter } from "next/navigation";
import React, { useEffect, useState } from "react";
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/video/all/page.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/video/all/page.tsx
similarity index 95%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/video/all/page.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/video/all/page.tsx
index ba27969d..f45a7a37 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-routine/video/all/page.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/video/all/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent } from "@/components/ui/card";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { Rows, Search, UploadIcon } from "lucide-react";
@@ -12,12 +12,12 @@ import {
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
-import { Link } from "@/components/navigation";
-import { formatDateToIndonesian, generateLocalizedPath } from "@/utils/globals";
+import { Link } from "@/components/ui/structures/navigation";
+import { formatDateToIndonesian, generateLocalizedPath } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { locale } from "dayjs";
import { useEffect, useState } from "react";
-import { getListContent } from "@/service/landing/landing";
+import { getListContent } from "@/lib/services/landing/landing";
import ContestTable from "../../../../contest/components/contest-table";
import AudioSliderPage from "../../audio/audio";
import TeksSliderPage from "../../document/teks";
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/video/audio-visual.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/video/audio-visual.tsx
similarity index 93%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/video/audio-visual.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/video/audio-visual.tsx
index a18b8c41..0f1b12bd 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-routine/video/audio-visual.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/video/audio-visual.tsx
@@ -1,5 +1,5 @@
"use client";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { Button } from "@/components/ui/button";
import { Card, CardContent } from "@/components/ui/card";
import {
@@ -10,9 +10,9 @@ import {
CarouselPrevious,
} from "@/components/ui/carousel";
import { Label } from "@/components/ui/label";
-import { listCuratedContent } from "@/service/curated-content/curated-content";
-import { getListContent } from "@/service/landing/landing";
-import { formatDateToIndonesian } from "@/utils/globals";
+import { listCuratedContent } from "@/lib/services/curated-content/curated-content";
+import { getListContent } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import image from "next/image";
import React, { useEffect, useState } from "react";
diff --git a/app/[locale]/(protected)/shared/curated-content/giat-routine/video/detail/[id]/page.tsx b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/video/detail/[id]/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/shared/curated-content/giat-routine/video/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/giat-routine/video/detail/[id]/page.tsx
index 871c2268..312c11c2 100644
--- a/app/[locale]/(protected)/shared/curated-content/giat-routine/video/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/giat-routine/video/detail/[id]/page.tsx
@@ -19,7 +19,7 @@ import {
} from "@/components/ui/select";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import Cookies from "js-cookie";
-import { postBlog } from "@/service/blog/blog";
+import { postBlog } from "@/lib/services/blog/blog";
import { Textarea } from "@/components/ui/textarea";
import {
DotSquare,
@@ -33,7 +33,7 @@ import {
detailMedia,
getMediaCurationMessage,
saveMediaCurationMessage,
-} from "@/service/curated-content/curated-content";
+} from "@/lib/services/curated-content/curated-content";
import { Swiper, SwiperSlide } from "swiper/react";
import "swiper/css";
import "swiper/css/free-mode";
@@ -45,10 +45,10 @@ import "swiper/css/navigation";
import { FreeMode, Navigation, Pagination, Thumbs } from "swiper/modules";
import { Avatar, AvatarImage } from "@/components/ui/avatar";
import { Badge } from "@/components/ui/badge";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { formatDate } from "@fullcalendar/core/index.js";
import { loading } from "@/lib/swal";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import { Checkbox } from "@/components/ui/checkbox";
const detailSchema = z.object({
diff --git a/app/[locale]/(protected)/shared/curated-content/layout.tsx b/src/app/[locale]/(protected)/shared/curated-content/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/shared/curated-content/layout.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/layout.tsx
diff --git a/app/[locale]/(protected)/shared/curated-content/page.tsx b/src/app/[locale]/(protected)/shared/curated-content/page.tsx
similarity index 96%
rename from app/[locale]/(protected)/shared/curated-content/page.tsx
rename to src/app/[locale]/(protected)/shared/curated-content/page.tsx
index 4fc82841..a874b5cd 100644
--- a/app/[locale]/(protected)/shared/curated-content/page.tsx
+++ b/src/app/[locale]/(protected)/shared/curated-content/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent } from "@/components/ui/card";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { ArrowRight, Rows, Search, UploadIcon } from "lucide-react";
@@ -12,12 +12,12 @@ import {
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
-import { Link } from "@/components/navigation";
-import { formatDateToIndonesian, generateLocalizedPath } from "@/utils/globals";
+import { Link } from "@/components/ui/structures/navigation";
+import { formatDateToIndonesian, generateLocalizedPath } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { locale } from "dayjs";
import { useEffect, useState } from "react";
-import { getListContent } from "@/service/landing/landing";
+import { getListContent } from "@/lib/services/landing/landing";
import GiatRoutine from "./giat-routine/video/audio-visual";
import VideoSliderPage from "./giat-routine/video/audio-visual";
import AudioSliderPage from "./giat-routine/audio/audio";
diff --git a/app/[locale]/(protected)/supervisor/communications/account-report/components/column.tsx b/src/app/[locale]/(protected)/supervisor/communications/account-report/components/column.tsx
similarity index 98%
rename from app/[locale]/(protected)/supervisor/communications/account-report/components/column.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/account-report/components/column.tsx
index dce71a9b..8a189efe 100644
--- a/app/[locale]/(protected)/supervisor/communications/account-report/components/column.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/account-report/components/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
diff --git a/app/[locale]/(protected)/supervisor/communications/account-report/components/table.tsx b/src/app/[locale]/(protected)/supervisor/communications/account-report/components/table.tsx
similarity index 96%
rename from app/[locale]/(protected)/supervisor/communications/account-report/components/table.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/account-report/components/table.tsx
index 6e067967..76ae7b9e 100644
--- a/app/[locale]/(protected)/supervisor/communications/account-report/components/table.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/account-report/components/table.tsx
@@ -37,7 +37,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuCheckboxItem,
@@ -51,12 +51,12 @@ import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
-import { getFaqList } from "@/service/master/faq";
+import TablePagination from "@/components/features/table/table-pagination";
+import { getFaqList } from "@/lib/services/master/faq";
import columns from "./column";
-import { getUserReportsPagination } from "@/service/communication/report-account";
+import { getUserReportsPagination } from "@/lib/services/communication/report-account";
import { Card, CardContent } from "@/components/ui/card";
-import { StatisticsBlock } from "@/components/blocks/statistics-block";
+import { StatisticsBlock } from "@/components/features/blocks/statistics-block";
const ReportTable = () => {
const router = useRouter();
diff --git a/src/app/[locale]/(protected)/supervisor/communications/account-report/detail/[id]/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/account-report/detail/[id]/page.tsx
new file mode 100644
index 00000000..eccc415d
--- /dev/null
+++ b/src/app/[locale]/(protected)/supervisor/communications/account-report/detail/[id]/page.tsx
@@ -0,0 +1,17 @@
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormBlogDetail from "@/components/features/form/blog/blog--detail-form";
+import FormSurveyDetailPage from "@/components/features/form/survey/survey-detail";
+import FormAccountReport from "@/components/features/form/account-report/account-report-form";
+
+const AccountReportDetailPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default AccountReportDetailPage;
diff --git a/app/[locale]/(protected)/supervisor/communications/account-report/layout.tsx b/src/app/[locale]/(protected)/supervisor/communications/account-report/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/supervisor/communications/account-report/layout.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/account-report/layout.tsx
diff --git a/app/[locale]/(protected)/supervisor/communications/account-report/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/account-report/page.tsx
similarity index 81%
rename from app/[locale]/(protected)/supervisor/communications/account-report/page.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/account-report/page.tsx
index 0177f94e..f0b6c811 100644
--- a/app/[locale]/(protected)/supervisor/communications/account-report/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/account-report/page.tsx
@@ -1,9 +1,9 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import FaqTable from "./components/table";
import { Button } from "@/components/ui/button";
import { Plus } from "lucide-react";
-import { StatisticsBlock } from "@/components/blocks/statistics-block";
+import { StatisticsBlock } from "@/components/features/blocks/statistics-block";
import ReportTable from "./components/table";
const FaqPage = async () => {
diff --git a/app/[locale]/(protected)/supervisor/communications/collaboration/components/collabroation-table.tsx b/src/app/[locale]/(protected)/supervisor/communications/collaboration/components/collabroation-table.tsx
similarity index 95%
rename from app/[locale]/(protected)/supervisor/communications/collaboration/components/collabroation-table.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/collaboration/components/collabroation-table.tsx
index 3827d234..6307e9a1 100644
--- a/app/[locale]/(protected)/supervisor/communications/collaboration/components/collabroation-table.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/collaboration/components/collabroation-table.tsx
@@ -36,7 +36,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuContent,
@@ -47,22 +47,22 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
import {
listDataAudio,
listDataImage,
listDataVideo,
-} from "@/service/content/content";
+} from "@/lib/services/content/content";
import {
getTicketingCollaborationPagination,
getTicketingEscalationPagination,
listTicketingInternal,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
const CollaborationSpvTable = () => {
const router = useRouter();
diff --git a/app/[locale]/(protected)/supervisor/communications/collaboration/components/columns.tsx b/src/app/[locale]/(protected)/supervisor/communications/collaboration/components/columns.tsx
similarity index 98%
rename from app/[locale]/(protected)/supervisor/communications/collaboration/components/columns.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/collaboration/components/columns.tsx
index 9cf8f573..b06655a8 100644
--- a/app/[locale]/(protected)/supervisor/communications/collaboration/components/columns.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/collaboration/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
diff --git a/app/[locale]/(protected)/supervisor/communications/collaboration/create/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/collaboration/create/page.tsx
similarity index 57%
rename from app/[locale]/(protected)/supervisor/communications/collaboration/create/page.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/collaboration/create/page.tsx
index 259779ac..de77e97b 100644
--- a/app/[locale]/(protected)/supervisor/communications/collaboration/create/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/collaboration/create/page.tsx
@@ -1,5 +1,5 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormCollaboration from "@/components/form/communication/collaboration-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormCollaboration from "@/components/features/form/communication/collaboration-form";
const CollaborationCreatePage = () => {
return (
diff --git a/app/[locale]/(protected)/shared/communication/collaboration/detail/[id]/component/users-card.tsx b/src/app/[locale]/(protected)/supervisor/communications/collaboration/detail/[id]/component/users-card.tsx
similarity index 98%
rename from app/[locale]/(protected)/shared/communication/collaboration/detail/[id]/component/users-card.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/collaboration/detail/[id]/component/users-card.tsx
index 53c2db0c..beef6fdc 100644
--- a/app/[locale]/(protected)/shared/communication/collaboration/detail/[id]/component/users-card.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/collaboration/detail/[id]/component/users-card.tsx
@@ -8,7 +8,7 @@ import { Separator } from "@/components/ui/separator";
import {
getCuratorUser,
saveCollaborationTeams,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
import { close, loading } from "@/config/swal";
diff --git a/app/[locale]/(protected)/supervisor/communications/collaboration/detail/[id]/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/collaboration/detail/[id]/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/supervisor/communications/collaboration/detail/[id]/page.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/collaboration/detail/[id]/page.tsx
index d0553fac..a923beff 100644
--- a/app/[locale]/(protected)/supervisor/communications/collaboration/detail/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/collaboration/detail/[id]/page.tsx
@@ -10,19 +10,19 @@ import {
getCuratorUser,
getTicketCollaborationTeams,
saveCollabDiscussion,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import {
getLocaleTimestamp,
htmlToString,
textEllipsis,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { useParams } from "next/navigation";
import { stringify } from "querystring";
import { useEffect, useState } from "react";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import UsersCard from "./component/users-card";
export default function CollaborationPage() {
diff --git a/app/[locale]/(protected)/supervisor/communications/collaboration/layout.tsx b/src/app/[locale]/(protected)/supervisor/communications/collaboration/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/supervisor/communications/collaboration/layout.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/collaboration/layout.tsx
diff --git a/app/[locale]/(protected)/supervisor/communications/collaboration/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/collaboration/page.tsx
similarity index 83%
rename from app/[locale]/(protected)/supervisor/communications/collaboration/page.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/collaboration/page.tsx
index 889b11bc..358a3366 100644
--- a/app/[locale]/(protected)/supervisor/communications/collaboration/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/collaboration/page.tsx
@@ -1,8 +1,8 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Plus, PlusIcon } from "lucide-react";
import { Link } from "@/i18n/routing";
-import CollaborationSpvTable from "../collaboration/components/collabroation-table";
+import CollaborationSpvTable from "./components/collabroation-table";
const FaqPage = async () => {
return (
diff --git a/app/[locale]/(protected)/supervisor/communications/contact/components/columns.tsx b/src/app/[locale]/(protected)/supervisor/communications/contact/components/columns.tsx
similarity index 97%
rename from app/[locale]/(protected)/supervisor/communications/contact/components/columns.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/contact/components/columns.tsx
index ff72d9ff..b5f052b2 100644
--- a/app/[locale]/(protected)/supervisor/communications/contact/components/columns.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/contact/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -12,7 +12,7 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
const columns: ColumnDef[] = [
{
diff --git a/app/[locale]/(protected)/supervisor/communications/contact/components/contact-table.tsx b/src/app/[locale]/(protected)/supervisor/communications/contact/components/contact-table.tsx
similarity index 95%
rename from app/[locale]/(protected)/supervisor/communications/contact/components/contact-table.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/contact/components/contact-table.tsx
index 733cd1ff..6490700c 100644
--- a/app/[locale]/(protected)/supervisor/communications/contact/components/contact-table.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/contact/components/contact-table.tsx
@@ -37,7 +37,7 @@ import {
TrendingUp,
UploadIcon,
} from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuContent,
@@ -48,19 +48,19 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
import {
listDataAudio,
listDataImage,
listDataVideo,
-} from "@/service/content/content";
-import { listTicketingInternal } from "@/service/communication/communication";
-import { Link } from "@/components/navigation";
+} from "@/lib/services/content/content";
+import { listTicketingInternal } from "@/lib/services/communication/communication";
+import { Link } from "@/components/ui/structures/navigation";
import { Card } from "nextra-theme-docs";
import { CardContent } from "@/components/ui/card";
diff --git a/app/[locale]/(protected)/supervisor/communications/contact/create/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/contact/create/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/supervisor/communications/contact/create/page.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/contact/create/page.tsx
index ef2beaf4..50ecb15c 100644
--- a/app/[locale]/(protected)/supervisor/communications/contact/create/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/contact/create/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import {
Form,
@@ -30,7 +30,7 @@ import {
getListExperiences,
saveUserInternal,
saveUserRolePlacements,
-} from "@/service/management-user/management-user";
+} from "@/lib/services/management-user/management-user";
import { loading } from "@/config/swal";
import { Label } from "@/components/ui/label";
diff --git a/app/[locale]/(protected)/supervisor/communications/contact/import-contact/components/columns.tsx b/src/app/[locale]/(protected)/supervisor/communications/contact/import-contact/components/columns.tsx
similarity index 97%
rename from app/[locale]/(protected)/supervisor/communications/contact/import-contact/components/columns.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/contact/import-contact/components/columns.tsx
index 28aef6a4..6a409a43 100644
--- a/app/[locale]/(protected)/supervisor/communications/contact/import-contact/components/columns.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/contact/import-contact/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -12,7 +12,7 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
const columns: ColumnDef[] = [
{
diff --git a/app/[locale]/(protected)/supervisor/communications/contact/import-contact/components/contact-table.tsx b/src/app/[locale]/(protected)/supervisor/communications/contact/import-contact/components/contact-table.tsx
similarity index 94%
rename from app/[locale]/(protected)/supervisor/communications/contact/import-contact/components/contact-table.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/contact/import-contact/components/contact-table.tsx
index 4961a02f..a5747c28 100644
--- a/app/[locale]/(protected)/supervisor/communications/contact/import-contact/components/contact-table.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/contact/import-contact/components/contact-table.tsx
@@ -37,7 +37,7 @@ import {
TrendingUp,
UploadIcon,
} from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuContent,
@@ -48,19 +48,19 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
import {
listDataAudio,
listDataImage,
listDataVideo,
-} from "@/service/content/content";
-import { listTicketingInternal } from "@/service/communication/communication";
-import { Link } from "@/components/navigation";
+} from "@/lib/services/content/content";
+import { listTicketingInternal } from "@/lib/services/communication/communication";
+import { Link } from "@/components/ui/structures/navigation";
import { Card } from "nextra-theme-docs";
import { CardContent } from "@/components/ui/card";
diff --git a/app/[locale]/(protected)/supervisor/communications/contact/import-contact/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/contact/import-contact/page.tsx
similarity index 90%
rename from app/[locale]/(protected)/supervisor/communications/contact/import-contact/page.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/contact/import-contact/page.tsx
index cfa1b2d7..ba51b78e 100644
--- a/app/[locale]/(protected)/supervisor/communications/contact/import-contact/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/contact/import-contact/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Link } from "@/i18n/routing";
import { PlusIcon, User } from "lucide-react";
diff --git a/app/[locale]/(protected)/supervisor/communications/contact/layout.tsx b/src/app/[locale]/(protected)/supervisor/communications/contact/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/supervisor/communications/contact/layout.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/contact/layout.tsx
diff --git a/app/[locale]/(protected)/supervisor/communications/contact/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/contact/page.tsx
similarity index 94%
rename from app/[locale]/(protected)/supervisor/communications/contact/page.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/contact/page.tsx
index 0f18abde..4eae4baf 100644
--- a/app/[locale]/(protected)/supervisor/communications/contact/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/contact/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Link } from "@/i18n/routing";
import { PlusIcon, User } from "lucide-react";
diff --git a/src/app/[locale]/(protected)/supervisor/communications/escalation/detail/[id]/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/escalation/detail/[id]/page.tsx
new file mode 100644
index 00000000..196b3bf1
--- /dev/null
+++ b/src/app/[locale]/(protected)/supervisor/communications/escalation/detail/[id]/page.tsx
@@ -0,0 +1,21 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormTaskDetail from "@/components/features/form/task/task-detail-form";
+import FormDetailInternal from "@/components/features/form/communication/internal-detail-form";
+import FormDetailEscalation from "@/components/features/form/communication/escalation-detail-form";
+import FormQuestionsForward from "@/components/features/form/communication/escalation-forward-form";
+import FormQuestionsDetail from "@/components/features/form/communication/escalation-detail-new-form";
+
+const EscalationDetailPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default EscalationDetailPage;
diff --git a/src/app/[locale]/(protected)/supervisor/communications/escalation/forward/[id]/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/escalation/forward/[id]/page.tsx
new file mode 100644
index 00000000..9d04333a
--- /dev/null
+++ b/src/app/[locale]/(protected)/supervisor/communications/escalation/forward/[id]/page.tsx
@@ -0,0 +1,20 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormTaskDetail from "@/components/features/form/task/task-detail-form";
+import FormDetailInternal from "@/components/features/form/communication/internal-detail-form";
+import FormDetailEscalation from "@/components/features/form/communication/escalation-detail-form";
+import FormQuestionsForward from "@/components/features/form/communication/escalation-forward-form";
+
+const EscalationForwardPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default EscalationForwardPage;
diff --git a/app/[locale]/(protected)/supervisor/communications/forward/components/columns.tsx b/src/app/[locale]/(protected)/supervisor/communications/forward/components/columns.tsx
similarity index 96%
rename from app/[locale]/(protected)/supervisor/communications/forward/components/columns.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/forward/components/columns.tsx
index 54e1d2ef..a959f9ad 100644
--- a/app/[locale]/(protected)/supervisor/communications/forward/components/columns.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/forward/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -12,7 +12,7 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
const columns: ColumnDef[] = [
{
diff --git a/app/[locale]/(protected)/supervisor/communications/forward/components/escalation-table.tsx b/src/app/[locale]/(protected)/supervisor/communications/forward/components/escalation-table.tsx
similarity index 95%
rename from app/[locale]/(protected)/supervisor/communications/forward/components/escalation-table.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/forward/components/escalation-table.tsx
index b4bbbaa7..67fc03f5 100644
--- a/app/[locale]/(protected)/supervisor/communications/forward/components/escalation-table.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/forward/components/escalation-table.tsx
@@ -36,7 +36,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuContent,
@@ -47,21 +47,21 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
import {
listDataAudio,
listDataImage,
listDataVideo,
-} from "@/service/content/content";
+} from "@/lib/services/content/content";
import {
getTicketingEscalationPagination,
listTicketingInternal,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
const EscalationTable = () => {
const router = useRouter();
diff --git a/src/app/[locale]/(protected)/supervisor/communications/forward/detail/[id]/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/forward/detail/[id]/page.tsx
new file mode 100644
index 00000000..5c9ea385
--- /dev/null
+++ b/src/app/[locale]/(protected)/supervisor/communications/forward/detail/[id]/page.tsx
@@ -0,0 +1,19 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormTaskDetail from "@/components/features/form/task/task-detail-form";
+import FormDetailInternal from "@/components/features/form/communication/internal-detail-form";
+import FormDetailEscalation from "@/components/features/form/communication/escalation-detail-form";
+
+const EscalationDetailPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default EscalationDetailPage;
diff --git a/app/[locale]/(protected)/supervisor/communications/forward/layout.tsx b/src/app/[locale]/(protected)/supervisor/communications/forward/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/supervisor/communications/forward/layout.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/forward/layout.tsx
diff --git a/app/[locale]/(protected)/supervisor/communications/forward/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/forward/page.tsx
similarity index 88%
rename from app/[locale]/(protected)/supervisor/communications/forward/page.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/forward/page.tsx
index f9507ca5..e63c093c 100644
--- a/app/[locale]/(protected)/supervisor/communications/forward/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/forward/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { Button } from "@/components/ui/button";
import { Plus } from "lucide-react";
diff --git a/app/[locale]/(protected)/supervisor/communications/internal/components/columns.tsx b/src/app/[locale]/(protected)/supervisor/communications/internal/components/columns.tsx
similarity index 97%
rename from app/[locale]/(protected)/supervisor/communications/internal/components/columns.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/internal/components/columns.tsx
index 7b4f6446..d4561c2f 100644
--- a/app/[locale]/(protected)/supervisor/communications/internal/components/columns.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/internal/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -12,7 +12,7 @@ import {
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
const columns: ColumnDef[] = [
{
diff --git a/app/[locale]/(protected)/supervisor/communications/internal/components/internal-table.tsx b/src/app/[locale]/(protected)/supervisor/communications/internal/components/internal-table.tsx
similarity index 94%
rename from app/[locale]/(protected)/supervisor/communications/internal/components/internal-table.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/internal/components/internal-table.tsx
index 3891e8e2..33bcf849 100644
--- a/app/[locale]/(protected)/supervisor/communications/internal/components/internal-table.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/internal/components/internal-table.tsx
@@ -37,7 +37,7 @@ import {
TrendingUp,
UploadIcon,
} from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuContent,
@@ -48,19 +48,19 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
import {
listDataAudio,
listDataImage,
listDataVideo,
-} from "@/service/content/content";
-import { listTicketingInternal } from "@/service/communication/communication";
-import { Link } from "@/components/navigation";
+} from "@/lib/services/content/content";
+import { listTicketingInternal } from "@/lib/services/communication/communication";
+import { Link } from "@/components/ui/structures/navigation";
const InternalSpvTable = () => {
const router = useRouter();
diff --git a/app/[locale]/(protected)/supervisor/communications/internal/create/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/internal/create/page.tsx
similarity index 57%
rename from app/[locale]/(protected)/supervisor/communications/internal/create/page.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/internal/create/page.tsx
index b66787ed..13a0ef48 100644
--- a/app/[locale]/(protected)/supervisor/communications/internal/create/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/internal/create/page.tsx
@@ -1,5 +1,5 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import FormInternal from "@/components/form/communication/internal-form";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormInternal from "@/components/features/form/communication/internal-form";
const InternalCreatePage = () => {
return (
diff --git a/src/app/[locale]/(protected)/supervisor/communications/internal/detail/[id]/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/internal/detail/[id]/page.tsx
new file mode 100644
index 00000000..0bddd866
--- /dev/null
+++ b/src/app/[locale]/(protected)/supervisor/communications/internal/detail/[id]/page.tsx
@@ -0,0 +1,18 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormTaskDetail from "@/components/features/form/task/task-detail-form";
+import FormDetailInternal from "@/components/features/form/communication/internal-detail-form";
+
+const InternalDetailPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default InternalDetailPage;
diff --git a/app/[locale]/(protected)/supervisor/communications/internal/layout.tsx b/src/app/[locale]/(protected)/supervisor/communications/internal/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/supervisor/communications/internal/layout.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/internal/layout.tsx
diff --git a/app/[locale]/(protected)/supervisor/communications/internal/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/internal/page.tsx
similarity index 85%
rename from app/[locale]/(protected)/supervisor/communications/internal/page.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/internal/page.tsx
index 9e447a49..8f5f888b 100644
--- a/app/[locale]/(protected)/supervisor/communications/internal/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/internal/page.tsx
@@ -1,8 +1,8 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { Link } from "@/i18n/routing";
import { PlusIcon } from "lucide-react";
-import InternalSpvTable from "../internal/components/internal-table";
+import InternalSpvTable from "./components/internal-table";
const FaqPage = async () => {
return (
diff --git a/src/app/[locale]/(protected)/supervisor/communications/internal/update/[id]/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/internal/update/[id]/page.tsx
new file mode 100644
index 00000000..0617a398
--- /dev/null
+++ b/src/app/[locale]/(protected)/supervisor/communications/internal/update/[id]/page.tsx
@@ -0,0 +1,19 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormTaskDetail from "@/components/features/form/task/task-detail-form";
+import FormDetailInternal from "@/components/features/form/communication/internal-detail-form";
+import FormEditInternal from "@/components/features/form/communication/internal-edit-form";
+
+const InternalUpdatePage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default InternalUpdatePage;
diff --git a/app/[locale]/(protected)/supervisor/communications/questions/[title]/components/columns.tsx b/src/app/[locale]/(protected)/supervisor/communications/questions/[title]/components/columns.tsx
similarity index 96%
rename from app/[locale]/(protected)/supervisor/communications/questions/[title]/components/columns.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/questions/[title]/components/columns.tsx
index d364193c..796e4a2d 100644
--- a/app/[locale]/(protected)/supervisor/communications/questions/[title]/components/columns.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/questions/[title]/components/columns.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -14,10 +14,10 @@ import { Badge } from "@/components/ui/badge";
import { format } from "date-fns";
import { Link, usePathname, useRouter } from "@/i18n/routing";
import { useToast } from "@/components/ui/use-toast";
-import { deleteDataFAQ } from "@/service/settings/settings";
+import { deleteDataFAQ } from "@/lib/services/settings/settings";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
-import { deleteQuestion } from "@/service/communication/communication";
+import { deleteQuestion } from "@/lib/services/communication/communication";
const columns: ColumnDef[] = [
{
diff --git a/app/[locale]/(protected)/supervisor/communications/questions/[title]/components/questions-table.tsx b/src/app/[locale]/(protected)/supervisor/communications/questions/[title]/components/questions-table.tsx
similarity index 96%
rename from app/[locale]/(protected)/supervisor/communications/questions/[title]/components/questions-table.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/questions/[title]/components/questions-table.tsx
index 98efd8e3..e6b61e75 100644
--- a/app/[locale]/(protected)/supervisor/communications/questions/[title]/components/questions-table.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/questions/[title]/components/questions-table.tsx
@@ -36,7 +36,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuContent,
@@ -47,22 +47,22 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useParams, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
import {
listDataAudio,
listDataImage,
listDataVideo,
-} from "@/service/content/content";
+} from "@/lib/services/content/content";
import {
getQuestionPagination,
getTicketingEscalationPagination,
listTicketingInternal,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import { usePathname, useRouter } from "@/i18n/routing";
interface statisticType {
diff --git a/app/[locale]/(protected)/supervisor/communications/questions/[title]/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/questions/[title]/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/supervisor/communications/questions/[title]/page.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/questions/[title]/page.tsx
index 6d5d7f86..1170362a 100644
--- a/app/[locale]/(protected)/supervisor/communications/questions/[title]/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/questions/[title]/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Link } from "@/i18n/routing";
import { Icon } from "@iconify/react/dist/iconify.js";
import QuestionsTable from "./components/questions-table";
diff --git a/app/[locale]/(protected)/supervisor/communications/questions/components/column.tsx b/src/app/[locale]/(protected)/supervisor/communications/questions/components/column.tsx
similarity index 97%
rename from app/[locale]/(protected)/supervisor/communications/questions/components/column.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/questions/components/column.tsx
index ee7f653b..4055cb28 100644
--- a/app/[locale]/(protected)/supervisor/communications/questions/components/column.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/questions/components/column.tsx
@@ -10,7 +10,7 @@ import {
SquarePen,
Trash2,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
diff --git a/app/[locale]/(protected)/supervisor/communications/questions/components/table.tsx b/src/app/[locale]/(protected)/supervisor/communications/questions/components/table.tsx
similarity index 97%
rename from app/[locale]/(protected)/supervisor/communications/questions/components/table.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/questions/components/table.tsx
index b8a5f027..2b4077f6 100644
--- a/app/[locale]/(protected)/supervisor/communications/questions/components/table.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/questions/components/table.tsx
@@ -36,7 +36,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -47,8 +47,8 @@ import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
-import { getFaqList } from "@/service/master/faq";
+import TablePagination from "@/components/features/table/table-pagination";
+import { getFaqList } from "@/lib/services/master/faq";
import columns from "./column";
const FaqTable = () => {
diff --git a/app/[locale]/(protected)/supervisor/communications/questions/layout.tsx b/src/app/[locale]/(protected)/supervisor/communications/questions/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/supervisor/communications/questions/layout.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/questions/layout.tsx
diff --git a/app/[locale]/(protected)/supervisor/communications/questions/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/questions/page.tsx
similarity index 94%
rename from app/[locale]/(protected)/supervisor/communications/questions/page.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/questions/page.tsx
index 8ba136f7..b8c4d01e 100644
--- a/app/[locale]/(protected)/supervisor/communications/questions/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/questions/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import FaqTable from "./components/table";
import { Button } from "@/components/ui/button";
diff --git a/src/app/[locale]/(protected)/supervisor/communications/questions/reply/[id]/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/questions/reply/[id]/page.tsx
new file mode 100644
index 00000000..0cdecefd
--- /dev/null
+++ b/src/app/[locale]/(protected)/supervisor/communications/questions/reply/[id]/page.tsx
@@ -0,0 +1,20 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormTaskDetail from "@/components/features/form/task/task-detail-form";
+import FormDetailInternal from "@/components/features/form/communication/internal-detail-form";
+import FormDetailTicketing from "@/components/features/form/ticketing/ticketing-detail-form";
+import FormQuestionsReply from "@/components/features/form/communication/questions-reply-form";
+
+const QuestionsReplyPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default QuestionsReplyPage;
diff --git a/app/[locale]/(protected)/supervisor/communications/web-chat/page.tsx b/src/app/[locale]/(protected)/supervisor/communications/web-chat/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/supervisor/communications/web-chat/page.tsx
rename to src/app/[locale]/(protected)/supervisor/communications/web-chat/page.tsx
index 687c615f..e529245b 100644
--- a/app/[locale]/(protected)/supervisor/communications/web-chat/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/communications/web-chat/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Card, CardContent } from "@/components/ui/card";
import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
diff --git a/app/[locale]/(protected)/supervisor/faq/components/column.tsx b/src/app/[locale]/(protected)/supervisor/faq/components/column.tsx
similarity index 95%
rename from app/[locale]/(protected)/supervisor/faq/components/column.tsx
rename to src/app/[locale]/(protected)/supervisor/faq/components/column.tsx
index 42fb7831..357aec27 100644
--- a/app/[locale]/(protected)/supervisor/faq/components/column.tsx
+++ b/src/app/[locale]/(protected)/supervisor/faq/components/column.tsx
@@ -8,7 +8,7 @@ import { Badge } from "@/components/ui/badge";
import { Link, useRouter } from "@/i18n/routing";
import { error } from "@/config/swal";
-import { deleteCategory, deleteDataFAQ } from "@/service/settings/settings";
+import { deleteCategory, deleteDataFAQ } from "@/lib/services/settings/settings";
import { useToast } from "@/components/ui/use-toast";
import {
@@ -17,7 +17,7 @@ import {
MenubarMenu,
MenubarTrigger,
} from "@/components/ui/menubar";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import EditSpvFAQModal from "./edit";
const columns: ColumnDef[] = [
diff --git a/app/[locale]/(protected)/supervisor/faq/components/create.tsx b/src/app/[locale]/(protected)/supervisor/faq/components/create.tsx
similarity index 99%
rename from app/[locale]/(protected)/supervisor/faq/components/create.tsx
rename to src/app/[locale]/(protected)/supervisor/faq/components/create.tsx
index a5af317c..0b1fb71d 100644
--- a/app/[locale]/(protected)/supervisor/faq/components/create.tsx
+++ b/src/app/[locale]/(protected)/supervisor/faq/components/create.tsx
@@ -26,7 +26,7 @@ import {
getUserRoles,
postCategory,
postDataFAQ,
-} from "@/service/settings/settings";
+} from "@/lib/services/settings/settings";
import { useState } from "react";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import { Textarea } from "@/components/ui/textarea";
diff --git a/app/[locale]/(protected)/supervisor/faq/components/edit.tsx b/src/app/[locale]/(protected)/supervisor/faq/components/edit.tsx
similarity index 98%
rename from app/[locale]/(protected)/supervisor/faq/components/edit.tsx
rename to src/app/[locale]/(protected)/supervisor/faq/components/edit.tsx
index 6cc6385d..60802268 100644
--- a/app/[locale]/(protected)/supervisor/faq/components/edit.tsx
+++ b/src/app/[locale]/(protected)/supervisor/faq/components/edit.tsx
@@ -29,7 +29,7 @@ import {
getUserRoles,
postCategory,
postDataFAQ,
-} from "@/service/settings/settings";
+} from "@/lib/services/settings/settings";
import { Fragment, useEffect, useState } from "react";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import { Icon } from "@iconify/react/dist/iconify.js";
@@ -42,7 +42,7 @@ import { CloudUpload } from "lucide-react";
import Image from "next/image";
import { Upload } from "tus-js-client";
import { id } from "date-fns/locale";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
const FormSchema = z.object({
answer: z.string({
diff --git a/app/[locale]/(protected)/supervisor/faq/components/table.tsx b/src/app/[locale]/(protected)/supervisor/faq/components/table.tsx
similarity index 94%
rename from app/[locale]/(protected)/supervisor/faq/components/table.tsx
rename to src/app/[locale]/(protected)/supervisor/faq/components/table.tsx
index d10e014b..3b83f3bf 100644
--- a/app/[locale]/(protected)/supervisor/faq/components/table.tsx
+++ b/src/app/[locale]/(protected)/supervisor/faq/components/table.tsx
@@ -26,15 +26,15 @@ import {
} from "@/components/ui/table";
import { useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
-import { listEnableCategory } from "@/service/content/content";
+import { listEnableCategory } from "@/lib/services/content/content";
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { Link, useRouter } from "@/i18n/routing";
-import { NewCampaignIcon } from "@/components/icon";
-import { getCategories, getListFAQ } from "@/service/settings/settings";
+import { NewCampaignIcon } from "/components/icon";
+import { getCategories, getListFAQ } from "@/lib/services/settings/settings";
import {
Dialog,
DialogContent,
diff --git a/app/[locale]/(protected)/supervisor/faq/layout.tsx b/src/app/[locale]/(protected)/supervisor/faq/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/supervisor/faq/layout.tsx
rename to src/app/[locale]/(protected)/supervisor/faq/layout.tsx
diff --git a/app/[locale]/(protected)/supervisor/faq/page.tsx b/src/app/[locale]/(protected)/supervisor/faq/page.tsx
similarity index 72%
rename from app/[locale]/(protected)/supervisor/faq/page.tsx
rename to src/app/[locale]/(protected)/supervisor/faq/page.tsx
index 534f3bb7..f8c112ee 100644
--- a/app/[locale]/(protected)/supervisor/faq/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/faq/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import SpvFAQTable from "./components/table";
const FaqPage = async () => {
diff --git a/app/[locale]/(protected)/supervisor/knowledge-base/create-category.tsx b/src/app/[locale]/(protected)/supervisor/knowledge-base/create-category.tsx
similarity index 95%
rename from app/[locale]/(protected)/supervisor/knowledge-base/create-category.tsx
rename to src/app/[locale]/(protected)/supervisor/knowledge-base/create-category.tsx
index 0de9a8a2..79631544 100644
--- a/app/[locale]/(protected)/supervisor/knowledge-base/create-category.tsx
+++ b/src/app/[locale]/(protected)/supervisor/knowledge-base/create-category.tsx
@@ -27,11 +27,11 @@ import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@
import Image from "next/image";
import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover";
import { Calendar } from "@/components/ui/calendar";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import { useState } from "react";
import { useTranslations } from "next-intl";
-import { saveKnowledgeBaseCategory } from "@/service/master/knowledge-base";
+import { saveKnowledgeBaseCategory } from "@/lib/services/master/knowledge-base";
const FormSchema = z.object({
name: z.string().min(2, {
diff --git a/app/[locale]/(protected)/supervisor/knowledge-base/layout.tsx b/src/app/[locale]/(protected)/supervisor/knowledge-base/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/supervisor/knowledge-base/layout.tsx
rename to src/app/[locale]/(protected)/supervisor/knowledge-base/layout.tsx
diff --git a/app/[locale]/(protected)/supervisor/knowledge-base/page.tsx b/src/app/[locale]/(protected)/supervisor/knowledge-base/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/supervisor/knowledge-base/page.tsx
rename to src/app/[locale]/(protected)/supervisor/knowledge-base/page.tsx
index c2117352..ea1d489f 100644
--- a/app/[locale]/(protected)/supervisor/knowledge-base/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/knowledge-base/page.tsx
@@ -8,19 +8,19 @@ import {
} from "@/components/ui/accordion";
import { Card, CardContent } from "@/components/ui/card";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import {
deleteKnowledgeBase,
getKnowledgeBaseCategoryList,
getKnowledgeBaseList,
-} from "@/service/master/knowledge-base";
+} from "@/lib/services/master/knowledge-base";
import React from "react";
import { Plus, Trash, Trash2 } from "lucide-react";
import { Button } from "@/components/ui/button";
import CreateCategory from "./create-category";
import withReactContent from "sweetalert2-react-content";
import Swal from "sweetalert2";
-import { deleteMedia } from "@/service/content/content";
+import { deleteMedia } from "@/lib/services/content/content";
import { error } from "@/lib/swal";
const KnowledgeBase = () => {
diff --git a/app/[locale]/(protected)/supervisor/setting/feedback/components/feedback.tsx b/src/app/[locale]/(protected)/supervisor/setting/feedback/components/feedback.tsx
similarity index 100%
rename from app/[locale]/(protected)/supervisor/setting/feedback/components/feedback.tsx
rename to src/app/[locale]/(protected)/supervisor/setting/feedback/components/feedback.tsx
diff --git a/app/[locale]/(protected)/supervisor/setting/feedback/page.tsx b/src/app/[locale]/(protected)/supervisor/setting/feedback/page.tsx
similarity index 82%
rename from app/[locale]/(protected)/supervisor/setting/feedback/page.tsx
rename to src/app/[locale]/(protected)/supervisor/setting/feedback/page.tsx
index 497d0b4b..5b456ff4 100644
--- a/app/[locale]/(protected)/supervisor/setting/feedback/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/setting/feedback/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import FeedbackForm from "./components/feedback";
const FeedbackPage = async () => {
diff --git a/app/[locale]/(protected)/supervisor/setting/social-media/page.tsx b/src/app/[locale]/(protected)/supervisor/setting/social-media/page.tsx
similarity index 95%
rename from app/[locale]/(protected)/supervisor/setting/social-media/page.tsx
rename to src/app/[locale]/(protected)/supervisor/setting/social-media/page.tsx
index ce38d3a2..12b9f53d 100644
--- a/app/[locale]/(protected)/supervisor/setting/social-media/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/setting/social-media/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import { Button } from "@/components/ui/button";
import { FaFacebookF, FaGoogle } from "react-icons/fa";
diff --git a/app/[locale]/(protected)/supervisor/ticketing/components/columns.tsx b/src/app/[locale]/(protected)/supervisor/ticketing/components/columns.tsx
similarity index 97%
rename from app/[locale]/(protected)/supervisor/ticketing/components/columns.tsx
rename to src/app/[locale]/(protected)/supervisor/ticketing/components/columns.tsx
index 58ffdbee..435e6581 100644
--- a/app/[locale]/(protected)/supervisor/ticketing/components/columns.tsx
+++ b/src/app/[locale]/(protected)/supervisor/ticketing/components/columns.tsx
@@ -8,7 +8,7 @@ import {
SquarePen,
Trash2,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -17,12 +17,12 @@ import {
} from "@/components/ui/dropdown-menu";
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
-import { formatDateToIndonesian } from "@/utils/globals";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
import { Link } from "@/i18n/routing";
import {
closeTicket,
deleteTicket,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import withReactContent from "sweetalert2-react-content";
import { error } from "@/lib/swal";
import Swal from "sweetalert2";
diff --git a/app/[locale]/(protected)/supervisor/ticketing/components/table.tsx b/src/app/[locale]/(protected)/supervisor/ticketing/components/table.tsx
similarity index 96%
rename from app/[locale]/(protected)/supervisor/ticketing/components/table.tsx
rename to src/app/[locale]/(protected)/supervisor/ticketing/components/table.tsx
index 31bdd403..a81dad36 100644
--- a/app/[locale]/(protected)/supervisor/ticketing/components/table.tsx
+++ b/src/app/[locale]/(protected)/supervisor/ticketing/components/table.tsx
@@ -36,7 +36,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -47,11 +47,11 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./columns";
const TicketingTable = () => {
diff --git a/src/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx b/src/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx
new file mode 100644
index 00000000..e56886ec
--- /dev/null
+++ b/src/app/[locale]/(protected)/supervisor/ticketing/detail/[id]/page.tsx
@@ -0,0 +1,19 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormTaskDetail from "@/components/features/form/task/task-detail-form";
+import FormDetailInternal from "@/components/features/form/communication/internal-detail-form";
+import FormDetailTicketing from "@/components/features/form/ticketing/ticketing-detail-form";
+
+const TicketingDetailPage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default TicketingDetailPage;
diff --git a/app/[locale]/(protected)/supervisor/ticketing/layout.tsx b/src/app/[locale]/(protected)/supervisor/ticketing/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/supervisor/ticketing/layout.tsx
rename to src/app/[locale]/(protected)/supervisor/ticketing/layout.tsx
diff --git a/app/[locale]/(protected)/supervisor/ticketing/page.tsx b/src/app/[locale]/(protected)/supervisor/ticketing/page.tsx
similarity index 86%
rename from app/[locale]/(protected)/supervisor/ticketing/page.tsx
rename to src/app/[locale]/(protected)/supervisor/ticketing/page.tsx
index bb156333..1dba420f 100644
--- a/app/[locale]/(protected)/supervisor/ticketing/page.tsx
+++ b/src/app/[locale]/(protected)/supervisor/ticketing/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
import TicketingTable from "./components/table";
const TicketingPage = async () => {
diff --git a/src/app/[locale]/(protected)/supervisor/ticketing/update/[id]/page.tsx b/src/app/[locale]/(protected)/supervisor/ticketing/update/[id]/page.tsx
new file mode 100644
index 00000000..752de12a
--- /dev/null
+++ b/src/app/[locale]/(protected)/supervisor/ticketing/update/[id]/page.tsx
@@ -0,0 +1,20 @@
+import { Card, CardContent } from "@/components/ui/card";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import FormTask from "@/components/features/form/task/task-form";
+import FormTaskDetail from "@/components/features/form/task/task-detail-form";
+import FormDetailInternal from "@/components/features/form/communication/internal-detail-form";
+import FormDetailTicketing from "@/components/features/form/ticketing/ticketing-detail-form";
+import FormUpdateTicketing from "@/components/features/form/ticketing/ticketing-update-form";
+
+const TicketingUpdatePage = async () => {
+ return (
+
+
+
+
+
+
+ );
+};
+
+export default TicketingUpdatePage;
diff --git a/app/[locale]/(protected)/table/basic-table/basic-table-head.tsx b/src/app/[locale]/(protected)/table/basic-table/basic-table-head.tsx
similarity index 100%
rename from app/[locale]/(protected)/table/basic-table/basic-table-head.tsx
rename to src/app/[locale]/(protected)/table/basic-table/basic-table-head.tsx
diff --git a/app/[locale]/(protected)/table/basic-table/basic-table.tsx b/src/app/[locale]/(protected)/table/basic-table/basic-table.tsx
similarity index 100%
rename from app/[locale]/(protected)/table/basic-table/basic-table.tsx
rename to src/app/[locale]/(protected)/table/basic-table/basic-table.tsx
diff --git a/app/[locale]/(protected)/table/basic-table/bordered-table.tsx b/src/app/[locale]/(protected)/table/basic-table/bordered-table.tsx
similarity index 100%
rename from app/[locale]/(protected)/table/basic-table/bordered-table.tsx
rename to src/app/[locale]/(protected)/table/basic-table/bordered-table.tsx
diff --git a/app/[locale]/(protected)/table/basic-table/borderless-table.tsx b/src/app/[locale]/(protected)/table/basic-table/borderless-table.tsx
similarity index 100%
rename from app/[locale]/(protected)/table/basic-table/borderless-table.tsx
rename to src/app/[locale]/(protected)/table/basic-table/borderless-table.tsx
diff --git a/app/[locale]/(protected)/table/basic-table/data.ts b/src/app/[locale]/(protected)/table/basic-table/data.ts
similarity index 100%
rename from app/[locale]/(protected)/table/basic-table/data.ts
rename to src/app/[locale]/(protected)/table/basic-table/data.ts
diff --git a/app/[locale]/(protected)/table/basic-table/hoverable-table.tsx b/src/app/[locale]/(protected)/table/basic-table/hoverable-table.tsx
similarity index 100%
rename from app/[locale]/(protected)/table/basic-table/hoverable-table.tsx
rename to src/app/[locale]/(protected)/table/basic-table/hoverable-table.tsx
diff --git a/app/[locale]/(protected)/table/basic-table/layout.tsx b/src/app/[locale]/(protected)/table/basic-table/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/table/basic-table/layout.tsx
rename to src/app/[locale]/(protected)/table/basic-table/layout.tsx
diff --git a/app/[locale]/(protected)/table/basic-table/page.tsx b/src/app/[locale]/(protected)/table/basic-table/page.tsx
similarity index 94%
rename from app/[locale]/(protected)/table/basic-table/page.tsx
rename to src/app/[locale]/(protected)/table/basic-table/page.tsx
index 4d27b982..eb7d3256 100644
--- a/app/[locale]/(protected)/table/basic-table/page.tsx
+++ b/src/app/[locale]/(protected)/table/basic-table/page.tsx
@@ -5,7 +5,7 @@ import BorderedTable from "./bordered-table";
import BorderlessTable from "./borderless-table";
import StripedRows from "./striped-rows";
import HoverableTable from "./hoverable-table";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const BasicTablePage = () => {
return (
diff --git a/app/[locale]/(protected)/table/basic-table/striped-rows.tsx b/src/app/[locale]/(protected)/table/basic-table/striped-rows.tsx
similarity index 100%
rename from app/[locale]/(protected)/table/basic-table/striped-rows.tsx
rename to src/app/[locale]/(protected)/table/basic-table/striped-rows.tsx
diff --git a/app/[locale]/(protected)/table/react-table/example1/columns.tsx b/src/app/[locale]/(protected)/table/react-table/example1/columns.tsx
similarity index 99%
rename from app/[locale]/(protected)/table/react-table/example1/columns.tsx
rename to src/app/[locale]/(protected)/table/react-table/example1/columns.tsx
index 1c65b1d4..65481f91 100644
--- a/app/[locale]/(protected)/table/react-table/example1/columns.tsx
+++ b/src/app/[locale]/(protected)/table/react-table/example1/columns.tsx
@@ -16,7 +16,7 @@ import {
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"
import { Badge } from "@/components/ui/badge"
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
export type DataProps = {
id:string | number;
order: number;
diff --git a/app/[locale]/(protected)/table/react-table/example1/data.ts b/src/app/[locale]/(protected)/table/react-table/example1/data.ts
similarity index 100%
rename from app/[locale]/(protected)/table/react-table/example1/data.ts
rename to src/app/[locale]/(protected)/table/react-table/example1/data.ts
diff --git a/app/[locale]/(protected)/table/react-table/example1/index.tsx b/src/app/[locale]/(protected)/table/react-table/example1/index.tsx
similarity index 100%
rename from app/[locale]/(protected)/table/react-table/example1/index.tsx
rename to src/app/[locale]/(protected)/table/react-table/example1/index.tsx
diff --git a/app/[locale]/(protected)/table/react-table/example1/table-pagination.tsx b/src/app/[locale]/(protected)/table/react-table/example1/table-pagination.tsx
similarity index 100%
rename from app/[locale]/(protected)/table/react-table/example1/table-pagination.tsx
rename to src/app/[locale]/(protected)/table/react-table/example1/table-pagination.tsx
diff --git a/app/[locale]/(protected)/table/react-table/example2/columns.tsx b/src/app/[locale]/(protected)/table/react-table/example2/columns.tsx
similarity index 99%
rename from app/[locale]/(protected)/table/react-table/example2/columns.tsx
rename to src/app/[locale]/(protected)/table/react-table/example2/columns.tsx
index f19b55e3..ee5319bc 100644
--- a/app/[locale]/(protected)/table/react-table/example2/columns.tsx
+++ b/src/app/[locale]/(protected)/table/react-table/example2/columns.tsx
@@ -15,7 +15,7 @@ import { Button } from "@/components/ui/button"
import { Checkbox } from "@/components/ui/checkbox"
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"
import { Badge } from "@/components/ui/badge"
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
export type DataProps = {
id: string | number;
diff --git a/app/[locale]/(protected)/table/react-table/example2/data.ts b/src/app/[locale]/(protected)/table/react-table/example2/data.ts
similarity index 100%
rename from app/[locale]/(protected)/table/react-table/example2/data.ts
rename to src/app/[locale]/(protected)/table/react-table/example2/data.ts
diff --git a/app/[locale]/(protected)/table/react-table/example2/index.tsx b/src/app/[locale]/(protected)/table/react-table/example2/index.tsx
similarity index 100%
rename from app/[locale]/(protected)/table/react-table/example2/index.tsx
rename to src/app/[locale]/(protected)/table/react-table/example2/index.tsx
diff --git a/app/[locale]/(protected)/table/react-table/example2/table-pagination.tsx b/src/app/[locale]/(protected)/table/react-table/example2/table-pagination.tsx
similarity index 100%
rename from app/[locale]/(protected)/table/react-table/example2/table-pagination.tsx
rename to src/app/[locale]/(protected)/table/react-table/example2/table-pagination.tsx
diff --git a/app/[locale]/(protected)/table/react-table/layout.tsx b/src/app/[locale]/(protected)/table/react-table/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/table/react-table/layout.tsx
rename to src/app/[locale]/(protected)/table/react-table/layout.tsx
diff --git a/app/[locale]/(protected)/table/react-table/page.tsx b/src/app/[locale]/(protected)/table/react-table/page.tsx
similarity index 83%
rename from app/[locale]/(protected)/table/react-table/page.tsx
rename to src/app/[locale]/(protected)/table/react-table/page.tsx
index dca41b42..82c7623e 100644
--- a/app/[locale]/(protected)/table/react-table/page.tsx
+++ b/src/app/[locale]/(protected)/table/react-table/page.tsx
@@ -1,7 +1,7 @@
import { Card, CardContent } from '@/components/ui/card';
import ExampleTwo from './example2';
import ExampleOne from './example1';
-import SiteBreadcrumb from '@/components/site-breadcrumb';
+import SiteBreadcrumb from '@/components/ui/structures/site-breadcrumb';
const ReactTablePage = () => {
return (
diff --git a/app/[locale]/(protected)/template.tsx b/src/app/[locale]/(protected)/template.tsx
similarity index 86%
rename from app/[locale]/(protected)/template.tsx
rename to src/app/[locale]/(protected)/template.tsx
index 5254623e..f97e0548 100644
--- a/app/[locale]/(protected)/template.tsx
+++ b/src/app/[locale]/(protected)/template.tsx
@@ -1,7 +1,7 @@
'use client'
import { motion } from 'framer-motion'
-import { usePathname } from '@/components/navigation'
+import { usePathname } from '@/components/ui/structures/navigation'
export default function Template({ children }: { children: React.ReactNode }) {
diff --git a/app/[locale]/(protected)/utility/blank-page/layout.tsx b/src/app/[locale]/(protected)/utility/blank-page/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/utility/blank-page/layout.tsx
rename to src/app/[locale]/(protected)/utility/blank-page/layout.tsx
diff --git a/app/[locale]/(protected)/utility/blank-page/page.tsx b/src/app/[locale]/(protected)/utility/blank-page/page.tsx
similarity index 70%
rename from app/[locale]/(protected)/utility/blank-page/page.tsx
rename to src/app/[locale]/(protected)/utility/blank-page/page.tsx
index 0cdbbf79..adc14945 100644
--- a/app/[locale]/(protected)/utility/blank-page/page.tsx
+++ b/src/app/[locale]/(protected)/utility/blank-page/page.tsx
@@ -1,4 +1,4 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const BlankPage = () => {
return (
diff --git a/app/[locale]/(protected)/utility/blog/layout.tsx b/src/app/[locale]/(protected)/utility/blog/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/utility/blog/layout.tsx
rename to src/app/[locale]/(protected)/utility/blog/layout.tsx
diff --git a/app/[locale]/(protected)/utility/blog/page.tsx b/src/app/[locale]/(protected)/utility/blog/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/utility/blog/page.tsx
rename to src/app/[locale]/(protected)/utility/blog/page.tsx
index 1865406e..a530cba6 100644
--- a/app/[locale]/(protected)/utility/blog/page.tsx
+++ b/src/app/[locale]/(protected)/utility/blog/page.tsx
@@ -4,7 +4,7 @@ import { Icon } from "@/components/ui/icon";
import Sidebar from "./sidebar";
import Image from "next/image";
import { Link } from '@/i18n/routing';
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const BlogPage = () => {
return (
diff --git a/app/[locale]/(protected)/utility/blog/sidebar.tsx b/src/app/[locale]/(protected)/utility/blog/sidebar.tsx
similarity index 100%
rename from app/[locale]/(protected)/utility/blog/sidebar.tsx
rename to src/app/[locale]/(protected)/utility/blog/sidebar.tsx
diff --git a/app/[locale]/(protected)/utility/faq/layout.tsx b/src/app/[locale]/(protected)/utility/faq/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/utility/faq/layout.tsx
rename to src/app/[locale]/(protected)/utility/faq/layout.tsx
diff --git a/app/[locale]/(protected)/utility/faq/page.tsx b/src/app/[locale]/(protected)/utility/faq/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/utility/faq/page.tsx
rename to src/app/[locale]/(protected)/utility/faq/page.tsx
index 2ea27eb1..45bc5c0e 100644
--- a/app/[locale]/(protected)/utility/faq/page.tsx
+++ b/src/app/[locale]/(protected)/utility/faq/page.tsx
@@ -6,7 +6,7 @@ import {
} from "@/components/ui/accordion";
import { Card, CardContent } from "@/components/ui/card";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const Faq = () => {
return (
diff --git a/app/[locale]/(protected)/utility/invoice/add/layout.tsx b/src/app/[locale]/(protected)/utility/invoice/add/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/utility/invoice/add/layout.tsx
rename to src/app/[locale]/(protected)/utility/invoice/add/layout.tsx
diff --git a/app/[locale]/(protected)/utility/invoice/add/page.tsx b/src/app/[locale]/(protected)/utility/invoice/add/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/utility/invoice/add/page.tsx
rename to src/app/[locale]/(protected)/utility/invoice/add/page.tsx
index 805f75bd..fc3b4da9 100644
--- a/app/[locale]/(protected)/utility/invoice/add/page.tsx
+++ b/src/app/[locale]/(protected)/utility/invoice/add/page.tsx
@@ -4,7 +4,7 @@ import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { Input } from "@/components/ui/input";
import { Textarea } from "@/components/ui/textarea";
import { Label } from "@/components/ui/label";
-import Repeater from "@/components/form/repeater";
+import Repeater from "@/components/features/form/repeater";
import Picker from "./picker";
const InvoiceAddPage = () => {
diff --git a/app/[locale]/(protected)/utility/invoice/add/picker.tsx b/src/app/[locale]/(protected)/utility/invoice/add/picker.tsx
similarity index 100%
rename from app/[locale]/(protected)/utility/invoice/add/picker.tsx
rename to src/app/[locale]/(protected)/utility/invoice/add/picker.tsx
diff --git a/app/[locale]/(protected)/utility/invoice/edit/[id]/page.tsx b/src/app/[locale]/(protected)/utility/invoice/edit/[id]/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/utility/invoice/edit/[id]/page.tsx
rename to src/app/[locale]/(protected)/utility/invoice/edit/[id]/page.tsx
index ff0b2cc1..731291f9 100644
--- a/app/[locale]/(protected)/utility/invoice/edit/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/utility/invoice/edit/[id]/page.tsx
@@ -3,7 +3,7 @@ import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { Input } from "@/components/ui/input";
import { Textarea } from "@/components/ui/textarea";
import { Label } from "@/components/ui/label";
-import Repeater from "@/components/form/repeater";
+import Repeater from "@/components/features/form/repeater";
import Picker from "./picker";
const InvoiceEditPage = () => {
diff --git a/app/[locale]/(protected)/utility/invoice/edit/[id]/picker.tsx b/src/app/[locale]/(protected)/utility/invoice/edit/[id]/picker.tsx
similarity index 100%
rename from app/[locale]/(protected)/utility/invoice/edit/[id]/picker.tsx
rename to src/app/[locale]/(protected)/utility/invoice/edit/[id]/picker.tsx
diff --git a/app/[locale]/(protected)/utility/invoice/edit/layout.tsx b/src/app/[locale]/(protected)/utility/invoice/edit/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/utility/invoice/edit/layout.tsx
rename to src/app/[locale]/(protected)/utility/invoice/edit/layout.tsx
diff --git a/app/[locale]/(protected)/utility/invoice/edit/page.tsx b/src/app/[locale]/(protected)/utility/invoice/edit/page.tsx
similarity index 70%
rename from app/[locale]/(protected)/utility/invoice/edit/page.tsx
rename to src/app/[locale]/(protected)/utility/invoice/edit/page.tsx
index a083b301..3ddb234e 100644
--- a/app/[locale]/(protected)/utility/invoice/edit/page.tsx
+++ b/src/app/[locale]/(protected)/utility/invoice/edit/page.tsx
@@ -1,6 +1,6 @@
"use client";
-import { useRouter } from "@/components/navigation";
+import { useRouter } from "@/components/ui/structures/navigation";
const Edit = () => {
const router = useRouter();
diff --git a/app/[locale]/(protected)/utility/invoice/layout.tsx b/src/app/[locale]/(protected)/utility/invoice/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/utility/invoice/layout.tsx
rename to src/app/[locale]/(protected)/utility/invoice/layout.tsx
diff --git a/app/[locale]/(protected)/utility/invoice/page.tsx b/src/app/[locale]/(protected)/utility/invoice/page.tsx
similarity index 78%
rename from app/[locale]/(protected)/utility/invoice/page.tsx
rename to src/app/[locale]/(protected)/utility/invoice/page.tsx
index 4203d0d2..2e887341 100644
--- a/app/[locale]/(protected)/utility/invoice/page.tsx
+++ b/src/app/[locale]/(protected)/utility/invoice/page.tsx
@@ -2,7 +2,7 @@
import TransactionsTable from "./transactions";
import { Card } from "@/components/ui/card";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const Invoice = () => {
return (
diff --git a/app/[locale]/(protected)/utility/invoice/preview/[id]/page.tsx b/src/app/[locale]/(protected)/utility/invoice/preview/[id]/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/utility/invoice/preview/[id]/page.tsx
rename to src/app/[locale]/(protected)/utility/invoice/preview/[id]/page.tsx
index ab18a976..17a65bc7 100644
--- a/app/[locale]/(protected)/utility/invoice/preview/[id]/page.tsx
+++ b/src/app/[locale]/(protected)/utility/invoice/preview/[id]/page.tsx
@@ -1,6 +1,6 @@
import { Card, CardContent, CardHeader } from "@/components/ui/card";
import { Icon } from "@/components/ui/icon";
-import Logo from "@/components/partials/auth/logo";
+import Logo from "/components/partials/auth/logo";
import { Button } from "@/components/ui/button";
import TotalTable from "./totaltable";
diff --git a/app/[locale]/(protected)/utility/invoice/preview/[id]/totaltable.tsx b/src/app/[locale]/(protected)/utility/invoice/preview/[id]/totaltable.tsx
similarity index 100%
rename from app/[locale]/(protected)/utility/invoice/preview/[id]/totaltable.tsx
rename to src/app/[locale]/(protected)/utility/invoice/preview/[id]/totaltable.tsx
diff --git a/app/[locale]/(protected)/utility/invoice/transactions/columns.tsx b/src/app/[locale]/(protected)/utility/invoice/transactions/columns.tsx
similarity index 99%
rename from app/[locale]/(protected)/utility/invoice/transactions/columns.tsx
rename to src/app/[locale]/(protected)/utility/invoice/transactions/columns.tsx
index 1674a920..933f314a 100644
--- a/app/[locale]/(protected)/utility/invoice/transactions/columns.tsx
+++ b/src/app/[locale]/(protected)/utility/invoice/transactions/columns.tsx
@@ -7,7 +7,7 @@ import { Button } from "@/components/ui/button";
import { Checkbox } from "@/components/ui/checkbox";
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
import { Badge } from "@/components/ui/badge";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
diff --git a/app/[locale]/(protected)/utility/invoice/transactions/data.ts b/src/app/[locale]/(protected)/utility/invoice/transactions/data.ts
similarity index 100%
rename from app/[locale]/(protected)/utility/invoice/transactions/data.ts
rename to src/app/[locale]/(protected)/utility/invoice/transactions/data.ts
diff --git a/app/[locale]/(protected)/utility/invoice/transactions/index.tsx b/src/app/[locale]/(protected)/utility/invoice/transactions/index.tsx
similarity index 100%
rename from app/[locale]/(protected)/utility/invoice/transactions/index.tsx
rename to src/app/[locale]/(protected)/utility/invoice/transactions/index.tsx
diff --git a/app/[locale]/(protected)/utility/invoice/transactions/table-pagination.tsx b/src/app/[locale]/(protected)/utility/invoice/transactions/table-pagination.tsx
similarity index 100%
rename from app/[locale]/(protected)/utility/invoice/transactions/table-pagination.tsx
rename to src/app/[locale]/(protected)/utility/invoice/transactions/table-pagination.tsx
diff --git a/app/[locale]/(protected)/utility/pricing/data.ts b/src/app/[locale]/(protected)/utility/pricing/data.ts
similarity index 100%
rename from app/[locale]/(protected)/utility/pricing/data.ts
rename to src/app/[locale]/(protected)/utility/pricing/data.ts
diff --git a/app/[locale]/(protected)/utility/pricing/layout.tsx b/src/app/[locale]/(protected)/utility/pricing/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/utility/pricing/layout.tsx
rename to src/app/[locale]/(protected)/utility/pricing/layout.tsx
diff --git a/app/[locale]/(protected)/utility/pricing/page.tsx b/src/app/[locale]/(protected)/utility/pricing/page.tsx
similarity index 99%
rename from app/[locale]/(protected)/utility/pricing/page.tsx
rename to src/app/[locale]/(protected)/utility/pricing/page.tsx
index 8a172e54..b6842dfe 100644
--- a/app/[locale]/(protected)/utility/pricing/page.tsx
+++ b/src/app/[locale]/(protected)/utility/pricing/page.tsx
@@ -5,7 +5,7 @@ import { Button } from "@/components/ui/button";
import Image from "next/image";
import { tables2, tables } from "./data";
import { Icon } from "@/components/ui/icon";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const PricingPage = () => {
const [check, setCheck] = useState(true);
const toggle = () => {
diff --git a/app/[locale]/(protected)/utility/profile/area-chart.tsx b/src/app/[locale]/(protected)/utility/profile/area-chart.tsx
similarity index 96%
rename from app/[locale]/(protected)/utility/profile/area-chart.tsx
rename to src/app/[locale]/(protected)/utility/profile/area-chart.tsx
index 690c15da..c84d5aec 100644
--- a/app/[locale]/(protected)/utility/profile/area-chart.tsx
+++ b/src/app/[locale]/(protected)/utility/profile/area-chart.tsx
@@ -2,7 +2,7 @@
import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { useTheme } from "next-themes";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import {
getGridConfig,
getXAxisConfig,
diff --git a/app/[locale]/(protected)/utility/profile/layout.tsx b/src/app/[locale]/(protected)/utility/profile/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/utility/profile/layout.tsx
rename to src/app/[locale]/(protected)/utility/profile/layout.tsx
diff --git a/app/[locale]/(protected)/utility/profile/page.tsx b/src/app/[locale]/(protected)/utility/profile/page.tsx
similarity index 98%
rename from app/[locale]/(protected)/utility/profile/page.tsx
rename to src/app/[locale]/(protected)/utility/profile/page.tsx
index af639692..b4482aec 100644
--- a/app/[locale]/(protected)/utility/profile/page.tsx
+++ b/src/app/[locale]/(protected)/utility/profile/page.tsx
@@ -3,7 +3,7 @@ import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import Image from "next/image";
import { Link } from '@/i18n/routing';
import AreaChart from "./area-chart";
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const profile = () => {
return (
diff --git a/app/[locale]/(protected)/utility/settings/layout.tsx b/src/app/[locale]/(protected)/utility/settings/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/utility/settings/layout.tsx
rename to src/app/[locale]/(protected)/utility/settings/layout.tsx
diff --git a/app/[locale]/(protected)/utility/settings/page.tsx b/src/app/[locale]/(protected)/utility/settings/page.tsx
similarity index 97%
rename from app/[locale]/(protected)/utility/settings/page.tsx
rename to src/app/[locale]/(protected)/utility/settings/page.tsx
index aec323d2..ff0d0d33 100644
--- a/app/[locale]/(protected)/utility/settings/page.tsx
+++ b/src/app/[locale]/(protected)/utility/settings/page.tsx
@@ -7,7 +7,7 @@ import {
} from "@/components/ui/card";
import { Icon } from "@/components/ui/icon";
import { Link } from '@/i18n/routing';
-import SiteBreadcrumb from "@/components/site-breadcrumb";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
const settings = () => {
return (
diff --git a/app/[locale]/(protected)/welcome/layout.tsx b/src/app/[locale]/(protected)/welcome/layout.tsx
similarity index 100%
rename from app/[locale]/(protected)/welcome/layout.tsx
rename to src/app/[locale]/(protected)/welcome/layout.tsx
diff --git a/app/[locale]/(protected)/welcome/page.tsx b/src/app/[locale]/(protected)/welcome/page.tsx
similarity index 65%
rename from app/[locale]/(protected)/welcome/page.tsx
rename to src/app/[locale]/(protected)/welcome/page.tsx
index 29da9813..b3ad47ad 100644
--- a/app/[locale]/(protected)/welcome/page.tsx
+++ b/src/app/[locale]/(protected)/welcome/page.tsx
@@ -1,5 +1,5 @@
-import SiteBreadcrumb from "@/components/site-breadcrumb";
-import ContentProductionVisualization from "@/components/visualization/content-production";
+import SiteBreadcrumb from "@/components/ui/structures/site-breadcrumb";
+import ContentProductionVisualization from "@/components/features/visualization/content-production";
import Image from "next/image";
export default function ContentProduction() {
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/detail/[slug]/page.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/detail/[slug]/page.tsx
similarity index 99%
rename from app/[locale]/(public)/(polda)/polda/[polda_name]/audio/detail/[slug]/page.tsx
rename to src/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/detail/[slug]/page.tsx
index 46e77a78..96898329 100644
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/detail/[slug]/page.tsx
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/detail/[slug]/page.tsx
@@ -3,20 +3,20 @@
import { useParams, usePathname } from "next/navigation";
import React, { useEffect, useState } from "react";
import { Icon } from "@iconify/react/dist/iconify.js";
-import NewContent from "@/components/landing-page/new-content";
+import NewContent from "@/components/features/landing-page/new-content";
import { Link, useRouter } from "@/i18n/routing";
import { Textarea } from "@/components/ui/textarea";
import { BarWave } from "react-cssfx-loading";
import { useToast } from "@/components/ui/use-toast";
-import { checkWishlistStatus, createPublicSuggestion, deletePublicSuggestion, deleteWishlist, getDetail, getPublicSuggestionList, saveWishlist } from "@/service/landing/landing";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { checkWishlistStatus, createPublicSuggestion, deletePublicSuggestion, deleteWishlist, getDetail, getPublicSuggestionList, saveWishlist } from "@/lib/services/landing/landing";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { close, error, loading, warning } from "@/config/swal";
import { useTranslations } from "next-intl";
-import { checkMaliciousText, getPublicLocaleTimestamp } from "@/utils/globals";
+import { checkMaliciousText, getPublicLocaleTimestamp } from "@/lib/utils/globals";
import withReactContent from "sweetalert2-react-content";
import Swal from "sweetalert2";
import parse from "html-react-parser";
-import { postActivityLog } from "@/service/content/content";
+import { postActivityLog } from "@/lib/services/content/content";
const DetailAudio = () => {
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/filter/page.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/filter/page.tsx
similarity index 98%
rename from app/[locale]/(public)/(polda)/polda/[polda_name]/audio/filter/page.tsx
rename to src/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/filter/page.tsx
index 38846cd2..b5791578 100644
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/filter/page.tsx
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/filter/page.tsx
@@ -3,12 +3,12 @@ import React, { useEffect, useState } from "react";
import { Card, CardContent } from "@/components/ui/card";
import { Checkbox } from "@/components/ui/checkbox";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/utils/globals";
+import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { useParams, usePathname, useSearchParams } from "next/navigation";
-import { getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/service/landing/landing";
+import { getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/lib/services/landing/landing";
import { ColumnDef, ColumnFiltersState, PaginationState, SortingState, VisibilityState, getCoreRowModel, getFilteredRowModel, getPaginationRowModel, getSortedRowModel, useReactTable } from "@tanstack/react-table";
-import LandingPagination from "@/components/landing-page/pagination";
-import { Reveal } from "@/components/landing-page/Reveal";
+import LandingPagination from "@/components/features/landing-page/pagination";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Link, useRouter } from "@/i18n/routing";
import { Input } from "@/components/ui/input";
import ReactDatePicker from "react-datepicker";
diff --git a/src/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/layout.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/layout.tsx
new file mode 100644
index 00000000..df087d08
--- /dev/null
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/audio/layout.tsx
@@ -0,0 +1,37 @@
+"use client";
+
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+import NavbarKaltara from "@/components/features/landing-page/landing-polda-kaltara/navbar-polda-kaltara";
+import { useParams } from "next/navigation";
+import ContactUsKaltara from "@/components/features/landing-page/landing-polda-kaltara/contact-us-kaltara";
+import NewsTickerKaltara from "../../../tbnews/[polda_name]/components/news-tickers-kaltara";
+
+const layout = ({ children }: { children: React.ReactNode }) => {
+ const params = useParams();
+ const poldaName: any = params?.polda_name;
+ return poldaName === "kaltara" ? (
+ <>
+
+ {children}
+
+
+ >
+ ) : (
+ <>
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/document/detail/[slug]/page.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/document/detail/[slug]/page.tsx
similarity index 99%
rename from app/[locale]/(public)/(polda)/polda/[polda_name]/document/detail/[slug]/page.tsx
rename to src/app/[locale]/(public)/(polda)/polda/[polda_name]/document/detail/[slug]/page.tsx
index c3f4d657..d0fe8ce9 100644
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/document/detail/[slug]/page.tsx
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/document/detail/[slug]/page.tsx
@@ -3,14 +3,14 @@
import { useParams, usePathname } from "next/navigation";
import React, { useEffect, useState } from "react";
import { Icon } from "@iconify/react/dist/iconify.js";
-import NewContent from "@/components/landing-page/new-content";
+import NewContent from "@/components/features/landing-page/new-content";
import { Textarea } from "@/components/ui/textarea";
-import { getCookiesDecrypt } from "@/lib/utils";
-import { checkWishlistStatus, createPublicSuggestion, deletePublicSuggestion, deleteWishlist, getDetail, getPublicSuggestionList, saveWishlist } from "@/service/landing/landing";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import { checkWishlistStatus, createPublicSuggestion, deletePublicSuggestion, deleteWishlist, getDetail, getPublicSuggestionList, saveWishlist } from "@/lib/services/landing/landing";
import { close, error, loading, successCallback, warning } from "@/config/swal";
import { useToast } from "@/components/ui/use-toast";
import { Link, useRouter } from "@/i18n/routing";
-import { checkMaliciousText, formatDateToIndonesian, getPublicLocaleTimestamp } from "@/utils/globals";
+import { checkMaliciousText, formatDateToIndonesian, getPublicLocaleTimestamp } from "@/lib/utils/globals";
import { useTranslations } from "next-intl";
import withReactContent from "sweetalert2-react-content";
import Swal from "sweetalert2";
@@ -18,9 +18,9 @@ import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";
import { useSearchParams } from "next/navigation";
-import { sendMediaUploadToEmail } from "@/service/media-tracking/media-tracking";
+import { sendMediaUploadToEmail } from "@/lib/services/media-tracking/media-tracking";
import parse from "html-react-parser";
-import { postActivityLog } from "@/service/content/content";
+import { postActivityLog } from "@/lib/services/content/content";
const DetailDocument = () => {
const [selectedSize, setSelectedSize] = useState("L");
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/document/filter/page.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/document/filter/page.tsx
similarity index 99%
rename from app/[locale]/(public)/(polda)/polda/[polda_name]/document/filter/page.tsx
rename to src/app/[locale]/(public)/(polda)/polda/[polda_name]/document/filter/page.tsx
index e5fdf7a9..ccc5a0b7 100644
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/document/filter/page.tsx
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/document/filter/page.tsx
@@ -3,12 +3,12 @@ import React, { useEffect, useState } from "react";
import { Card, CardContent } from "@/components/ui/card";
import { Checkbox } from "@/components/ui/checkbox";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/utils/globals";
+import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { useParams, usePathname, useSearchParams } from "next/navigation";
-import { getListContent, getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/service/landing/landing";
+import { getListContent, getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/lib/services/landing/landing";
import { ColumnDef, ColumnFiltersState, PaginationState, SortingState, VisibilityState, getCoreRowModel, getFilteredRowModel, getPaginationRowModel, getSortedRowModel, useReactTable } from "@tanstack/react-table";
-import LandingPagination from "@/components/landing-page/pagination";
-import { Reveal } from "@/components/landing-page/Reveal";
+import LandingPagination from "@/components/features/landing-page/pagination";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Link, useRouter } from "@/i18n/routing";
import { Input } from "@/components/ui/input";
import ReactDatePicker from "react-datepicker";
diff --git a/src/app/[locale]/(public)/(polda)/polda/[polda_name]/document/layout.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/document/layout.tsx
new file mode 100644
index 00000000..df087d08
--- /dev/null
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/document/layout.tsx
@@ -0,0 +1,37 @@
+"use client";
+
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+import NavbarKaltara from "@/components/features/landing-page/landing-polda-kaltara/navbar-polda-kaltara";
+import { useParams } from "next/navigation";
+import ContactUsKaltara from "@/components/features/landing-page/landing-polda-kaltara/contact-us-kaltara";
+import NewsTickerKaltara from "../../../tbnews/[polda_name]/components/news-tickers-kaltara";
+
+const layout = ({ children }: { children: React.ReactNode }) => {
+ const params = useParams();
+ const poldaName: any = params?.polda_name;
+ return poldaName === "kaltara" ? (
+ <>
+
+ {children}
+
+
+ >
+ ) : (
+ <>
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/image/detail/[slug]/page.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/image/detail/[slug]/page.tsx
similarity index 99%
rename from app/[locale]/(public)/(polda)/polda/[polda_name]/image/detail/[slug]/page.tsx
rename to src/app/[locale]/(public)/(polda)/polda/[polda_name]/image/detail/[slug]/page.tsx
index 1fcb2322..78281260 100644
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/image/detail/[slug]/page.tsx
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/image/detail/[slug]/page.tsx
@@ -4,20 +4,20 @@ import { Textarea } from "@/components/ui/textarea";
import { useParams, usePathname } from "next/navigation";
import React, { useEffect, useState } from "react";
import { Icon } from "@iconify/react/dist/iconify.js";
-import NewContent from "@/components/landing-page/new-content";
+import NewContent from "@/components/features/landing-page/new-content";
import { useToast } from "@/components/ui/use-toast";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { close, error, loading, warning } from "@/config/swal";
-import { checkWishlistStatus, createPublicSuggestion, deletePublicSuggestion, deleteWishlist, getDetail, getPublicSuggestionList, saveWishlist } from "@/service/landing/landing";
+import { checkWishlistStatus, createPublicSuggestion, deletePublicSuggestion, deleteWishlist, getDetail, getPublicSuggestionList, saveWishlist } from "@/lib/services/landing/landing";
import { Link, useRouter } from "@/i18n/routing";
import Image from "next/image";
import { useTranslations } from "next-intl";
-import { checkMaliciousText, formatDateToIndonesian, getPublicLocaleTimestamp } from "@/utils/globals";
+import { checkMaliciousText, formatDateToIndonesian, getPublicLocaleTimestamp } from "@/lib/utils/globals";
import withReactContent from "sweetalert2-react-content";
import Swal from "sweetalert2";
import { useSearchParams } from "next/navigation";
import parse from "html-react-parser";
-import { postActivityLog } from "@/service/content/content";
+import { postActivityLog } from "@/lib/services/content/content";
const DetailInfo = () => {
const MySwal = withReactContent(Swal);
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/image/filter/page.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/image/filter/page.tsx
similarity index 98%
rename from app/[locale]/(public)/(polda)/polda/[polda_name]/image/filter/page.tsx
rename to src/app/[locale]/(public)/(polda)/polda/[polda_name]/image/filter/page.tsx
index 7114f778..1cde6d40 100644
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/image/filter/page.tsx
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/image/filter/page.tsx
@@ -3,12 +3,12 @@ import React, { useEffect, useState } from "react";
import { Card, CardContent } from "@/components/ui/card";
import { Checkbox } from "@/components/ui/checkbox";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/utils/globals";
+import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { useParams, usePathname, useSearchParams } from "next/navigation";
-import { getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/service/landing/landing";
+import { getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/lib/services/landing/landing";
import { ColumnDef, ColumnFiltersState, PaginationState, SortingState, VisibilityState, getCoreRowModel, getFilteredRowModel, getPaginationRowModel, getSortedRowModel, useReactTable } from "@tanstack/react-table";
-import LandingPagination from "@/components/landing-page/pagination";
-import { Reveal } from "@/components/landing-page/Reveal";
+import LandingPagination from "@/components/features/landing-page/pagination";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Link, useRouter } from "@/i18n/routing";
import { Input } from "@/components/ui/input";
import ReactDatePicker from "react-datepicker";
diff --git a/src/app/[locale]/(public)/(polda)/polda/[polda_name]/image/layout.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/image/layout.tsx
new file mode 100644
index 00000000..df087d08
--- /dev/null
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/image/layout.tsx
@@ -0,0 +1,37 @@
+"use client";
+
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+import NavbarKaltara from "@/components/features/landing-page/landing-polda-kaltara/navbar-polda-kaltara";
+import { useParams } from "next/navigation";
+import ContactUsKaltara from "@/components/features/landing-page/landing-polda-kaltara/contact-us-kaltara";
+import NewsTickerKaltara from "../../../tbnews/[polda_name]/components/news-tickers-kaltara";
+
+const layout = ({ children }: { children: React.ReactNode }) => {
+ const params = useParams();
+ const poldaName: any = params?.polda_name;
+ return poldaName === "kaltara" ? (
+ <>
+
+ {children}
+
+
+ >
+ ) : (
+ <>
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/detail/[slug]/page.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/detail/[slug]/page.tsx
similarity index 96%
rename from app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/detail/[slug]/page.tsx
rename to src/app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/detail/[slug]/page.tsx
index b76f2d03..6ca652a6 100644
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/detail/[slug]/page.tsx
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/detail/[slug]/page.tsx
@@ -4,8 +4,8 @@ import { useParams, usePathname, useRouter } from "next/navigation";
import React, { useEffect, useState } from "react";
import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious } from "@/components/ui/carousel";
import { Link } from "@/i18n/routing";
-import { getDetailIndeks, publicDetailBlog } from "@/service/landing/landing";
-import { formatDateToIndonesian } from "@/utils/globals";
+import { getDetailIndeks, publicDetailBlog } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
const IndeksDetail = () => {
diff --git a/src/app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/layout.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/layout.tsx
new file mode 100644
index 00000000..5decae93
--- /dev/null
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/layout.tsx
@@ -0,0 +1,20 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+ {children}
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/page.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/page.tsx
similarity index 97%
rename from app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/page.tsx
rename to src/app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/page.tsx
index ebf34670..4568ba6a 100644
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/page.tsx
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/page.tsx
@@ -1,8 +1,8 @@
"use client";
import { Link } from "@/i18n/routing";
-import { getIndeksData } from "@/service/landing/landing";
-import { formatDateToIndonesian } from "@/utils/globals";
+import { getIndeksData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
import { usePathname } from "next/navigation";
import React, { useEffect, useState } from "react";
diff --git a/src/app/[locale]/(public)/(polda)/polda/[polda_name]/layout.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/layout.tsx
new file mode 100644
index 00000000..83439404
--- /dev/null
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/layout.tsx
@@ -0,0 +1,30 @@
+"use client";
+
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+import NavbarKaltara from "@/components/features/landing-page/landing-polda-kaltara/navbar-polda-kaltara";
+import { useParams } from "next/navigation";
+
+const layout = ({ children }: { children: React.ReactNode }) => {
+ const params = useParams();
+ const poldaName: any = params?.polda_name;
+ return poldaName === "kaltara" ? (
+ children
+ ) : (
+ <>
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/src/app/[locale]/(public)/(polda)/polda/[polda_name]/page.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/page.tsx
new file mode 100644
index 00000000..cdfb3e80
--- /dev/null
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/page.tsx
@@ -0,0 +1,43 @@
+"use client";
+
+import ContentCategory from "@/components/features/landing-page/content-category";
+import HeaderBanner from "@/components/features/landing-page/header-banner";
+import NewContent from "@/components/features/landing-page/new-content";
+import WelcomePolda from "@/components/features/landing-page/welcome-polda";
+import React from "react";
+import { useParams } from "next/navigation";
+import NavbarKaltara from "@/components/features/landing-page/landing-polda-kaltara/navbar-polda-kaltara";
+import HeaderBannerKaltara from "@/components/features/landing-page/landing-polda-kaltara/header-banner-kaltara";
+import SearchSectionKaltara from "@/components/features/landing-page/landing-polda-kaltara/search-section-kaltara";
+import LatestContentKaltara from "@/components/features/landing-page/landing-polda-kaltara/latest-content-kaltara";
+import ContactUsKaltara from "@/components/features/landing-page/landing-polda-kaltara/contact-us-kaltara";
+import NewsTickerKaltara from "../../tbnews/[polda_name]/components/news-tickers-kaltara";
+import ContentCategoryKaltara from "@/components/features/landing-page/landing-polda-kaltara/content-category-kaltara";
+
+const page = () => {
+ const params = useParams();
+ const poldaName: any = params?.polda_name;
+ return poldaName === "kaltara" ? (
+
+
+
+ {/* */}
+
+
+
+
+
+
+
+ ) : (
+
+
+
+
+
+
+
+ );
+};
+
+export default page;
diff --git a/src/app/[locale]/(public)/(polda)/polda/[polda_name]/schedule/layout.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/schedule/layout.tsx
new file mode 100644
index 00000000..5decae93
--- /dev/null
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/schedule/layout.tsx
@@ -0,0 +1,20 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+ {children}
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/schedule/page.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/schedule/page.tsx
similarity index 99%
rename from app/[locale]/(public)/(satker)/satker/[satker_name]/schedule/page.tsx
rename to src/app/[locale]/(public)/(polda)/polda/[polda_name]/schedule/page.tsx
index 578b19b3..bb1f36d5 100644
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/schedule/page.tsx
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/schedule/page.tsx
@@ -6,10 +6,10 @@ import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useState } from "react";
import { format } from "date-fns";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Checkbox } from "@/components/ui/checkbox";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { detailSchedule, listSchedule, listScheduleNextPublic, listSchedulePrevPublic, listScheduleTodayPublic } from "@/service/schedule/schedule";
+import { detailSchedule, listSchedule, listScheduleNextPublic, listSchedulePrevPublic, listScheduleTodayPublic } from "@/lib/services/schedule/schedule";
import { useRouter } from "@/i18n/routing";
import { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger } from "@/components/ui/alert-dialog";
import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from "@/components/ui/accordion";
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/video/detail/[slug]/page.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/video/detail/[slug]/page.tsx
similarity index 97%
rename from app/[locale]/(public)/(polda)/polda/[polda_name]/video/detail/[slug]/page.tsx
rename to src/app/[locale]/(public)/(polda)/polda/[polda_name]/video/detail/[slug]/page.tsx
index f5f7637f..9bf95443 100644
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/video/detail/[slug]/page.tsx
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/video/detail/[slug]/page.tsx
@@ -3,15 +3,15 @@
import { useParams, usePathname } from "next/navigation";
import React, { useEffect, useState } from "react";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { checkWishlistStatus, deleteWishlist, getDetail, saveWishlist } from "@/service/landing/landing";
-import VideoPlayer from "@/utils/video-player";
-import NewContent from "@/components/landing-page/new-content";
+import { checkWishlistStatus, deleteWishlist, getDetail, saveWishlist } from "@/lib/services/landing/landing";
+import VideoPlayer from "@/lib/utils/video-player";
+import NewContent from "@/components/features/landing-page/new-content";
import { Link, useRouter } from "@/i18n/routing";
import { Textarea } from "@/components/ui/textarea";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { close, error, loading } from "@/config/swal";
import { useToast } from "@/components/ui/use-toast";
-import { postActivityLog } from "@/service/content/content";
+import { postActivityLog } from "@/lib/services/content/content";
const DetailVideo = () => {
const [selectedSize, setSelectedSize] = useState("L");
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/video/filter/page.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/video/filter/page.tsx
similarity index 98%
rename from app/[locale]/(public)/(polda)/polda/[polda_name]/video/filter/page.tsx
rename to src/app/[locale]/(public)/(polda)/polda/[polda_name]/video/filter/page.tsx
index fe13597c..2fa08dc2 100644
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/video/filter/page.tsx
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/video/filter/page.tsx
@@ -3,12 +3,12 @@ import React, { useEffect, useState } from "react";
import { Card, CardContent } from "@/components/ui/card";
import { Checkbox } from "@/components/ui/checkbox";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/utils/globals";
+import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { useParams, usePathname, useSearchParams } from "next/navigation";
-import { getListContent, getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/service/landing/landing";
+import { getListContent, getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/lib/services/landing/landing";
import { ColumnDef, ColumnFiltersState, PaginationState, SortingState, VisibilityState, getCoreRowModel, getFilteredRowModel, getPaginationRowModel, getSortedRowModel, useReactTable } from "@tanstack/react-table";
-import LandingPagination from "@/components/landing-page/pagination";
-import { Reveal } from "@/components/landing-page/Reveal";
+import LandingPagination from "@/components/features/landing-page/pagination";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Link, useRouter } from "@/i18n/routing";
import { Input } from "@/components/ui/input";
import ReactDatePicker from "react-datepicker";
diff --git a/src/app/[locale]/(public)/(polda)/polda/[polda_name]/video/layout.tsx b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/video/layout.tsx
new file mode 100644
index 00000000..df087d08
--- /dev/null
+++ b/src/app/[locale]/(public)/(polda)/polda/[polda_name]/video/layout.tsx
@@ -0,0 +1,37 @@
+"use client";
+
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+import NavbarKaltara from "@/components/features/landing-page/landing-polda-kaltara/navbar-polda-kaltara";
+import { useParams } from "next/navigation";
+import ContactUsKaltara from "@/components/features/landing-page/landing-polda-kaltara/contact-us-kaltara";
+import NewsTickerKaltara from "../../../tbnews/[polda_name]/components/news-tickers-kaltara";
+
+const layout = ({ children }: { children: React.ReactNode }) => {
+ const params = useParams();
+ const poldaName: any = params?.polda_name;
+ return poldaName === "kaltara" ? (
+ <>
+
+ {children}
+
+
+ >
+ ) : (
+ <>
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/contact-us.tsx b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/contact-us.tsx
similarity index 100%
rename from app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/contact-us.tsx
rename to src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/contact-us.tsx
diff --git a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/hero-kaltara.tsx b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/hero-kaltara.tsx
similarity index 98%
rename from app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/hero-kaltara.tsx
rename to src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/hero-kaltara.tsx
index ab2bbc3b..233f7e10 100644
--- a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/hero-kaltara.tsx
+++ b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/hero-kaltara.tsx
@@ -1,12 +1,12 @@
"use client";
-import { Reveal } from "@/components/landing-page/Reveal";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious } from "@/components/ui/carousel";
import { Icon } from "@/components/ui/icon";
import { Skeleton } from "@/components/ui/skeleton";
import { Link } from "@/i18n/routing";
-import { listData } from "@/service/landing/landing";
-import { formatDateToIndonesian, getPublicLocaleTimestamp } from "@/utils/globals";
+import { listData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian, getPublicLocaleTimestamp } from "@/lib/utils/globals";
import Image from "next/image";
import { useParams } from "next/navigation";
import React, { useEffect, useState } from "react";
diff --git a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/latest-news.tsx b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/latest-news.tsx
similarity index 98%
rename from app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/latest-news.tsx
rename to src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/latest-news.tsx
index 81f26a7b..1c7642a6 100644
--- a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/latest-news.tsx
+++ b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/latest-news.tsx
@@ -1,9 +1,9 @@
"use client";
-import { Reveal } from "@/components/landing-page/Reveal";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Skeleton } from "@/components/ui/skeleton";
-import { listData } from "@/service/landing/landing";
-import { formatDateToIndonesian } from "@/utils/globals";
+import { listData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
import { useTranslations } from "next-intl";
import Image from "next/image";
import { useParams } from "next/navigation";
diff --git a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/national-news.tsx b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/national-news.tsx
similarity index 98%
rename from app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/national-news.tsx
rename to src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/national-news.tsx
index 85a067be..ad941670 100644
--- a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/national-news.tsx
+++ b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/national-news.tsx
@@ -1,9 +1,9 @@
"use client";
-import { Reveal } from "@/components/landing-page/Reveal";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Skeleton } from "@/components/ui/skeleton";
-import { getHeroData, listData } from "@/service/landing/landing";
-import { formatDateToIndonesian } from "@/utils/globals";
+import { getHeroData, listData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
import Image from "next/image";
import { useParams } from "next/navigation";
import React, { useEffect, useState } from "react";
diff --git a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/navbar-kaltara.tsx b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/navbar-kaltara.tsx
similarity index 100%
rename from app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/navbar-kaltara.tsx
rename to src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/navbar-kaltara.tsx
diff --git a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/news-tickers-kaltara.tsx b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/news-tickers-kaltara.tsx
similarity index 96%
rename from app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/news-tickers-kaltara.tsx
rename to src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/news-tickers-kaltara.tsx
index 9cd499d7..633d2256 100644
--- a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/news-tickers-kaltara.tsx
+++ b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/news-tickers-kaltara.tsx
@@ -1,7 +1,7 @@
"use client";
import { Link } from "@/i18n/routing";
-import { getHeroData, listCarousel, listData } from "@/service/landing/landing";
-import { formatDateToIndonesian, textEllipsis } from "@/utils/globals";
+import { getHeroData, listCarousel, listData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian, textEllipsis } from "@/lib/utils/globals";
import { useEffect, useState } from "react";
import { useTranslations } from "next-intl";
import { Icon } from "@/components/ui/icon";
diff --git a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/popular-news.tsx b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/popular-news.tsx
similarity index 98%
rename from app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/popular-news.tsx
rename to src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/popular-news.tsx
index 4a4c7cd4..600d46f8 100644
--- a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/popular-news.tsx
+++ b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/popular-news.tsx
@@ -1,8 +1,8 @@
"use client";
import { Skeleton } from "@/components/ui/skeleton";
-import { getHeroData } from "@/service/landing/landing";
-import { formatDateToIndonesian } from "@/utils/globals";
+import { getHeroData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
import Image from "next/image";
import { useParams } from "next/navigation";
import React, { useEffect, useState } from "react";
diff --git a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/pps-section.tsx b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/pps-section.tsx
similarity index 100%
rename from app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/pps-section.tsx
rename to src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/pps-section.tsx
diff --git a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/regional-news.tsx b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/regional-news.tsx
similarity index 98%
rename from app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/regional-news.tsx
rename to src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/regional-news.tsx
index dd676e45..18633248 100644
--- a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/regional-news.tsx
+++ b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/regional-news.tsx
@@ -1,9 +1,9 @@
"use client";
-import { Reveal } from "@/components/landing-page/Reveal";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Skeleton } from "@/components/ui/skeleton";
-import { getHeroData, listData } from "@/service/landing/landing";
-import { formatDateToIndonesian } from "@/utils/globals";
+import { getHeroData, listData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
import Image from "next/image";
import { useParams } from "next/navigation";
import React, { useEffect, useState } from "react";
diff --git a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/social-media.tsx b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/social-media.tsx
similarity index 99%
rename from app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/social-media.tsx
rename to src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/social-media.tsx
index 6abb3425..415711ea 100644
--- a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/social-media.tsx
+++ b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/components/social-media.tsx
@@ -5,9 +5,9 @@ import { Tabs, TabsList, TabsTrigger } from "@/components/ui/tabs";
import Image from "next/image";
import { Icon } from "@/components/ui/icon";
import { Link } from "@/i18n/routing";
-import { Reveal } from "@/components/landing-page/Reveal";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious } from "@/components/ui/carousel";
-import { formatDateToIndonesian } from "@/utils/globals";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
const SocialMedia = () => {
const [selectedTab, setSelectedTab] = useState("x");
diff --git a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/image/detail/[slug]/layout.tsx b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/image/detail/[slug]/layout.tsx
similarity index 100%
rename from app/[locale]/(public)/(polda)/tbnews/[polda_name]/image/detail/[slug]/layout.tsx
rename to src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/image/detail/[slug]/layout.tsx
diff --git a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/image/detail/[slug]/page.tsx b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/image/detail/[slug]/page.tsx
similarity index 99%
rename from app/[locale]/(public)/(polda)/tbnews/[polda_name]/image/detail/[slug]/page.tsx
rename to src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/image/detail/[slug]/page.tsx
index a0a0da29..d9822390 100644
--- a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/image/detail/[slug]/page.tsx
+++ b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/image/detail/[slug]/page.tsx
@@ -143,24 +143,24 @@ import { Textarea } from "@/components/ui/textarea";
import { useParams, usePathname, useSearchParams } from "next/navigation";
import React, { useEffect, useState } from "react";
import { Icon } from "@iconify/react/dist/iconify.js";
-import NewContent from "@/components/landing-page/new-content";
+import NewContent from "@/components/features/landing-page/new-content";
import { useToast } from "@/components/ui/use-toast";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { close, error, loading, successCallback, warning } from "@/config/swal";
-import { checkWishlistStatus, createPublicSuggestion, deletePublicSuggestion, deleteWishlist, getDetail, getPublicSuggestionList, saveWishlist } from "@/service/landing/landing";
+import { checkWishlistStatus, createPublicSuggestion, deletePublicSuggestion, deleteWishlist, getDetail, getPublicSuggestionList, saveWishlist } from "@/lib/services/landing/landing";
import { Link, useRouter } from "@/i18n/routing";
import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";
-import { sendMediaUploadToEmail } from "@/service/media-tracking/media-tracking";
-import { checkMaliciousText, formatDateToIndonesian, getPublicLocaleTimestamp } from "@/utils/globals";
+import { sendMediaUploadToEmail } from "@/lib/services/media-tracking/media-tracking";
+import { checkMaliciousText, formatDateToIndonesian, getPublicLocaleTimestamp } from "@/lib/utils/globals";
import withReactContent from "sweetalert2-react-content";
import Swal from "sweetalert2";
import parse from "html-react-parser";
import { Skeleton } from "@/components/ui/skeleton";
import { useTranslations } from "next-intl";
import Image from "next/image";
-import { postActivityLog } from "@/service/content/content";
+import { postActivityLog } from "@/lib/services/content/content";
interface Size {
label: string;
diff --git a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/page.tsx b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/page.tsx
similarity index 90%
rename from app/[locale]/(public)/(polda)/tbnews/[polda_name]/page.tsx
rename to src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/page.tsx
index dbd15db9..cc396089 100644
--- a/app/[locale]/(public)/(polda)/tbnews/[polda_name]/page.tsx
+++ b/src/app/[locale]/(public)/(polda)/tbnews/[polda_name]/page.tsx
@@ -11,7 +11,7 @@ import ContactUs from "./components/contact-us";
import SocialMedia from "./components/social-media";
import NewsTickerKaltara from "./components/news-tickers-kaltara";
import PpsSection from "./components/pps-section";
-import ContactUsKaltara from "@/components/landing-page/landing-polda-kaltara/contact-us-kaltara";
+import ContactUsKaltara from "@/components/features/landing-page/landing-polda-kaltara/contact-us-kaltara";
const PoldaKaltara = () => {
return (
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/audio/detail/[slug]/page.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/audio/detail/[slug]/page.tsx
similarity index 98%
rename from app/[locale]/(public)/(satker)/satker/[satker_name]/audio/detail/[slug]/page.tsx
rename to src/app/[locale]/(public)/(satker)/satker/[satker_name]/audio/detail/[slug]/page.tsx
index 12999527..debc7667 100644
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/audio/detail/[slug]/page.tsx
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/audio/detail/[slug]/page.tsx
@@ -3,15 +3,15 @@
import { useParams, usePathname } from "next/navigation";
import React, { useEffect, useState } from "react";
import { Icon } from "@iconify/react/dist/iconify.js";
-import NewContent from "@/components/landing-page/new-content";
+import NewContent from "@/components/features/landing-page/new-content";
import { Link, useRouter } from "@/i18n/routing";
import { Textarea } from "@/components/ui/textarea";
import { BarWave } from "react-cssfx-loading";
import { useToast } from "@/components/ui/use-toast";
-import { checkWishlistStatus, deleteWishlist, getDetail, saveWishlist } from "@/service/landing/landing";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { checkWishlistStatus, deleteWishlist, getDetail, saveWishlist } from "@/lib/services/landing/landing";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { close, error, loading } from "@/config/swal";
-import { postActivityLog } from "@/service/content/content";
+import { postActivityLog } from "@/lib/services/content/content";
const DetailAudio = () => {
const [selectedSize, setSelectedSize] = useState("L");
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/audio/filter/page.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/audio/filter/page.tsx
similarity index 98%
rename from app/[locale]/(public)/(satker)/satker/[satker_name]/audio/filter/page.tsx
rename to src/app/[locale]/(public)/(satker)/satker/[satker_name]/audio/filter/page.tsx
index 4c483e42..142e1e86 100644
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/audio/filter/page.tsx
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/audio/filter/page.tsx
@@ -3,12 +3,12 @@ import React, { useEffect, useState } from "react";
import { Card, CardContent } from "@/components/ui/card";
import { Checkbox } from "@/components/ui/checkbox";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/utils/globals";
+import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { useParams, usePathname, useSearchParams } from "next/navigation";
-import { getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/service/landing/landing";
+import { getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/lib/services/landing/landing";
import { ColumnDef, ColumnFiltersState, PaginationState, SortingState, VisibilityState, getCoreRowModel, getFilteredRowModel, getPaginationRowModel, getSortedRowModel, useReactTable } from "@tanstack/react-table";
-import LandingPagination from "@/components/landing-page/pagination";
-import { Reveal } from "@/components/landing-page/Reveal";
+import LandingPagination from "@/components/features/landing-page/pagination";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Link, useRouter } from "@/i18n/routing";
import { Input } from "@/components/ui/input";
import ReactDatePicker from "react-datepicker";
diff --git a/src/app/[locale]/(public)/(satker)/satker/[satker_name]/audio/layout.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/audio/layout.tsx
new file mode 100644
index 00000000..5decae93
--- /dev/null
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/audio/layout.tsx
@@ -0,0 +1,20 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+ {children}
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/document/detail/[slug]/page.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/document/detail/[slug]/page.tsx
similarity index 98%
rename from app/[locale]/(public)/(satker)/satker/[satker_name]/document/detail/[slug]/page.tsx
rename to src/app/[locale]/(public)/(satker)/satker/[satker_name]/document/detail/[slug]/page.tsx
index b9117d4f..4a9e6372 100644
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/document/detail/[slug]/page.tsx
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/document/detail/[slug]/page.tsx
@@ -3,14 +3,14 @@
import { useParams, usePathname } from "next/navigation";
import React, { useEffect, useState } from "react";
import { Icon } from "@iconify/react/dist/iconify.js";
-import NewContent from "@/components/landing-page/new-content";
+import NewContent from "@/components/features/landing-page/new-content";
import { Textarea } from "@/components/ui/textarea";
-import { getCookiesDecrypt } from "@/lib/utils";
-import { checkWishlistStatus, deleteWishlist, getDetail, saveWishlist } from "@/service/landing/landing";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import { checkWishlistStatus, deleteWishlist, getDetail, saveWishlist } from "@/lib/services/landing/landing";
import { close, error, loading } from "@/config/swal";
import { useToast } from "@/components/ui/use-toast";
import { Link, useRouter } from "@/i18n/routing";
-import { postActivityLog } from "@/service/content/content";
+import { postActivityLog } from "@/lib/services/content/content";
const DetailDocument = () => {
const [selectedSize, setSelectedSize] = useState("L");
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/document/filter/page.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/document/filter/page.tsx
similarity index 99%
rename from app/[locale]/(public)/(satker)/satker/[satker_name]/document/filter/page.tsx
rename to src/app/[locale]/(public)/(satker)/satker/[satker_name]/document/filter/page.tsx
index 0c49f0c1..4b546abc 100644
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/document/filter/page.tsx
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/document/filter/page.tsx
@@ -3,12 +3,12 @@ import React, { useEffect, useState } from "react";
import { Card, CardContent } from "@/components/ui/card";
import { Checkbox } from "@/components/ui/checkbox";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/utils/globals";
+import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { useParams, usePathname, useSearchParams } from "next/navigation";
-import { getListContent, getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/service/landing/landing";
+import { getListContent, getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/lib/services/landing/landing";
import { ColumnDef, ColumnFiltersState, PaginationState, SortingState, VisibilityState, getCoreRowModel, getFilteredRowModel, getPaginationRowModel, getSortedRowModel, useReactTable } from "@tanstack/react-table";
-import LandingPagination from "@/components/landing-page/pagination";
-import { Reveal } from "@/components/landing-page/Reveal";
+import LandingPagination from "@/components/features/landing-page/pagination";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Link, useRouter } from "@/i18n/routing";
import { Input } from "@/components/ui/input";
import ReactDatePicker from "react-datepicker";
diff --git a/src/app/[locale]/(public)/(satker)/satker/[satker_name]/document/layout.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/document/layout.tsx
new file mode 100644
index 00000000..5decae93
--- /dev/null
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/document/layout.tsx
@@ -0,0 +1,20 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+ {children}
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/image/detail/[slug]/page.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/image/detail/[slug]/page.tsx
similarity index 98%
rename from app/[locale]/(public)/(satker)/satker/[satker_name]/image/detail/[slug]/page.tsx
rename to src/app/[locale]/(public)/(satker)/satker/[satker_name]/image/detail/[slug]/page.tsx
index ab1460c1..80fd5451 100644
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/image/detail/[slug]/page.tsx
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/image/detail/[slug]/page.tsx
@@ -4,13 +4,13 @@ import { Textarea } from "@/components/ui/textarea";
import { useParams, usePathname } from "next/navigation";
import React, { useEffect, useState } from "react";
import { Icon } from "@iconify/react/dist/iconify.js";
-import NewContent from "@/components/landing-page/new-content";
+import NewContent from "@/components/features/landing-page/new-content";
import { useToast } from "@/components/ui/use-toast";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { close, error, loading } from "@/config/swal";
-import { checkWishlistStatus, deleteWishlist, getDetail, saveWishlist } from "@/service/landing/landing";
+import { checkWishlistStatus, deleteWishlist, getDetail, saveWishlist } from "@/lib/services/landing/landing";
import { Link, useRouter } from "@/i18n/routing";
-import { postActivityLog } from "@/service/content/content";
+import { postActivityLog } from "@/lib/services/content/content";
const DetailInfo = () => {
const [selectedSize, setSelectedSize] = useState("L");
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/image/filter/page.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/image/filter/page.tsx
similarity index 98%
rename from app/[locale]/(public)/(satker)/satker/[satker_name]/image/filter/page.tsx
rename to src/app/[locale]/(public)/(satker)/satker/[satker_name]/image/filter/page.tsx
index fc163f11..96bb46c8 100644
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/image/filter/page.tsx
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/image/filter/page.tsx
@@ -3,12 +3,12 @@ import React, { useEffect, useState } from "react";
import { Card, CardContent } from "@/components/ui/card";
import { Checkbox } from "@/components/ui/checkbox";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/utils/globals";
+import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { useParams, usePathname, useSearchParams } from "next/navigation";
-import { getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/service/landing/landing";
+import { getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/lib/services/landing/landing";
import { ColumnDef, ColumnFiltersState, PaginationState, SortingState, VisibilityState, getCoreRowModel, getFilteredRowModel, getPaginationRowModel, getSortedRowModel, useReactTable } from "@tanstack/react-table";
-import LandingPagination from "@/components/landing-page/pagination";
-import { Reveal } from "@/components/landing-page/Reveal";
+import LandingPagination from "@/components/features/landing-page/pagination";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Link, useRouter } from "@/i18n/routing";
import { Input } from "@/components/ui/input";
import ReactDatePicker from "react-datepicker";
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/image/layout.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/image/layout.tsx
similarity index 53%
rename from app/[locale]/(public)/(satker)/satker/[satker_name]/image/layout.tsx
rename to src/app/[locale]/(public)/(satker)/satker/[satker_name]/image/layout.tsx
index 4bda3a26..b1a2e734 100644
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/image/layout.tsx
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/image/layout.tsx
@@ -1,5 +1,5 @@
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
const layout = async ({ children }: { children: React.ReactNode }) => {
return (
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/detail/[slug]/page.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/detail/[slug]/page.tsx
similarity index 96%
rename from app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/detail/[slug]/page.tsx
rename to src/app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/detail/[slug]/page.tsx
index b76f2d03..6ca652a6 100644
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/detail/[slug]/page.tsx
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/detail/[slug]/page.tsx
@@ -4,8 +4,8 @@ import { useParams, usePathname, useRouter } from "next/navigation";
import React, { useEffect, useState } from "react";
import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious } from "@/components/ui/carousel";
import { Link } from "@/i18n/routing";
-import { getDetailIndeks, publicDetailBlog } from "@/service/landing/landing";
-import { formatDateToIndonesian } from "@/utils/globals";
+import { getDetailIndeks, publicDetailBlog } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
const IndeksDetail = () => {
diff --git a/src/app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/layout.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/layout.tsx
new file mode 100644
index 00000000..5decae93
--- /dev/null
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/layout.tsx
@@ -0,0 +1,20 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+ {children}
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/page.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/page.tsx
similarity index 97%
rename from app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/page.tsx
rename to src/app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/page.tsx
index ebf34670..4568ba6a 100644
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/indeks/page.tsx
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/indeks/page.tsx
@@ -1,8 +1,8 @@
"use client";
import { Link } from "@/i18n/routing";
-import { getIndeksData } from "@/service/landing/landing";
-import { formatDateToIndonesian } from "@/utils/globals";
+import { getIndeksData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
import { usePathname } from "next/navigation";
import React, { useEffect, useState } from "react";
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/page.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/page.tsx
similarity index 50%
rename from app/[locale]/(public)/(satker)/satker/[satker_name]/page.tsx
rename to src/app/[locale]/(public)/(satker)/satker/[satker_name]/page.tsx
index 186419a0..59b1c1bb 100644
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/page.tsx
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/page.tsx
@@ -1,9 +1,9 @@
"use client";
-import ContentCategory from "@/components/landing-page/content-category";
-import HeaderBannerSatker from "@/components/landing-page/header-banner-satker";
-import NewContent from "@/components/landing-page/new-content";
-import WelcomeSatker from "@/components/landing-page/welcome-satker";
+import ContentCategory from "@/components/features/landing-page/content-category";
+import HeaderBannerSatker from "@/components/features/landing-page/header-banner-satker";
+import NewContent from "@/components/features/landing-page/new-content";
+import WelcomeSatker from "@/components/features/landing-page/welcome-satker";
import React from "react";
const page = () => {
diff --git a/src/app/[locale]/(public)/(satker)/satker/[satker_name]/schedule/layout.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/schedule/layout.tsx
new file mode 100644
index 00000000..5decae93
--- /dev/null
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/schedule/layout.tsx
@@ -0,0 +1,20 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+ {children}
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/(polda)/polda/[polda_name]/schedule/page.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/schedule/page.tsx
similarity index 99%
rename from app/[locale]/(public)/(polda)/polda/[polda_name]/schedule/page.tsx
rename to src/app/[locale]/(public)/(satker)/satker/[satker_name]/schedule/page.tsx
index 578b19b3..bb1f36d5 100644
--- a/app/[locale]/(public)/(polda)/polda/[polda_name]/schedule/page.tsx
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/schedule/page.tsx
@@ -6,10 +6,10 @@ import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useState } from "react";
import { format } from "date-fns";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Checkbox } from "@/components/ui/checkbox";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { detailSchedule, listSchedule, listScheduleNextPublic, listSchedulePrevPublic, listScheduleTodayPublic } from "@/service/schedule/schedule";
+import { detailSchedule, listSchedule, listScheduleNextPublic, listSchedulePrevPublic, listScheduleTodayPublic } from "@/lib/services/schedule/schedule";
import { useRouter } from "@/i18n/routing";
import { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger } from "@/components/ui/alert-dialog";
import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from "@/components/ui/accordion";
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/video/detail/[slug]/page.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/video/detail/[slug]/page.tsx
similarity index 97%
rename from app/[locale]/(public)/(satker)/satker/[satker_name]/video/detail/[slug]/page.tsx
rename to src/app/[locale]/(public)/(satker)/satker/[satker_name]/video/detail/[slug]/page.tsx
index 8f6d744c..759d7271 100644
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/video/detail/[slug]/page.tsx
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/video/detail/[slug]/page.tsx
@@ -3,15 +3,15 @@
import { useParams, usePathname } from "next/navigation";
import React, { useEffect, useState } from "react";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { checkWishlistStatus, deleteWishlist, getDetail, saveWishlist } from "@/service/landing/landing";
-import VideoPlayer from "@/utils/video-player";
-import NewContent from "@/components/landing-page/new-content";
+import { checkWishlistStatus, deleteWishlist, getDetail, saveWishlist } from "@/lib/services/landing/landing";
+import VideoPlayer from "@/lib/utils/video-player";
+import NewContent from "@/components/features/landing-page/new-content";
import { Link, useRouter } from "@/i18n/routing";
import { Textarea } from "@/components/ui/textarea";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { close, error, loading } from "@/config/swal";
import { useToast } from "@/components/ui/use-toast";
-import { postActivityLog } from "@/service/content/content";
+import { postActivityLog } from "@/lib/services/content/content";
const DetailVideo = () => {
const [selectedSize, setSelectedSize] = useState("L");
diff --git a/app/[locale]/(public)/(satker)/satker/[satker_name]/video/filter/page.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/video/filter/page.tsx
similarity index 98%
rename from app/[locale]/(public)/(satker)/satker/[satker_name]/video/filter/page.tsx
rename to src/app/[locale]/(public)/(satker)/satker/[satker_name]/video/filter/page.tsx
index 30fdbcd9..d72cf0e9 100644
--- a/app/[locale]/(public)/(satker)/satker/[satker_name]/video/filter/page.tsx
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/video/filter/page.tsx
@@ -3,12 +3,12 @@ import React, { useEffect, useState } from "react";
import { Card, CardContent } from "@/components/ui/card";
import { Checkbox } from "@/components/ui/checkbox";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/utils/globals";
+import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { useParams, usePathname, useSearchParams } from "next/navigation";
-import { getListContent, getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/service/landing/landing";
+import { getListContent, getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/lib/services/landing/landing";
import { ColumnDef, ColumnFiltersState, PaginationState, SortingState, VisibilityState, getCoreRowModel, getFilteredRowModel, getPaginationRowModel, getSortedRowModel, useReactTable } from "@tanstack/react-table";
-import LandingPagination from "@/components/landing-page/pagination";
-import { Reveal } from "@/components/landing-page/Reveal";
+import LandingPagination from "@/components/features/landing-page/pagination";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Link, useRouter } from "@/i18n/routing";
import { Input } from "@/components/ui/input";
import ReactDatePicker from "react-datepicker";
diff --git a/src/app/[locale]/(public)/(satker)/satker/[satker_name]/video/layout.tsx b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/video/layout.tsx
new file mode 100644
index 00000000..5decae93
--- /dev/null
+++ b/src/app/[locale]/(public)/(satker)/satker/[satker_name]/video/layout.tsx
@@ -0,0 +1,20 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+ {children}
+ >
+ );
+};
+
+export default layout;
diff --git a/src/app/[locale]/(public)/(satker)/satker/layout.tsx b/src/app/[locale]/(public)/(satker)/satker/layout.tsx
new file mode 100644
index 00000000..58f190d9
--- /dev/null
+++ b/src/app/[locale]/(public)/(satker)/satker/layout.tsx
@@ -0,0 +1,22 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/all/filter/page.tsx b/src/app/[locale]/(public)/all/filter/page.tsx
similarity index 97%
rename from app/[locale]/(public)/all/filter/page.tsx
rename to src/app/[locale]/(public)/all/filter/page.tsx
index 4554bb66..d697f763 100644
--- a/app/[locale]/(public)/all/filter/page.tsx
+++ b/src/app/[locale]/(public)/all/filter/page.tsx
@@ -3,7 +3,7 @@
import React, { useEffect, useState } from "react";
import { Checkbox } from "@/components/ui/checkbox";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { getOnlyDate, getOnlyMonthAndYear } from "@/utils/globals";
+import { getOnlyDate, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { useParams, usePathname, useSearchParams } from "next/navigation";
import {
getUserLevelListByParent,
@@ -11,7 +11,7 @@ import {
listData,
listDataAll,
listDataRegional,
-} from "@/service/landing/landing";
+} from "@/lib/services/landing/landing";
import {
ColumnDef,
ColumnFiltersState,
@@ -24,16 +24,16 @@ import {
getSortedRowModel,
useReactTable,
} from "@tanstack/react-table";
-import { Reveal } from "@/components/landing-page/Reveal";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Link, useRouter } from "@/i18n/routing";
import { Input } from "@/components/ui/input";
import ReactDatePicker from "react-datepicker";
import "react-datepicker/dist/react-datepicker.css";
import { close, loading } from "@/config/swal";
-import FilterImageComponent from "@/components/landing-page/filter-all/image-filter-card";
-import FilterVideoComponent from "@/components/landing-page/filter-all/video-filter-card";
-import FilterDocumentComponent from "@/components/landing-page/filter-all/document-filter-card";
-import FilterAudioComponent from "@/components/landing-page/filter-all/audio-filter-card";
+import FilterImageComponent from "@/components/features/landing-page/filter-all/image-filter-card";
+import FilterVideoComponent from "@/components/features/landing-page/filter-all/video-filter-card";
+import FilterDocumentComponent from "@/components/features/landing-page/filter-all/document-filter-card";
+import FilterAudioComponent from "@/components/features/landing-page/filter-all/audio-filter-card";
export default function FilterPage() {
const router = useRouter();
diff --git a/app/[locale]/(public)/image/layout.tsx b/src/app/[locale]/(public)/all/layout.tsx
similarity index 58%
rename from app/[locale]/(public)/image/layout.tsx
rename to src/app/[locale]/(public)/all/layout.tsx
index e2ca7e0b..efa551f0 100644
--- a/app/[locale]/(public)/image/layout.tsx
+++ b/src/app/[locale]/(public)/all/layout.tsx
@@ -1,5 +1,5 @@
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
const layout = async ({ children }: { children: React.ReactNode }) => {
return (
diff --git a/app/[locale]/(public)/audio/detail/[slug]/page.tsx b/src/app/[locale]/(public)/audio/detail/[slug]/page.tsx
similarity index 84%
rename from app/[locale]/(public)/audio/detail/[slug]/page.tsx
rename to src/app/[locale]/(public)/audio/detail/[slug]/page.tsx
index 9d714a3f..823dfb25 100644
--- a/app/[locale]/(public)/audio/detail/[slug]/page.tsx
+++ b/src/app/[locale]/(public)/audio/detail/[slug]/page.tsx
@@ -8,10 +8,10 @@ import {
getDetailMetaData,
getPublicSuggestionList,
saveWishlist,
-} from "@/service/landing/landing";
+} from "@/lib/services/landing/landing";
import { Metadata } from "next";
-import DetailImage from "@/components/main/image-detail";
-import DetailAudio from "@/components/main/audio-detail";
+import DetailImage from "@/components/features/main/image-detail";
+import DetailAudio from "@/components/features/main/audio-detail";
interface Size {
label: string;
diff --git a/app/[locale]/(public)/audio/filter/page.tsx b/src/app/[locale]/(public)/audio/filter/page.tsx
similarity index 99%
rename from app/[locale]/(public)/audio/filter/page.tsx
rename to src/app/[locale]/(public)/audio/filter/page.tsx
index eb5b1b81..de09a633 100644
--- a/app/[locale]/(public)/audio/filter/page.tsx
+++ b/src/app/[locale]/(public)/audio/filter/page.tsx
@@ -2,11 +2,11 @@
import React, { useEffect, useState } from "react";
import { Checkbox } from "@/components/ui/checkbox";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear, secondToTimes } from "@/utils/globals";
+import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear, secondToTimes } from "@/lib/utils/globals";
import { useParams, usePathname, useSearchParams } from "next/navigation";
-import { getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/service/landing/landing";
+import { getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/lib/services/landing/landing";
import { ColumnDef, ColumnFiltersState, PaginationState, SortingState, VisibilityState, getCoreRowModel, getFilteredRowModel, getPaginationRowModel, getSortedRowModel, useReactTable } from "@tanstack/react-table";
-import LandingPagination from "@/components/landing-page/pagination";
+import LandingPagination from "@/components/features/landing-page/pagination";
import { Link, useRouter } from "@/i18n/routing";
import { Input } from "@/components/ui/input";
import ReactDatePicker from "react-datepicker";
@@ -14,7 +14,7 @@ import "react-datepicker/dist/react-datepicker.css";
import { close, loading } from "@/config/swal";
import { useTranslations } from "next-intl";
import { Skeleton } from "@/components/ui/skeleton";
-import { Reveal } from "@/components/landing-page/Reveal";
+import { Reveal } from "@/components/features/landing-page/Reveal";
const columns: ColumnDef[] = [
{
diff --git a/src/app/[locale]/(public)/audio/layout.tsx b/src/app/[locale]/(public)/audio/layout.tsx
new file mode 100644
index 00000000..58f190d9
--- /dev/null
+++ b/src/app/[locale]/(public)/audio/layout.tsx
@@ -0,0 +1,22 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/src/app/[locale]/(public)/contact/layout.tsx b/src/app/[locale]/(public)/contact/layout.tsx
new file mode 100644
index 00000000..ec4dcb46
--- /dev/null
+++ b/src/app/[locale]/(public)/contact/layout.tsx
@@ -0,0 +1,22 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Navbar from "@/components/features/landing-page/navbar";
+import Footer from "@/components/features/landing-page/footer";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/contact/page.tsx b/src/app/[locale]/(public)/contact/page.tsx
similarity index 95%
rename from app/[locale]/(public)/contact/page.tsx
rename to src/app/[locale]/(public)/contact/page.tsx
index 68ff5a15..1973dbd5 100644
--- a/app/[locale]/(public)/contact/page.tsx
+++ b/src/app/[locale]/(public)/contact/page.tsx
@@ -1,14 +1,14 @@
"use client";
-import { Reveal } from "@/components/landing-page/Reveal";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { Reveal } from "@/components/features/landing-page/Reveal";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { useRouter } from "next/navigation";
import React, { useEffect, useState } from "react";
import { yupResolver } from "@hookform/resolvers/yup";
import * as Yup from "yup";
import { useForm } from "react-hook-form";
-import { getInfoProfile, getProfile, getSubjects } from "@/service/auth";
+import { getInfoProfile, getProfile, getSubjects } from "@/lib/services/auth";
import { close, error, loading, successCallback } from "@/config/swal";
-import { sendMessage } from "@/service/landing/landing";
+import { sendMessage } from "@/lib/services/landing/landing";
import { useTranslations } from "next-intl";
const ContactForm = () => {
diff --git a/app/[locale]/(public)/content-management/download/page.tsx b/src/app/[locale]/(public)/content-management/download/page.tsx
similarity index 99%
rename from app/[locale]/(public)/content-management/download/page.tsx
rename to src/app/[locale]/(public)/content-management/download/page.tsx
index 0d4876e4..0a7c145b 100644
--- a/app/[locale]/(public)/content-management/download/page.tsx
+++ b/src/app/[locale]/(public)/content-management/download/page.tsx
@@ -1,22 +1,22 @@
"use client";
import { close, error, loading, successCallback } from "@/config/swal";
-import { checkWishlistStatus, deleteWishlist, getInfoProfile, mediaWishlist, saveWishlist } from "@/service/landing/landing";
+import { checkWishlistStatus, deleteWishlist, getInfoProfile, mediaWishlist, saveWishlist } from "@/lib/services/landing/landing";
import React, { useEffect, useState } from "react";
import { Link, useRouter } from "@/i18n/routing";
import { Tabs, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { usePathname, useSearchParams } from "next/navigation";
import { Card, CardContent } from "@/components/ui/card";
-import HeaderManagement from "@/components/landing-page/header-management";
-import SidebarManagement from "@/components/landing-page/sidebar-management";
+import HeaderManagement from "@/components/features/landing-page/header-management";
+import SidebarManagement from "@/components/features/landing-page/sidebar-management";
import withReactContent from "sweetalert2-react-content";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import Swal from "sweetalert2";
import { Icon } from "@iconify/react/dist/iconify.js";
import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";
-import { sendMediaUploadToEmail } from "@/service/media-tracking/media-tracking";
+import { sendMediaUploadToEmail } from "@/lib/services/media-tracking/media-tracking";
import ImageBlurry from "@/components/ui/image-blurry";
import Image from "next/image";
import { useTranslations } from "next-intl";
diff --git a/app/[locale]/(public)/content-management/galery/page.tsx b/src/app/[locale]/(public)/content-management/galery/page.tsx
similarity index 99%
rename from app/[locale]/(public)/content-management/galery/page.tsx
rename to src/app/[locale]/(public)/content-management/galery/page.tsx
index 05b566ba..cfe4ea6d 100644
--- a/app/[locale]/(public)/content-management/galery/page.tsx
+++ b/src/app/[locale]/(public)/content-management/galery/page.tsx
@@ -1,16 +1,16 @@
"use client";
import { close, error, loading, successCallback } from "@/config/swal";
-import { checkWishlistStatus, deleteWishlist, getInfoProfile, mediaWishlist, saveWishlist } from "@/service/landing/landing";
+import { checkWishlistStatus, deleteWishlist, getInfoProfile, mediaWishlist, saveWishlist } from "@/lib/services/landing/landing";
import React, { useEffect, useState } from "react";
import { Link, useRouter } from "@/i18n/routing";
import { Tabs, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { useSearchParams } from "next/navigation";
import { Card, CardContent } from "@/components/ui/card";
-import HeaderManagement from "@/components/landing-page/header-management";
-import SidebarManagement from "@/components/landing-page/sidebar-management";
+import HeaderManagement from "@/components/features/landing-page/header-management";
+import SidebarManagement from "@/components/features/landing-page/sidebar-management";
import withReactContent from "sweetalert2-react-content";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import Swal from "sweetalert2";
import { useToast } from "@/components/ui/use-toast";
import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger } from "@/components/ui/dropdown-menu";
@@ -18,7 +18,7 @@ import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover
import { Icon } from "@iconify/react/dist/iconify.js";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";
-import { sendMediaUploadToEmail } from "@/service/media-tracking/media-tracking";
+import { sendMediaUploadToEmail } from "@/lib/services/media-tracking/media-tracking";
import ImageBlurry from "@/components/ui/image-blurry";
import Image from "next/image";
import { useTranslations } from "next-intl";
diff --git a/src/app/[locale]/(public)/content-management/layout.tsx b/src/app/[locale]/(public)/content-management/layout.tsx
new file mode 100644
index 00000000..21356059
--- /dev/null
+++ b/src/app/[locale]/(public)/content-management/layout.tsx
@@ -0,0 +1,23 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/content-management/rewrite/create/[id]/page.tsx b/src/app/[locale]/(public)/content-management/rewrite/create/[id]/page.tsx
similarity index 97%
rename from app/[locale]/(public)/content-management/rewrite/create/[id]/page.tsx
rename to src/app/[locale]/(public)/content-management/rewrite/create/[id]/page.tsx
index a982672d..6858da48 100644
--- a/app/[locale]/(public)/content-management/rewrite/create/[id]/page.tsx
+++ b/src/app/[locale]/(public)/content-management/rewrite/create/[id]/page.tsx
@@ -1,9 +1,9 @@
"use client";
-import HeaderManagement from "@/components/landing-page/header-management";
-import SidebarManagement from "@/components/landing-page/sidebar-management";
+import HeaderManagement from "@/components/features/landing-page/header-management";
+import SidebarManagement from "@/components/features/landing-page/sidebar-management";
import { useRouter } from "@/i18n/routing";
-import { getCookiesDecrypt, setCookiesEncrypt } from "@/lib/utils";
+import { getCookiesDecrypt, setCookiesEncrypt } from "@/lib/utils/utils";
import { useParams, useSearchParams } from "next/navigation";
import React, { useEffect, useState } from "react";
import Swal from "sweetalert2";
@@ -13,12 +13,12 @@ import { Controller, useForm } from "react-hook-form";
import * as z from "zod";
import { zodResolver } from "@hookform/resolvers/zod";
import CustomEditor from "@/components/editor/custom-editor";
-import { generateDataArticle, getDetailArticle } from "@/service/content/ai";
+import { generateDataArticle, getDetailArticle } from "@/lib/services/content/ai";
import { Button } from "@/components/ui/button";
import { close, error, loading } from "@/config/swal";
-import { saveContentRewrite } from "@/service/content/content";
-import { getPublicSuggestionList } from "@/service/landing/landing";
-import { getDetail } from "@/service/detail/detail";
+import { saveContentRewrite } from "@/lib/services/content/content";
+import { getPublicSuggestionList } from "@/lib/services/landing/landing";
+import { getDetail } from "@/lib/services/detail/detail";
import { yupResolver } from "@hookform/resolvers/yup";
import * as Yup from "yup";
import Cookies from "js-cookie";
diff --git a/app/[locale]/(public)/content-management/rewrite/detail/[id]/page.tsx b/src/app/[locale]/(public)/content-management/rewrite/detail/[id]/page.tsx
similarity index 95%
rename from app/[locale]/(public)/content-management/rewrite/detail/[id]/page.tsx
rename to src/app/[locale]/(public)/content-management/rewrite/detail/[id]/page.tsx
index ed58c1cd..e09c188f 100644
--- a/app/[locale]/(public)/content-management/rewrite/detail/[id]/page.tsx
+++ b/src/app/[locale]/(public)/content-management/rewrite/detail/[id]/page.tsx
@@ -2,8 +2,8 @@
import { close, error, loading } from "@/config/swal";
import { useRouter } from "@/i18n/routing";
-import { getCookiesDecrypt } from "@/lib/utils";
-import { getContentRewrite, getInfoProfile } from "@/service/landing/landing";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import { getContentRewrite, getInfoProfile } from "@/lib/services/landing/landing";
import { useParams, useSearchParams } from "next/navigation";
import React, { useEffect, useState } from "react";
import Swal from "sweetalert2";
@@ -11,10 +11,10 @@ import withReactContent from "sweetalert2-react-content";
import * as Yup from "yup";
import { yupResolver } from "@hookform/resolvers/yup";
import { useForm } from "react-hook-form";
-import { generateDataArticle } from "@/service/content/ai";
-import HeaderManagement from "@/components/landing-page/header-management";
-import SidebarManagement from "@/components/landing-page/sidebar-management";
-import { saveContentRewrite } from "@/service/content/content";
+import { generateDataArticle } from "@/lib/services/content/ai";
+import HeaderManagement from "@/components/features/landing-page/header-management";
+import SidebarManagement from "@/components/features/landing-page/sidebar-management";
+import { saveContentRewrite } from "@/lib/services/content/content";
import CustomEditor from "@/components/editor/custom-editor";
import { Input } from "@/components/ui/input";
diff --git a/app/[locale]/(public)/content-management/rewrite/page.tsx b/src/app/[locale]/(public)/content-management/rewrite/page.tsx
similarity index 96%
rename from app/[locale]/(public)/content-management/rewrite/page.tsx
rename to src/app/[locale]/(public)/content-management/rewrite/page.tsx
index 4430eef1..870ae7be 100644
--- a/app/[locale]/(public)/content-management/rewrite/page.tsx
+++ b/src/app/[locale]/(public)/content-management/rewrite/page.tsx
@@ -1,10 +1,10 @@
"use client";
-import HeaderManagement from "@/components/landing-page/header-management";
-import SidebarManagement from "@/components/landing-page/sidebar-management";
+import HeaderManagement from "@/components/features/landing-page/header-management";
+import SidebarManagement from "@/components/features/landing-page/sidebar-management";
import { close, error, loading, successCallback } from "@/config/swal";
-import { getCookiesDecrypt } from "@/lib/utils";
-import { checkWishlistStatus, deleteWishlist, getContentRewritePagination, getInfoProfile, saveWishlist } from "@/service/landing/landing";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import { checkWishlistStatus, deleteWishlist, getContentRewritePagination, getInfoProfile, saveWishlist } from "@/lib/services/landing/landing";
import { useRouter, useSearchParams } from "next/navigation";
import React, { useEffect, useState } from "react";
import Swal from "sweetalert2";
@@ -15,7 +15,7 @@ import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover
import { Icon } from "@iconify/react/dist/iconify.js";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";
-import { sendMediaUploadToEmail } from "@/service/media-tracking/media-tracking";
+import { sendMediaUploadToEmail } from "@/lib/services/media-tracking/media-tracking";
import ImageBlurry from "@/components/ui/image-blurry";
import Image from "next/image";
import { useTranslations } from "next-intl";
diff --git a/app/[locale]/(public)/content-management/users/page.tsx b/src/app/[locale]/(public)/content-management/users/page.tsx
similarity index 96%
rename from app/[locale]/(public)/content-management/users/page.tsx
rename to src/app/[locale]/(public)/content-management/users/page.tsx
index 3342a832..d7d622b6 100644
--- a/app/[locale]/(public)/content-management/users/page.tsx
+++ b/src/app/[locale]/(public)/content-management/users/page.tsx
@@ -1,10 +1,10 @@
"use client";
-import HeaderManagement from "@/components/landing-page/header-management";
-import SidebarManagement from "@/components/landing-page/sidebar-management";
+import HeaderManagement from "@/components/features/landing-page/header-management";
+import SidebarManagement from "@/components/features/landing-page/sidebar-management";
import { close, loading } from "@/config/swal";
-import { getCookiesDecrypt } from "@/lib/utils";
-import { getInfoProfile, getUsersTeams, saveUserReports } from "@/service/landing/landing";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import { getInfoProfile, getUsersTeams, saveUserReports } from "@/lib/services/landing/landing";
import React, { useEffect, useState } from "react";
import { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from "@/components/ui/dialog";
import withReactContent from "sweetalert2-react-content";
diff --git a/app/[locale]/(public)/document/detail/[slug]/page.tsx b/src/app/[locale]/(public)/document/detail/[slug]/page.tsx
similarity index 80%
rename from app/[locale]/(public)/document/detail/[slug]/page.tsx
rename to src/app/[locale]/(public)/document/detail/[slug]/page.tsx
index 8b97f505..12ca11be 100644
--- a/app/[locale]/(public)/document/detail/[slug]/page.tsx
+++ b/src/app/[locale]/(public)/document/detail/[slug]/page.tsx
@@ -8,11 +8,11 @@ import {
getDetailMetaData,
getPublicSuggestionList,
saveWishlist,
-} from "@/service/landing/landing";
+} from "@/lib/services/landing/landing";
import { Metadata } from "next";
-import DetailImage from "@/components/main/image-detail";
-import DetailVideo from "@/components/main/video-detail";
-import DetailDocument from "@/components/main/document-detail";
+import DetailImage from "@/components/features/main/image-detail";
+import DetailVideo from "@/components/features/main/video-detail";
+import DetailDocument from "@/components/features/main/document-detail";
interface Size {
label: string;
diff --git a/app/[locale]/(public)/document/filter/page.tsx b/src/app/[locale]/(public)/document/filter/page.tsx
similarity index 99%
rename from app/[locale]/(public)/document/filter/page.tsx
rename to src/app/[locale]/(public)/document/filter/page.tsx
index 24df27dd..851d0ee6 100644
--- a/app/[locale]/(public)/document/filter/page.tsx
+++ b/src/app/[locale]/(public)/document/filter/page.tsx
@@ -3,12 +3,12 @@ import React, { useEffect, useState } from "react";
import { Card, CardContent } from "@/components/ui/card";
import { Checkbox } from "@/components/ui/checkbox";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/utils/globals";
+import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { useParams, usePathname, useSearchParams } from "next/navigation";
-import { getListContent, getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/service/landing/landing";
+import { getListContent, getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/lib/services/landing/landing";
import { ColumnDef, ColumnFiltersState, PaginationState, SortingState, VisibilityState, getCoreRowModel, getFilteredRowModel, getPaginationRowModel, getSortedRowModel, useReactTable } from "@tanstack/react-table";
-import LandingPagination from "@/components/landing-page/pagination";
-import { Reveal } from "@/components/landing-page/Reveal";
+import LandingPagination from "@/components/features/landing-page/pagination";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Link, useRouter } from "@/i18n/routing";
import { Input } from "@/components/ui/input";
import ReactDatePicker from "react-datepicker";
diff --git a/src/app/[locale]/(public)/document/layout.tsx b/src/app/[locale]/(public)/document/layout.tsx
new file mode 100644
index 00000000..58f190d9
--- /dev/null
+++ b/src/app/[locale]/(public)/document/layout.tsx
@@ -0,0 +1,22 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/error.tsx b/src/app/[locale]/(public)/error.tsx
similarity index 100%
rename from app/[locale]/(public)/error.tsx
rename to src/app/[locale]/(public)/error.tsx
diff --git a/src/app/[locale]/(public)/faqs/layout.tsx b/src/app/[locale]/(public)/faqs/layout.tsx
new file mode 100644
index 00000000..ec4dcb46
--- /dev/null
+++ b/src/app/[locale]/(public)/faqs/layout.tsx
@@ -0,0 +1,22 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Navbar from "@/components/features/landing-page/navbar";
+import Footer from "@/components/features/landing-page/footer";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/faqs/page.tsx b/src/app/[locale]/(public)/faqs/page.tsx
similarity index 96%
rename from app/[locale]/(public)/faqs/page.tsx
rename to src/app/[locale]/(public)/faqs/page.tsx
index d4ebf029..c4c8a114 100644
--- a/app/[locale]/(public)/faqs/page.tsx
+++ b/src/app/[locale]/(public)/faqs/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import { Reveal } from "@/components/landing-page/Reveal";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import React, { useState } from "react";
import { useTranslations } from "next-intl";
diff --git a/src/app/[locale]/(public)/feedback/layout.tsx b/src/app/[locale]/(public)/feedback/layout.tsx
new file mode 100644
index 00000000..ec4dcb46
--- /dev/null
+++ b/src/app/[locale]/(public)/feedback/layout.tsx
@@ -0,0 +1,22 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Navbar from "@/components/features/landing-page/navbar";
+import Footer from "@/components/features/landing-page/footer";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/feedback/page.tsx b/src/app/[locale]/(public)/feedback/page.tsx
similarity index 96%
rename from app/[locale]/(public)/feedback/page.tsx
rename to src/app/[locale]/(public)/feedback/page.tsx
index 1b1652c2..e30295d6 100644
--- a/app/[locale]/(public)/feedback/page.tsx
+++ b/src/app/[locale]/(public)/feedback/page.tsx
@@ -1,8 +1,8 @@
"use client";
-import { Reveal } from "@/components/landing-page/Reveal";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { error, loading, successCallback } from "@/config/swal";
-import { getFeedback, postUserFeedback } from "@/service/landing/landing";
+import { getFeedback, postUserFeedback } from "@/lib/services/landing/landing";
import React, { useEffect, useState } from "react";
import { useTranslations } from "next-intl";
diff --git a/app/[locale]/(public)/image/detail/[slug]/page.tsx b/src/app/[locale]/(public)/image/detail/[slug]/page.tsx
similarity index 90%
rename from app/[locale]/(public)/image/detail/[slug]/page.tsx
rename to src/app/[locale]/(public)/image/detail/[slug]/page.tsx
index 3c0fa4d4..e267341a 100644
--- a/app/[locale]/(public)/image/detail/[slug]/page.tsx
+++ b/src/app/[locale]/(public)/image/detail/[slug]/page.tsx
@@ -8,9 +8,9 @@ import {
getDetailMetaData,
getPublicSuggestionList,
saveWishlist,
-} from "@/service/landing/landing";
+} from "@/lib/services/landing/landing";
import { Metadata } from "next";
-import DetailImage from "@/components/main/image-detail";
+import DetailImage from "@/components/features/main/image-detail";
interface Size {
label: string;
diff --git a/app/[locale]/(public)/image/filter/page.tsx b/src/app/[locale]/(public)/image/filter/page.tsx
similarity index 98%
rename from app/[locale]/(public)/image/filter/page.tsx
rename to src/app/[locale]/(public)/image/filter/page.tsx
index bf2b13f4..bb128fdc 100644
--- a/app/[locale]/(public)/image/filter/page.tsx
+++ b/src/app/[locale]/(public)/image/filter/page.tsx
@@ -3,12 +3,12 @@ import React, { useEffect, useState } from "react";
import { Card, CardContent } from "@/components/ui/card";
import { Checkbox } from "@/components/ui/checkbox";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/utils/globals";
+import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { useParams, usePathname, useSearchParams } from "next/navigation";
-import { getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/service/landing/landing";
+import { getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/lib/services/landing/landing";
import { ColumnDef, ColumnFiltersState, PaginationState, SortingState, VisibilityState, getCoreRowModel, getFilteredRowModel, getPaginationRowModel, getSortedRowModel, useReactTable } from "@tanstack/react-table";
-import LandingPagination from "@/components/landing-page/pagination";
-import { Reveal } from "@/components/landing-page/Reveal";
+import LandingPagination from "@/components/features/landing-page/pagination";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Link, useRouter } from "@/i18n/routing";
import { Input } from "@/components/ui/input";
import ReactDatePicker from "react-datepicker";
diff --git a/app/[locale]/(public)/all/layout.tsx b/src/app/[locale]/(public)/image/layout.tsx
similarity index 58%
rename from app/[locale]/(public)/all/layout.tsx
rename to src/app/[locale]/(public)/image/layout.tsx
index e2ca7e0b..efa551f0 100644
--- a/app/[locale]/(public)/all/layout.tsx
+++ b/src/app/[locale]/(public)/image/layout.tsx
@@ -1,5 +1,5 @@
-import Footer from "@/components/landing-page/footer";
-import Navbar from "@/components/landing-page/navbar";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
const layout = async ({ children }: { children: React.ReactNode }) => {
return (
diff --git a/src/app/[locale]/(public)/inbox/layout.tsx b/src/app/[locale]/(public)/inbox/layout.tsx
new file mode 100644
index 00000000..58f190d9
--- /dev/null
+++ b/src/app/[locale]/(public)/inbox/layout.tsx
@@ -0,0 +1,22 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/inbox/page.tsx b/src/app/[locale]/(public)/inbox/page.tsx
similarity index 97%
rename from app/[locale]/(public)/inbox/page.tsx
rename to src/app/[locale]/(public)/inbox/page.tsx
index e81bb107..5dc2b24b 100644
--- a/app/[locale]/(public)/inbox/page.tsx
+++ b/src/app/[locale]/(public)/inbox/page.tsx
@@ -1,8 +1,8 @@
"use client";
import { Link, usePathname } from "@/i18n/routing";
-import { getUserNotifications } from "@/service/landing/landing";
-import { getTimestamp } from "@/utils/globals";
+import { getUserNotifications } from "@/lib/services/landing/landing";
+import { getTimestamp } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { useSearchParams } from "next/navigation";
import { useRouter } from "next/navigation";
diff --git a/app/[locale]/(public)/inbox/update/page.tsx b/src/app/[locale]/(public)/inbox/update/page.tsx
similarity index 97%
rename from app/[locale]/(public)/inbox/update/page.tsx
rename to src/app/[locale]/(public)/inbox/update/page.tsx
index 7efdd068..b1f0ba1c 100644
--- a/app/[locale]/(public)/inbox/update/page.tsx
+++ b/src/app/[locale]/(public)/inbox/update/page.tsx
@@ -1,8 +1,8 @@
"use client";
import { Link, usePathname } from "@/i18n/routing";
-import { getUserNotifications } from "@/service/landing/landing";
-import { getTimestamp } from "@/utils/globals";
+import { getUserNotifications } from "@/lib/services/landing/landing";
+import { getTimestamp } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { useSearchParams } from "next/navigation";
import React, { useEffect, useState } from "react";
diff --git a/app/[locale]/(public)/indeks/detail/[slug]/page.tsx b/src/app/[locale]/(public)/indeks/detail/[slug]/page.tsx
similarity index 99%
rename from app/[locale]/(public)/indeks/detail/[slug]/page.tsx
rename to src/app/[locale]/(public)/indeks/detail/[slug]/page.tsx
index eaede57d..4f6ae6e3 100644
--- a/app/[locale]/(public)/indeks/detail/[slug]/page.tsx
+++ b/src/app/[locale]/(public)/indeks/detail/[slug]/page.tsx
@@ -17,10 +17,10 @@ import {
getPublicSuggestionList,
postBlogComments,
publicDetailBlog,
-} from "@/service/landing/landing";
-import { formatDateToIndonesian } from "@/utils/globals";
+} from "@/lib/services/landing/landing";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { close, loading } from "@/config/swal";
import { Input } from "@/components/ui/input";
import { useTranslations } from "next-intl";
diff --git a/src/app/[locale]/(public)/indeks/layout.tsx b/src/app/[locale]/(public)/indeks/layout.tsx
new file mode 100644
index 00000000..58f190d9
--- /dev/null
+++ b/src/app/[locale]/(public)/indeks/layout.tsx
@@ -0,0 +1,22 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/indeks/page.tsx b/src/app/[locale]/(public)/indeks/page.tsx
similarity index 98%
rename from app/[locale]/(public)/indeks/page.tsx
rename to src/app/[locale]/(public)/indeks/page.tsx
index 544ce61f..f02a9248 100644
--- a/app/[locale]/(public)/indeks/page.tsx
+++ b/src/app/[locale]/(public)/indeks/page.tsx
@@ -2,8 +2,8 @@
import { Skeleton } from "@/components/ui/skeleton";
import { Link } from "@/i18n/routing";
-import { getIndeksData } from "@/service/landing/landing";
-import { formatDateToIndonesian, htmlToString } from "@/utils/globals";
+import { getIndeksData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian, htmlToString } from "@/lib/utils/globals";
import Image from "next/image";
import { usePathname } from "next/navigation";
import React, { useEffect, useState } from "react";
diff --git a/src/app/[locale]/(public)/layout.tsx b/src/app/[locale]/(public)/layout.tsx
new file mode 100644
index 00000000..be7f7cf8
--- /dev/null
+++ b/src/app/[locale]/(public)/layout.tsx
@@ -0,0 +1,20 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+import MountedProvider from "/providers/mounted.provider";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+
+ return (
+
+ {children}
+
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/profile/change-password/page.tsx b/src/app/[locale]/(public)/profile/change-password/page.tsx
similarity index 97%
rename from app/[locale]/(public)/profile/change-password/page.tsx
rename to src/app/[locale]/(public)/profile/change-password/page.tsx
index fe5ed014..6c212fa1 100644
--- a/app/[locale]/(public)/profile/change-password/page.tsx
+++ b/src/app/[locale]/(public)/profile/change-password/page.tsx
@@ -8,13 +8,13 @@ import { Controller, useForm } from "react-hook-form";
import { zodResolver } from "@hookform/resolvers/zod";
import * as z from "zod";
import Swal from "sweetalert2";
-import { getBlog, postBlog } from "@/service/blog/blog";
+import { getBlog, postBlog } from "@/lib/services/blog/blog";
import { id } from "date-fns/locale";
-import { getInfoProfile, saveUser, setupPassword } from "@/service/auth";
+import { getInfoProfile, saveUser, setupPassword } from "@/lib/services/auth";
import withReactContent from "sweetalert2-react-content";
import { Textarea } from "@/components/ui/textarea";
import { Button } from "@/components/ui/button";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useTranslations } from "next-intl";
import { useRouter } from "next/navigation";
import { close, error, loading } from "@/lib/swal";
diff --git a/app/[locale]/(public)/profile/change-profile/page.tsx b/src/app/[locale]/(public)/profile/change-profile/page.tsx
similarity index 97%
rename from app/[locale]/(public)/profile/change-profile/page.tsx
rename to src/app/[locale]/(public)/profile/change-profile/page.tsx
index a982f4b3..99dc26ba 100644
--- a/app/[locale]/(public)/profile/change-profile/page.tsx
+++ b/src/app/[locale]/(public)/profile/change-profile/page.tsx
@@ -1,5 +1,5 @@
"use client";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import Image from "next/image";
import React, { useState } from "react";
import { useTranslations } from "next-intl";
diff --git a/src/app/[locale]/(public)/profile/layout.tsx b/src/app/[locale]/(public)/profile/layout.tsx
new file mode 100644
index 00000000..58f190d9
--- /dev/null
+++ b/src/app/[locale]/(public)/profile/layout.tsx
@@ -0,0 +1,22 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/profile/page.tsx b/src/app/[locale]/(public)/profile/page.tsx
similarity index 97%
rename from app/[locale]/(public)/profile/page.tsx
rename to src/app/[locale]/(public)/profile/page.tsx
index 188178a6..1caf9f7d 100644
--- a/app/[locale]/(public)/profile/page.tsx
+++ b/src/app/[locale]/(public)/profile/page.tsx
@@ -8,14 +8,14 @@ import { Controller, useForm } from "react-hook-form";
import { zodResolver } from "@hookform/resolvers/zod";
import * as z from "zod";
import Swal from "sweetalert2";
-import { getBlog, postBlog } from "@/service/blog/blog";
+import { getBlog, postBlog } from "@/lib/services/blog/blog";
import { id } from "date-fns/locale";
import router from "next/router";
-import { getInfoProfile, saveUser } from "@/service/auth";
+import { getInfoProfile, saveUser } from "@/lib/services/auth";
import withReactContent from "sweetalert2-react-content";
import { Textarea } from "@/components/ui/textarea";
import { Button } from "@/components/ui/button";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { useTranslations } from "next-intl";
const profileSchema = z.object({
diff --git a/src/app/[locale]/(public)/schedule/layout.tsx b/src/app/[locale]/(public)/schedule/layout.tsx
new file mode 100644
index 00000000..58f190d9
--- /dev/null
+++ b/src/app/[locale]/(public)/schedule/layout.tsx
@@ -0,0 +1,22 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/(public)/schedule/page.tsx b/src/app/[locale]/(public)/schedule/page.tsx
similarity index 99%
rename from app/[locale]/(public)/schedule/page.tsx
rename to src/app/[locale]/(public)/schedule/page.tsx
index 2e16e829..8982b9ac 100644
--- a/app/[locale]/(public)/schedule/page.tsx
+++ b/src/app/[locale]/(public)/schedule/page.tsx
@@ -16,7 +16,7 @@ import {
import { CalendarIcon } from "lucide-react";
import React, { useEffect, useState } from "react";
import { format } from "date-fns";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Checkbox } from "@/components/ui/checkbox";
import { Icon } from "@iconify/react/dist/iconify.js";
import {
@@ -26,7 +26,7 @@ import {
listSchedulePrevPublic,
listScheduleTodayPublic,
searchSchedules,
-} from "@/service/schedule/schedule";
+} from "@/lib/services/schedule/schedule";
import { usePathname, useRouter } from "@/i18n/routing";
import {
AlertDialog,
diff --git a/app/[locale]/(public)/video/detail/[slug]/page.tsx b/src/app/[locale]/(public)/video/detail/[slug]/page.tsx
similarity index 84%
rename from app/[locale]/(public)/video/detail/[slug]/page.tsx
rename to src/app/[locale]/(public)/video/detail/[slug]/page.tsx
index 3482d13e..358617ae 100644
--- a/app/[locale]/(public)/video/detail/[slug]/page.tsx
+++ b/src/app/[locale]/(public)/video/detail/[slug]/page.tsx
@@ -8,10 +8,10 @@ import {
getDetailMetaData,
getPublicSuggestionList,
saveWishlist,
-} from "@/service/landing/landing";
+} from "@/lib/services/landing/landing";
import { Metadata } from "next";
-import DetailImage from "@/components/main/image-detail";
-import DetailVideo from "@/components/main/video-detail";
+import DetailImage from "@/components/features/main/image-detail";
+import DetailVideo from "@/components/features/main/video-detail";
interface Size {
label: string;
diff --git a/app/[locale]/(public)/video/filter/page.tsx b/src/app/[locale]/(public)/video/filter/page.tsx
similarity index 98%
rename from app/[locale]/(public)/video/filter/page.tsx
rename to src/app/[locale]/(public)/video/filter/page.tsx
index 7828ab0c..f74fd6f2 100644
--- a/app/[locale]/(public)/video/filter/page.tsx
+++ b/src/app/[locale]/(public)/video/filter/page.tsx
@@ -3,12 +3,12 @@ import React, { useEffect, useState } from "react";
import { Card, CardContent } from "@/components/ui/card";
import { Checkbox } from "@/components/ui/checkbox";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/utils/globals";
+import { formatDateToIndonesian, getOnlyDate, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { useParams, usePathname, useSearchParams } from "next/navigation";
-import { getListContent, getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/service/landing/landing";
+import { getListContent, getUserLevelListByParent, listCategory, listData, listDataRegional } from "@/lib/services/landing/landing";
import { ColumnDef, ColumnFiltersState, PaginationState, SortingState, VisibilityState, getCoreRowModel, getFilteredRowModel, getPaginationRowModel, getSortedRowModel, useReactTable } from "@tanstack/react-table";
-import LandingPagination from "@/components/landing-page/pagination";
-import { Reveal } from "@/components/landing-page/Reveal";
+import LandingPagination from "@/components/features/landing-page/pagination";
+import { Reveal } from "@/components/features/landing-page/Reveal";
import { Link, useRouter } from "@/i18n/routing";
import { Input } from "@/components/ui/input";
import ReactDatePicker from "react-datepicker";
diff --git a/src/app/[locale]/(public)/video/layout.tsx b/src/app/[locale]/(public)/video/layout.tsx
new file mode 100644
index 00000000..58f190d9
--- /dev/null
+++ b/src/app/[locale]/(public)/video/layout.tsx
@@ -0,0 +1,22 @@
+import LayoutProvider from "/providers/layout.provider";
+import LayoutContentProvider from "/providers/content.provider";
+import DashCodeSidebar from "/components/partials/sidebar";
+import DashCodeFooter from "/components/partials/footer";
+import ThemeCustomize from "/components/partials/customizer";
+import DashCodeHeader from "/components/partials/header";
+
+import { redirect } from "@/components/ui/structures/navigation";
+import Footer from "@/components/features/landing-page/footer";
+import Navbar from "@/components/features/landing-page/navbar";
+
+const layout = async ({ children }: { children: React.ReactNode }) => {
+ return (
+ <>
+
+ {children}
+
+ >
+ );
+};
+
+export default layout;
diff --git a/app/[locale]/[...not-found]/page.tsx b/src/app/[locale]/[...not-found]/page.tsx
similarity index 100%
rename from app/[locale]/[...not-found]/page.tsx
rename to src/app/[locale]/[...not-found]/page.tsx
diff --git a/app/[locale]/auth/404/layout.tsx b/src/app/[locale]/auth/404/layout.tsx
similarity index 100%
rename from app/[locale]/auth/404/layout.tsx
rename to src/app/[locale]/auth/404/layout.tsx
diff --git a/app/[locale]/auth/404/page.tsx b/src/app/[locale]/auth/404/page.tsx
similarity index 98%
rename from app/[locale]/auth/404/page.tsx
rename to src/app/[locale]/auth/404/page.tsx
index 4fb5f3b2..9e9608e6 100644
--- a/app/[locale]/auth/404/page.tsx
+++ b/src/app/[locale]/auth/404/page.tsx
@@ -1,4 +1,4 @@
-import Logo from "@/components/partials/auth/logo";
+import Logo from "/components/partials/auth/logo";
import { Button } from "@/components/ui/button";
import { Icon } from "@/components/ui/icon";
import Image from "next/image";
diff --git a/app/[locale]/auth/coming-soon/layout.tsx b/src/app/[locale]/auth/coming-soon/layout.tsx
similarity index 100%
rename from app/[locale]/auth/coming-soon/layout.tsx
rename to src/app/[locale]/auth/coming-soon/layout.tsx
diff --git a/app/[locale]/auth/coming-soon/page.tsx b/src/app/[locale]/auth/coming-soon/page.tsx
similarity index 99%
rename from app/[locale]/auth/coming-soon/page.tsx
rename to src/app/[locale]/auth/coming-soon/page.tsx
index 15fa2224..cb711efc 100644
--- a/app/[locale]/auth/coming-soon/page.tsx
+++ b/src/app/[locale]/auth/coming-soon/page.tsx
@@ -1,5 +1,5 @@
-import Logo from "@/components/partials/auth/logo";
+import Logo from "/components/partials/auth/logo";
import { Button } from "@/components/ui/button";
import { Icon } from "@/components/ui/icon";
import { Input } from "@/components/ui/input";
diff --git a/app/[locale]/auth/forgot-password/layout.tsx b/src/app/[locale]/auth/forgot-password/layout.tsx
similarity index 100%
rename from app/[locale]/auth/forgot-password/layout.tsx
rename to src/app/[locale]/auth/forgot-password/layout.tsx
diff --git a/app/[locale]/auth/forgot-password/page.tsx b/src/app/[locale]/auth/forgot-password/page.tsx
similarity index 95%
rename from app/[locale]/auth/forgot-password/page.tsx
rename to src/app/[locale]/auth/forgot-password/page.tsx
index 7aaa1ffe..dccb279f 100644
--- a/app/[locale]/auth/forgot-password/page.tsx
+++ b/src/app/[locale]/auth/forgot-password/page.tsx
@@ -1,7 +1,7 @@
import { Link } from "@/i18n/routing";
-import ForgotPass from "@/components/partials/auth/forgot-pass";
+import ForgotPass from "/components/partials/auth/forgot-pass";
import Image from "next/image";
-import Logo from "@/components/partials/auth/logo";
+import Logo from "/components/partials/auth/logo";
const ForgotPassPage = () => {
return (
diff --git a/app/[locale]/auth/forgot-password2/layout.tsx b/src/app/[locale]/auth/forgot-password2/layout.tsx
similarity index 100%
rename from app/[locale]/auth/forgot-password2/layout.tsx
rename to src/app/[locale]/auth/forgot-password2/layout.tsx
diff --git a/app/[locale]/auth/forgot-password2/page.tsx b/src/app/[locale]/auth/forgot-password2/page.tsx
similarity index 94%
rename from app/[locale]/auth/forgot-password2/page.tsx
rename to src/app/[locale]/auth/forgot-password2/page.tsx
index fc1b2ce7..36c7bcf9 100644
--- a/app/[locale]/auth/forgot-password2/page.tsx
+++ b/src/app/[locale]/auth/forgot-password2/page.tsx
@@ -1,8 +1,8 @@
import { Link } from '@/i18n/routing';
-import ForgotPass from "@/components/partials/auth/forgot-pass";
+import ForgotPass from "/components/partials/auth/forgot-pass";
import Image from "next/image";
-import Copyright from "@/components/partials/auth/copyright";
-import Logo from "@/components/logo";
+import Copyright from "/components/partials/auth/copyright";
+import Logo from "/components/logo";
const ForgotPass2 = () => {
return (
diff --git a/app/[locale]/auth/forgot-password3/layout.tsx b/src/app/[locale]/auth/forgot-password3/layout.tsx
similarity index 100%
rename from app/[locale]/auth/forgot-password3/layout.tsx
rename to src/app/[locale]/auth/forgot-password3/layout.tsx
diff --git a/app/[locale]/auth/forgot-password3/page.tsx b/src/app/[locale]/auth/forgot-password3/page.tsx
similarity index 95%
rename from app/[locale]/auth/forgot-password3/page.tsx
rename to src/app/[locale]/auth/forgot-password3/page.tsx
index 49cd3a3d..60780d9f 100644
--- a/app/[locale]/auth/forgot-password3/page.tsx
+++ b/src/app/[locale]/auth/forgot-password3/page.tsx
@@ -1,6 +1,6 @@
import { Link } from '@/i18n/routing';
-import ForgotPass from "@/components/partials/auth/forgot-pass";
-import Logo from "@/components/logo";
+import ForgotPass from "/components/partials/auth/forgot-pass";
+import Logo from "/components/logo";
const ForgotPass3 = () => {
return (
diff --git a/app/[locale]/auth/lock-screen/layout.tsx b/src/app/[locale]/auth/lock-screen/layout.tsx
similarity index 100%
rename from app/[locale]/auth/lock-screen/layout.tsx
rename to src/app/[locale]/auth/lock-screen/layout.tsx
diff --git a/app/[locale]/auth/lock-screen/page.tsx b/src/app/[locale]/auth/lock-screen/page.tsx
similarity index 94%
rename from app/[locale]/auth/lock-screen/page.tsx
rename to src/app/[locale]/auth/lock-screen/page.tsx
index e3f0b6b2..839c737e 100644
--- a/app/[locale]/auth/lock-screen/page.tsx
+++ b/src/app/[locale]/auth/lock-screen/page.tsx
@@ -1,8 +1,8 @@
import { Link } from '@/i18n/routing';
-import Lock from "@/components/partials/auth/lock";
-import Copyright from "@/components/partials/auth/copyright";
+import Lock from "/components/partials/auth/lock";
+import Copyright from "/components/partials/auth/copyright";
import Image from "next/image";
-import Logo from "@/components/partials/auth/logo";
+import Logo from "/components/partials/auth/logo";
const LockScreen = () => {
return (
diff --git a/app/[locale]/auth/lock-screen2/layout.tsx b/src/app/[locale]/auth/lock-screen2/layout.tsx
similarity index 100%
rename from app/[locale]/auth/lock-screen2/layout.tsx
rename to src/app/[locale]/auth/lock-screen2/layout.tsx
diff --git a/app/[locale]/auth/lock-screen2/page.tsx b/src/app/[locale]/auth/lock-screen2/page.tsx
similarity index 96%
rename from app/[locale]/auth/lock-screen2/page.tsx
rename to src/app/[locale]/auth/lock-screen2/page.tsx
index 6909d3e9..c7eb3089 100644
--- a/app/[locale]/auth/lock-screen2/page.tsx
+++ b/src/app/[locale]/auth/lock-screen2/page.tsx
@@ -1,7 +1,7 @@
import { Link } from '@/i18n/routing';
-import Lock from "@/components/partials/auth/lock";
+import Lock from "/components/partials/auth/lock";
import Image from "next/image";
-import Logo from "@/components/logo";
+import Logo from "/components/logo";
const LockScreen2 = () => {
return (
diff --git a/app/[locale]/auth/lock-screen3/layout.tsx b/src/app/[locale]/auth/lock-screen3/layout.tsx
similarity index 100%
rename from app/[locale]/auth/lock-screen3/layout.tsx
rename to src/app/[locale]/auth/lock-screen3/layout.tsx
diff --git a/app/[locale]/auth/lock-screen3/page.tsx b/src/app/[locale]/auth/lock-screen3/page.tsx
similarity index 96%
rename from app/[locale]/auth/lock-screen3/page.tsx
rename to src/app/[locale]/auth/lock-screen3/page.tsx
index 57e38078..2b6e39b7 100644
--- a/app/[locale]/auth/lock-screen3/page.tsx
+++ b/src/app/[locale]/auth/lock-screen3/page.tsx
@@ -1,7 +1,7 @@
-import Lock from "@/components/partials/auth/lock";
+import Lock from "/components/partials/auth/lock";
import { Link } from '@/i18n/routing';
import Image from "next/image";
-import Logo from "@/components/logo";
+import Logo from "/components/logo";
const LockScreen3 = () => {
return (
diff --git a/app/[locale]/auth/login/layout.tsx b/src/app/[locale]/auth/login/layout.tsx
similarity index 100%
rename from app/[locale]/auth/login/layout.tsx
rename to src/app/[locale]/auth/login/layout.tsx
diff --git a/app/[locale]/auth/login/page.tsx b/src/app/[locale]/auth/login/page.tsx
similarity index 93%
rename from app/[locale]/auth/login/page.tsx
rename to src/app/[locale]/auth/login/page.tsx
index 640e4178..1fbb09a9 100644
--- a/app/[locale]/auth/login/page.tsx
+++ b/src/app/[locale]/auth/login/page.tsx
@@ -1,9 +1,9 @@
import { Link } from '@/i18n/routing';
-import LoginForm from "@/components/partials/auth/login-form";
+import LoginForm from "/components/partials/auth/login-form";
import Image from "next/image";
-import Social from "@/components/partials/auth/social";
-import Copyright from "@/components/partials/auth/copyright";
-import Logo from "@/components/partials/auth/logo";
+import Social from "/components/partials/auth/social";
+import Copyright from "/components/partials/auth/copyright";
+import Logo from "/components/partials/auth/logo";
const Login = ({ params: { locale } }: { params: { locale: string } }) => {
return (
<>
diff --git a/app/[locale]/auth/login2/layout.tsx b/src/app/[locale]/auth/login2/layout.tsx
similarity index 100%
rename from app/[locale]/auth/login2/layout.tsx
rename to src/app/[locale]/auth/login2/layout.tsx
diff --git a/app/[locale]/auth/login2/page.tsx b/src/app/[locale]/auth/login2/page.tsx
similarity index 93%
rename from app/[locale]/auth/login2/page.tsx
rename to src/app/[locale]/auth/login2/page.tsx
index fa107876..6102a986 100644
--- a/app/[locale]/auth/login2/page.tsx
+++ b/src/app/[locale]/auth/login2/page.tsx
@@ -1,9 +1,9 @@
import { Link } from '@/i18n/routing';
-import LoginForm from "@/components/partials/auth/login-form";
-import Social from "@/components/partials/auth/social";
+import LoginForm from "/components/partials/auth/login-form";
+import Social from "/components/partials/auth/social";
import Image from "next/image";
-import Copyright from "@/components/partials/auth/copyright";
-import Logo from "@/components/logo";
+import Copyright from "/components/partials/auth/copyright";
+import Logo from "/components/logo";
const Login2 = () => {
return (
<>
diff --git a/app/[locale]/auth/login3/layout.tsx b/src/app/[locale]/auth/login3/layout.tsx
similarity index 100%
rename from app/[locale]/auth/login3/layout.tsx
rename to src/app/[locale]/auth/login3/layout.tsx
diff --git a/app/[locale]/auth/login3/page.tsx b/src/app/[locale]/auth/login3/page.tsx
similarity index 94%
rename from app/[locale]/auth/login3/page.tsx
rename to src/app/[locale]/auth/login3/page.tsx
index 077bfcc1..5a4c055b 100644
--- a/app/[locale]/auth/login3/page.tsx
+++ b/src/app/[locale]/auth/login3/page.tsx
@@ -1,8 +1,8 @@
import { Link } from '@/i18n/routing';
-import Social from "@/components/partials/auth/social";
-import LoginForm from "@/components/partials/auth//login-form";
+import Social from "/components/partials/auth/social";
+import LoginForm from "/components/partials/auth/login-form";
import Image from "next/image";
-import Logo from "@/components/logo";
+import Logo from "/components/logo";
const Login3 = () => {
return (
diff --git a/app/[locale]/auth/page.tsx b/src/app/[locale]/auth/page.tsx
similarity index 93%
rename from app/[locale]/auth/page.tsx
rename to src/app/[locale]/auth/page.tsx
index 145ffcc4..731d7402 100644
--- a/app/[locale]/auth/page.tsx
+++ b/src/app/[locale]/auth/page.tsx
@@ -8,11 +8,11 @@
// export default page
import { Link } from "@/i18n/routing";
-import LoginForm from "@/components/partials/auth/login-form";
+import LoginForm from "/components/partials/auth/login-form";
import Image from "next/image";
-import Social from "@/components/partials/auth/social";
-import Copyright from "@/components/partials/auth/copyright";
-import Logo from "@/components/partials/auth/logo";
+import Social from "/components/partials/auth/social";
+import Copyright from "/components/partials/auth/copyright";
+import Logo from "/components/partials/auth/logo";
import { useTranslations } from "next-intl";
const Login = ({ params: { locale } }: { params: { locale: string } }) => {
diff --git a/app/[locale]/auth/register/layout.tsx b/src/app/[locale]/auth/register/layout.tsx
similarity index 100%
rename from app/[locale]/auth/register/layout.tsx
rename to src/app/[locale]/auth/register/layout.tsx
diff --git a/app/[locale]/auth/register/page.tsx b/src/app/[locale]/auth/register/page.tsx
similarity index 93%
rename from app/[locale]/auth/register/page.tsx
rename to src/app/[locale]/auth/register/page.tsx
index 2268e9f0..aafea762 100644
--- a/app/[locale]/auth/register/page.tsx
+++ b/src/app/[locale]/auth/register/page.tsx
@@ -1,9 +1,9 @@
import { Link } from '@/i18n/routing';
-import RegForm from "@/components/partials/auth/reg-form";
+import RegForm from "/components/partials/auth/reg-form";
import Image from "next/image";
-import Copyright from "@/components/partials/auth/copyright";
-import Logo from "@/components/partials/auth/logo";
-import Social from "@/components/partials/auth/social";
+import Copyright from "/components/partials/auth/copyright";
+import Logo from "/components/partials/auth/logo";
+import Social from "/components/partials/auth/social";
const Register = () => {
return (
<>
diff --git a/app/[locale]/auth/register2/layout.tsx b/src/app/[locale]/auth/register2/layout.tsx
similarity index 100%
rename from app/[locale]/auth/register2/layout.tsx
rename to src/app/[locale]/auth/register2/layout.tsx
diff --git a/app/[locale]/auth/register2/page.tsx b/src/app/[locale]/auth/register2/page.tsx
similarity index 95%
rename from app/[locale]/auth/register2/page.tsx
rename to src/app/[locale]/auth/register2/page.tsx
index d26869fe..54eb400d 100644
--- a/app/[locale]/auth/register2/page.tsx
+++ b/src/app/[locale]/auth/register2/page.tsx
@@ -1,8 +1,8 @@
import { Link } from '@/i18n/routing';
-import RegForm from "@/components/partials/auth/reg-form";
-import Social from "@/components/partials/auth/social";
+import RegForm from "/components/partials/auth/reg-form";
+import Social from "/components/partials/auth/social";
import Image from "next/image";
-import Logo from "@/components/logo";
+import Logo from "/components/logo";
// image import
diff --git a/app/[locale]/auth/register3/layout.tsx b/src/app/[locale]/auth/register3/layout.tsx
similarity index 100%
rename from app/[locale]/auth/register3/layout.tsx
rename to src/app/[locale]/auth/register3/layout.tsx
diff --git a/app/[locale]/auth/register3/page.tsx b/src/app/[locale]/auth/register3/page.tsx
similarity index 95%
rename from app/[locale]/auth/register3/page.tsx
rename to src/app/[locale]/auth/register3/page.tsx
index 410a4a34..47d65653 100644
--- a/app/[locale]/auth/register3/page.tsx
+++ b/src/app/[locale]/auth/register3/page.tsx
@@ -1,8 +1,8 @@
import { Link } from '@/i18n/routing';
-import RegForm from "@/components/partials/auth/reg-form";
-import Social from "@/components/partials/auth//social";
+import RegForm from "/components/partials/auth/reg-form";
+import Social from "/components/partials/auth/social";
import Image from "next/image";
-import Logo from "@/components/logo";
+import Logo from "/components/logo";
const Register3 = () => {
return (
diff --git a/app/[locale]/auth/registration/page.tsx b/src/app/[locale]/auth/registration/page.tsx
similarity index 99%
rename from app/[locale]/auth/registration/page.tsx
rename to src/app/[locale]/auth/registration/page.tsx
index abf8a63d..a59c590f 100644
--- a/app/[locale]/auth/registration/page.tsx
+++ b/src/app/[locale]/auth/registration/page.tsx
@@ -8,7 +8,7 @@ import { Label } from "@/components/ui/label";
import Image from "next/image";
import { close, error, loading, registerConfirm } from "@/config/swal";
import { Link, useRouter } from "@/i18n/routing";
-import { getDataByNIK, getDataByNRP, getDataJournalist, getDataPersonil, listCity, listDistricts, listInstitusi, listProvince, postRegistration, requestOTP, saveInstitutes, verifyOTP } from "@/service/auth";
+import { getDataByNIK, getDataByNRP, getDataJournalist, getDataPersonil, listCity, listDistricts, listInstitusi, listProvince, postRegistration, requestOTP, saveInstitutes, verifyOTP } from "@/lib/services/auth";
import { yupResolver } from "@hookform/resolvers/yup";
import { useParams, useSearchParams } from "next/navigation";
import { useEffect, useState } from "react";
diff --git a/app/[locale]/auth/under-construction/layout.tsx b/src/app/[locale]/auth/under-construction/layout.tsx
similarity index 100%
rename from app/[locale]/auth/under-construction/layout.tsx
rename to src/app/[locale]/auth/under-construction/layout.tsx
diff --git a/app/[locale]/auth/under-construction/page.tsx b/src/app/[locale]/auth/under-construction/page.tsx
similarity index 98%
rename from app/[locale]/auth/under-construction/page.tsx
rename to src/app/[locale]/auth/under-construction/page.tsx
index 445257e5..e258ba94 100644
--- a/app/[locale]/auth/under-construction/page.tsx
+++ b/src/app/[locale]/auth/under-construction/page.tsx
@@ -1,4 +1,4 @@
-import Logo from "@/components/partials/auth/logo";
+import Logo from "/components/partials/auth/logo";
import { Button } from "@/components/ui/button";
import { Icon } from "@/components/ui/icon";
import Image from "next/image";
diff --git a/app/[locale]/auth/under-maintenance/layout.tsx b/src/app/[locale]/auth/under-maintenance/layout.tsx
similarity index 100%
rename from app/[locale]/auth/under-maintenance/layout.tsx
rename to src/app/[locale]/auth/under-maintenance/layout.tsx
diff --git a/app/[locale]/auth/under-maintenance/page.tsx b/src/app/[locale]/auth/under-maintenance/page.tsx
similarity index 98%
rename from app/[locale]/auth/under-maintenance/page.tsx
rename to src/app/[locale]/auth/under-maintenance/page.tsx
index 1210ba8e..369e6775 100644
--- a/app/[locale]/auth/under-maintenance/page.tsx
+++ b/src/app/[locale]/auth/under-maintenance/page.tsx
@@ -1,4 +1,4 @@
-import Logo from "@/components/partials/auth/logo";
+import Logo from "/components/partials/auth/logo";
import { Button } from "@/components/ui/button";
import { Icon } from "@/components/ui/icon";
import Image from "next/image";
diff --git a/app/[locale]/error.tsx b/src/app/[locale]/error.tsx
similarity index 100%
rename from app/[locale]/error.tsx
rename to src/app/[locale]/error.tsx
diff --git a/app/[locale]/globals.css b/src/app/[locale]/globals.css
similarity index 100%
rename from app/[locale]/globals.css
rename to src/app/[locale]/globals.css
diff --git a/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx
similarity index 79%
rename from app/[locale]/layout.tsx
rename to src/app/[locale]/layout.tsx
index 6184d823..f97b3572 100644
--- a/app/[locale]/layout.tsx
+++ b/src/app/[locale]/layout.tsx
@@ -1,36 +1,41 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
-import "./globals.css";
-import "./theme.css";
+import { notFound } from "next/navigation";
+import { NextIntlClientProvider } from "next-intl";
+import { getMessages } from "next-intl/server";
+import { locales } from "@/config/locales";
import { ThemeProvider } from "@/providers/theme-provider";
import MountedProvider from "@/providers/mounted.provider";
import { Toaster } from "@/components/ui/toaster";
import { Toaster as SonnerToaster } from "@/components/ui/sonner";
-const inter = Inter({ subsets: ["latin"] });
-// language
-import { getLangDir } from "rtl-detect";
-import { NextIntlClientProvider } from "next-intl";
-import { getMessages } from "next-intl/server";
import DirectionProvider from "@/providers/direction-provider";
import AuthProvider from "@/providers/auth.provider";
-import LoadScript from "@/utils/globals";
+import LoadScript from "@/lib/utils/globals";
+import "@/styles/globals.css";
+
+const inter = Inter({ subsets: ["latin"] });
+
+export function generateStaticParams() {
+ return locales.map((locale) => ({ locale }));
+}
export const metadata: Metadata = {
title: "Media Hub | POLRI",
description: "",
};
-export default async function RootLayout({
+export default async function LocaleLayout({
children,
params: { locale },
-}: Readonly<{
+}: {
children: React.ReactNode;
params: { locale: string };
-}>) {
+}) {
+ if (!locales.includes(locale as any)) notFound();
const messages = await getMessages();
- const direction = getLangDir(locale);
+
return (
-
+
-
+
{children}
diff --git a/app/[locale]/not-found.tsx b/src/app/[locale]/not-found.tsx
similarity index 100%
rename from app/[locale]/not-found.tsx
rename to src/app/[locale]/not-found.tsx
diff --git a/src/app/[locale]/page.tsx b/src/app/[locale]/page.tsx
new file mode 100644
index 00000000..d28ab1cd
--- /dev/null
+++ b/src/app/[locale]/page.tsx
@@ -0,0 +1,29 @@
+"use client";
+
+import { useTranslations } from "next-intl";
+import SearchSection from "@/components/features/landing-page/search-section";
+import HeroNew from "@/components/features/landing-page/hero-new";
+import Navbar from "@/components/features/landing-page/navbar";
+import Footer from "@/components/features/landing-page/footer";
+import { ReactLenis } from "@studio-freight/react-lenis";
+import MountedProvider from "@/providers/mounted.provider";
+
+export default function Home() {
+ const t = useTranslations("Index");
+
+ return (
+
+
+
+
+
+
+
{t("title")}
+
+
+
+
+
+
+ );
+}
diff --git a/app/[locale]/theme.css b/src/app/[locale]/theme.css
similarity index 100%
rename from app/[locale]/theme.css
rename to src/app/[locale]/theme.css
diff --git a/app/api/chat/[id]/route.ts b/src/app/api/chat/[id]/route.ts
similarity index 100%
rename from app/api/chat/[id]/route.ts
rename to src/app/api/chat/[id]/route.ts
diff --git a/app/api/chat/data.ts b/src/app/api/chat/data.ts
similarity index 100%
rename from app/api/chat/data.ts
rename to src/app/api/chat/data.ts
diff --git a/app/api/email/[id]/route.ts b/src/app/api/email/[id]/route.ts
similarity index 100%
rename from app/api/email/[id]/route.ts
rename to src/app/api/email/[id]/route.ts
diff --git a/app/api/email/data.ts b/src/app/api/email/data.ts
similarity index 100%
rename from app/api/email/data.ts
rename to src/app/api/email/data.ts
diff --git a/app/api/email/route.ts b/src/app/api/email/route.ts
similarity index 100%
rename from app/api/email/route.ts
rename to src/app/api/email/route.ts
diff --git a/app/api/user/data.ts b/src/app/api/user/data.ts
similarity index 100%
rename from app/api/user/data.ts
rename to src/app/api/user/data.ts
diff --git a/app/api/user/register/route.ts b/src/app/api/user/register/route.ts
similarity index 100%
rename from app/api/user/register/route.ts
rename to src/app/api/user/register/route.ts
diff --git a/app/favicon-vercel.ico b/src/app/favicon-vercel.ico
similarity index 100%
rename from app/favicon-vercel.ico
rename to src/app/favicon-vercel.ico
diff --git a/app/favicon.ico b/src/app/favicon.ico
similarity index 100%
rename from app/favicon.ico
rename to src/app/favicon.ico
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
new file mode 100644
index 00000000..40d67522
--- /dev/null
+++ b/src/app/layout.tsx
@@ -0,0 +1,22 @@
+import type { Metadata } from "next";
+import { Inter } from "next/font/google";
+import "@/styles/globals.css";
+
+const inter = Inter({ subsets: ["latin"] });
+
+export const metadata: Metadata = {
+ title: "Media Hub",
+ description: "Media Hub Application",
+};
+
+export default function RootLayout({
+ children,
+}: {
+ children: React.ReactNode;
+}) {
+ return (
+
+ {children}
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
new file mode 100644
index 00000000..5a23e40f
--- /dev/null
+++ b/src/app/page.tsx
@@ -0,0 +1,7 @@
+export default function Home() {
+ return (
+
+
Welcome to Media Hub
+
+ );
+}
\ No newline at end of file
diff --git a/components/blocks/earning-block.tsx b/src/components/features/blocks/earning-block.tsx
similarity index 97%
rename from components/blocks/earning-block.tsx
rename to src/components/features/blocks/earning-block.tsx
index 907a5440..93075f36 100644
--- a/components/blocks/earning-block.tsx
+++ b/src/components/features/blocks/earning-block.tsx
@@ -3,7 +3,7 @@ import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
import { Card, CardContent } from '@/components/ui/card';
import { useTheme } from "next-themes";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { useTranslations } from "next-intl";
interface EarningBlockProps {
title?: string,
diff --git a/components/blocks/orders-block.tsx b/src/components/features/blocks/orders-block.tsx
similarity index 97%
rename from components/blocks/orders-block.tsx
rename to src/components/features/blocks/orders-block.tsx
index dc78273f..354f4587 100644
--- a/components/blocks/orders-block.tsx
+++ b/src/components/features/blocks/orders-block.tsx
@@ -1,7 +1,7 @@
"use client";
import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"));
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Card, CardContent } from "@/components/ui/card";
import { useTheme } from "next-themes";
interface OrdersnBlockProps {
diff --git a/components/blocks/progress-block.tsx b/src/components/features/blocks/progress-block.tsx
similarity index 96%
rename from components/blocks/progress-block.tsx
rename to src/components/features/blocks/progress-block.tsx
index b75be004..af8c7393 100644
--- a/components/blocks/progress-block.tsx
+++ b/src/components/features/blocks/progress-block.tsx
@@ -1,9 +1,9 @@
"use client";
import dynamic from "next/dynamic";
const Chart = dynamic(() => import("react-apexcharts"), { ssr: false });
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { useTheme } from "next-themes";
-import { Card, CardContent } from "../ui/card";
+import { Card, CardContent } from "../../ui/card";
interface ProgressBlockProps {
title?: string,
diff --git a/components/blocks/statistics-block.tsx b/src/components/features/blocks/statistics-block.tsx
similarity index 97%
rename from components/blocks/statistics-block.tsx
rename to src/components/features/blocks/statistics-block.tsx
index cca2ea10..14daffdc 100644
--- a/components/blocks/statistics-block.tsx
+++ b/src/components/features/blocks/statistics-block.tsx
@@ -1,6 +1,6 @@
"use client"
import dynamic from "next/dynamic";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Card, CardContent } from "@/components/ui/card";
import { useTheme } from "next-themes";
const Chart = dynamic(() => import("react-apexcharts"));
diff --git a/components/blocks/status-block.tsx b/src/components/features/blocks/status-block.tsx
similarity index 98%
rename from components/blocks/status-block.tsx
rename to src/components/features/blocks/status-block.tsx
index f053ff36..d37493c9 100644
--- a/components/blocks/status-block.tsx
+++ b/src/components/features/blocks/status-block.tsx
@@ -1,6 +1,6 @@
"use client"
import dynamic from "next/dynamic";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Card, CardContent } from "@/components/ui/card";
const Chart = dynamic(() => import("react-apexcharts"));
import { useTheme } from "next-themes";
diff --git a/components/blocks/upgrade-block.tsx b/src/components/features/blocks/upgrade-block.tsx
similarity index 82%
rename from components/blocks/upgrade-block.tsx
rename to src/components/features/blocks/upgrade-block.tsx
index 4dc9d513..c9b23dfd 100644
--- a/components/blocks/upgrade-block.tsx
+++ b/src/components/features/blocks/upgrade-block.tsx
@@ -1,5 +1,5 @@
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
interface UpgradeProps {
image?: any;
diff --git a/components/blocks/welcome-block.tsx b/src/components/features/blocks/welcome-block.tsx
similarity index 90%
rename from components/blocks/welcome-block.tsx
rename to src/components/features/blocks/welcome-block.tsx
index f4f3e5ac..9e8157b1 100644
--- a/components/blocks/welcome-block.tsx
+++ b/src/components/features/blocks/welcome-block.tsx
@@ -1,5 +1,5 @@
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
interface WelcomeProps {
image?: any;
children: React.ReactNode;
diff --git a/components/ecommarce/product-counter-button.tsx b/src/components/features/ecommarce/product-counter-button.tsx
similarity index 94%
rename from components/ecommarce/product-counter-button.tsx
rename to src/components/features/ecommarce/product-counter-button.tsx
index d3632297..55db4b73 100644
--- a/components/ecommarce/product-counter-button.tsx
+++ b/src/components/features/ecommarce/product-counter-button.tsx
@@ -1,7 +1,7 @@
'use client'
import React from 'react'
import { Icon } from "@/components/ui/icon"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const ProductCounterButton = ({ className }: { className?: string }) => {
const [count, setCount] = React.useState(1)
diff --git a/components/editor/custom-editor.js b/src/components/features/editor/custom-editor.js
similarity index 100%
rename from components/editor/custom-editor.js
rename to src/components/features/editor/custom-editor.js
diff --git a/components/editor/view-editor.js b/src/components/features/editor/view-editor.js
similarity index 100%
rename from components/editor/view-editor.js
rename to src/components/features/editor/view-editor.js
diff --git a/components/form/account-report/account-report-form.tsx b/src/components/features/form/account-report/account-report-form.tsx
similarity index 97%
rename from components/form/account-report/account-report-form.tsx
rename to src/components/features/form/account-report/account-report-form.tsx
index 499be0db..56eec79c 100644
--- a/components/form/account-report/account-report-form.tsx
+++ b/src/components/features/form/account-report/account-report-form.tsx
@@ -27,10 +27,10 @@ import {
createTaskTa,
getTask,
getUserLevelForAssignments,
-} from "@/service/task";
+} from "@/lib/services/task";
import { Upload } from "tus-js-client";
import { error } from "@/config/swal";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { loading } from "@/lib/swal";
import { useTranslations } from "next-intl";
import dynamic from "next/dynamic";
@@ -38,11 +38,11 @@ import { DateRange } from "react-day-picker";
import TimePicker from "react-time-picker";
import "react-time-picker/dist/TimePicker.css";
import "react-clock/dist/Clock.css";
-import { detailMedia } from "@/service/curated-content/curated-content";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
import { Textarea } from "@/components/ui/textarea";
import { FormLabel } from "@/components/ui/form";
-import { getUserReports, saveUserReportsAction } from "@/service/report/report";
-import { postBlog } from "@/service/blog/blog";
+import { getUserReports, saveUserReportsAction } from "@/lib/services/report/report";
+import { postBlog } from "@/lib/services/blog/blog";
import { Link } from "@/i18n/routing";
const reportSchema = z.object({
diff --git a/components/form/blog/blog--detail-form.tsx b/src/components/features/form/blog/blog--detail-form.tsx
similarity index 99%
rename from components/form/blog/blog--detail-form.tsx
rename to src/components/features/form/blog/blog--detail-form.tsx
index a16c271e..9decc964 100644
--- a/components/form/blog/blog--detail-form.tsx
+++ b/src/components/features/form/blog/blog--detail-form.tsx
@@ -27,8 +27,8 @@ import {
createMedia,
getTagsBySubCategoryId,
listEnableCategory,
-} from "@/service/content/content";
-import { getBlog, postBlog } from "@/service/blog/blog";
+} from "@/lib/services/content/content";
+import { getBlog, postBlog } from "@/lib/services/blog/blog";
import { Badge } from "@/components/ui/badge";
import dynamic from "next/dynamic";
diff --git a/components/form/blog/blog--update-form.tsx b/src/components/features/form/blog/blog--update-form.tsx
similarity index 99%
rename from components/form/blog/blog--update-form.tsx
rename to src/components/features/form/blog/blog--update-form.tsx
index f85c38ac..ddb130c6 100644
--- a/components/form/blog/blog--update-form.tsx
+++ b/src/components/features/form/blog/blog--update-form.tsx
@@ -27,8 +27,8 @@ import {
createMedia,
getTagsBySubCategoryId,
listEnableCategory,
-} from "@/service/content/content";
-import { getBlog, postBlog, uploadThumbnailBlog } from "@/service/blog/blog";
+} from "@/lib/services/content/content";
+import { getBlog, postBlog, uploadThumbnailBlog } from "@/lib/services/blog/blog";
import { Badge } from "@/components/ui/badge";
import dynamic from "next/dynamic";
import { loading } from "@/lib/swal";
diff --git a/components/form/blog/blog-form.tsx b/src/components/features/form/blog/blog-form.tsx
similarity index 99%
rename from components/form/blog/blog-form.tsx
rename to src/components/features/form/blog/blog-form.tsx
index 155a6450..c127bf67 100644
--- a/components/form/blog/blog-form.tsx
+++ b/src/components/features/form/blog/blog-form.tsx
@@ -27,8 +27,8 @@ import {
createMedia,
getTagsBySubCategoryId,
listEnableCategory,
-} from "@/service/content/content";
-import { postBlog, uploadThumbnailBlog } from "@/service/blog/blog";
+} from "@/lib/services/content/content";
+import { postBlog, uploadThumbnailBlog } from "@/lib/services/blog/blog";
import dynamic from "next/dynamic";
import { error } from "console";
import { loading } from "@/lib/swal";
diff --git a/components/form/broadcast/content-blast-form.tsx b/src/components/features/form/broadcast/content-blast-form.tsx
similarity index 99%
rename from components/form/broadcast/content-blast-form.tsx
rename to src/components/features/form/broadcast/content-blast-form.tsx
index 3ef6f3f7..9960169a 100644
--- a/components/form/broadcast/content-blast-form.tsx
+++ b/src/components/features/form/broadcast/content-blast-form.tsx
@@ -19,13 +19,13 @@ import {
getLocaleTime,
getLocaleTimestamp,
textEllipsis,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import {
detailMediaSummary,
getMediaBlastCampaignList,
saveMediaBlastBroadcast,
saveMediaBlastCampaign,
-} from "@/service/broadcast/broadcast";
+} from "@/lib/services/broadcast/broadcast";
import { error } from "@/config/swal";
import { useRouter } from "@/i18n/routing";
import JoditEditor from "jodit-react";
diff --git a/components/form/communication/collaboration-form.tsx b/src/components/features/form/communication/collaboration-form.tsx
similarity index 99%
rename from components/form/communication/collaboration-form.tsx
rename to src/components/features/form/communication/collaboration-form.tsx
index dcf9d8dd..42a756d5 100644
--- a/components/form/communication/collaboration-form.tsx
+++ b/src/components/features/form/communication/collaboration-form.tsx
@@ -16,7 +16,7 @@ import {
getTicketingPriority,
saveTicketing,
saveTicketingInternal,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import makeAnimated from "react-select/animated";
import Select from "react-select";
import {
diff --git a/components/form/communication/escalation-detail-form.tsx b/src/components/features/form/communication/escalation-detail-form.tsx
similarity index 99%
rename from components/form/communication/escalation-detail-form.tsx
rename to src/components/features/form/communication/escalation-detail-form.tsx
index 4e579615..ffd10d95 100644
--- a/components/form/communication/escalation-detail-form.tsx
+++ b/src/components/features/form/communication/escalation-detail-form.tsx
@@ -25,7 +25,7 @@ import {
getTicketingInternalDetail,
getTicketingInternalDiscussion,
saveTicketInternalReply,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import { Textarea } from "@/components/ui/textarea";
import { Icon } from "@iconify/react/dist/iconify.js";
import { Link } from "@/i18n/routing";
diff --git a/components/form/communication/escalation-detail-new-form.tsx b/src/components/features/form/communication/escalation-detail-new-form.tsx
similarity index 99%
rename from components/form/communication/escalation-detail-new-form.tsx
rename to src/components/features/form/communication/escalation-detail-new-form.tsx
index 3b94a704..b34228da 100644
--- a/components/form/communication/escalation-detail-new-form.tsx
+++ b/src/components/features/form/communication/escalation-detail-new-form.tsx
@@ -29,7 +29,7 @@ import {
saveEscalationDiscussion,
saveTicketInternalReply,
saveTicketsQuestion,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import { Textarea } from "@/components/ui/textarea";
import { Icon } from "@iconify/react/dist/iconify.js";
import { Link } from "@/i18n/routing";
@@ -43,8 +43,8 @@ import {
PopoverTrigger,
} from "@/components/ui/popover";
import { ChevronDownIcon } from "lucide-react";
-import { getOperatorUser } from "@/service/management-user/management-user";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getOperatorUser } from "@/lib/services/management-user/management-user";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
const taskSchema = z.object({
title: z.string().min(1, { message: "Judul diperlukan" }),
diff --git a/components/form/communication/escalation-forward-form.tsx b/src/components/features/form/communication/escalation-forward-form.tsx
similarity index 99%
rename from components/form/communication/escalation-forward-form.tsx
rename to src/components/features/form/communication/escalation-forward-form.tsx
index 0ef23d75..8a2d0f5a 100644
--- a/components/form/communication/escalation-forward-form.tsx
+++ b/src/components/features/form/communication/escalation-forward-form.tsx
@@ -27,7 +27,7 @@ import {
getTicketingInternalDiscussion,
saveTicketInternalReply,
saveTicketsQuestion,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import { Textarea } from "@/components/ui/textarea";
import { Icon } from "@iconify/react/dist/iconify.js";
import { Link } from "@/i18n/routing";
@@ -41,7 +41,7 @@ import {
PopoverTrigger,
} from "@/components/ui/popover";
import { ChevronDownIcon } from "lucide-react";
-import { getOperatorUser } from "@/service/management-user/management-user";
+import { getOperatorUser } from "@/lib/services/management-user/management-user";
import makeAnimated from "react-select/animated";
import Select from "react-select";
diff --git a/components/form/communication/internal-detail-form.tsx b/src/components/features/form/communication/internal-detail-form.tsx
similarity index 99%
rename from components/form/communication/internal-detail-form.tsx
rename to src/components/features/form/communication/internal-detail-form.tsx
index a418007b..684195ee 100644
--- a/components/form/communication/internal-detail-form.tsx
+++ b/src/components/features/form/communication/internal-detail-form.tsx
@@ -23,10 +23,10 @@ import {
getTicketingInternalDetail,
getTicketingInternalDiscussion,
saveTicketInternalReply,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import { Icon } from "@iconify/react/dist/iconify.js";
import { list } from "postcss";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
const taskSchema = z.object({
title: z.string().min(1, { message: "Judul diperlukan" }),
diff --git a/components/form/communication/internal-edit-form.tsx b/src/components/features/form/communication/internal-edit-form.tsx
similarity index 99%
rename from components/form/communication/internal-edit-form.tsx
rename to src/components/features/form/communication/internal-edit-form.tsx
index 34fc4dc2..365f172f 100644
--- a/components/form/communication/internal-edit-form.tsx
+++ b/src/components/features/form/communication/internal-edit-form.tsx
@@ -24,9 +24,9 @@ import {
getTicketingInternalDiscussion,
saveTicketing,
saveTicketInternalReply,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import { Textarea } from "@/components/ui/textarea";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
const taskSchema = z.object({
diff --git a/components/form/communication/internal-form.tsx b/src/components/features/form/communication/internal-form.tsx
similarity index 99%
rename from components/form/communication/internal-form.tsx
rename to src/components/features/form/communication/internal-form.tsx
index 1189600f..5c166018 100644
--- a/components/form/communication/internal-form.tsx
+++ b/src/components/features/form/communication/internal-form.tsx
@@ -16,7 +16,7 @@ import {
getCuratorUser,
getTicketingPriority,
saveTicketingInternal,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import makeAnimated from "react-select/animated";
import Select from "react-select";
import {
diff --git a/components/form/communication/questions-reply-form.tsx b/src/components/features/form/communication/questions-reply-form.tsx
similarity index 99%
rename from components/form/communication/questions-reply-form.tsx
rename to src/components/features/form/communication/questions-reply-form.tsx
index 64d96c87..a807efeb 100644
--- a/components/form/communication/questions-reply-form.tsx
+++ b/src/components/features/form/communication/questions-reply-form.tsx
@@ -30,10 +30,10 @@ import {
saveTicketInternalReply,
saveTicketReply,
saveTicketsQuestion,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import { Icon } from "@iconify/react/dist/iconify.js";
import { list, parse } from "postcss";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import { Textarea } from "@/components/ui/textarea";
import { error } from "@/lib/swal";
import { useRouter } from "next/navigation";
@@ -48,7 +48,7 @@ import {
PopoverTrigger,
} from "@/components/ui/popover";
import { ChevronDownIcon } from "lucide-react";
-import { getOperatorUser } from "@/service/management-user/management-user";
+import { getOperatorUser } from "@/lib/services/management-user/management-user";
const taskSchema = z.object({
title: z.string().min(1, { message: "Judul diperlukan" }),
diff --git a/components/form/content/audio-detail-form.tsx b/src/components/features/form/content/audio-detail-form.tsx
similarity index 99%
rename from components/form/content/audio-detail-form.tsx
rename to src/components/features/form/content/audio-detail-form.tsx
index d78d7262..1d7f88fd 100644
--- a/components/form/content/audio-detail-form.tsx
+++ b/src/components/features/form/content/audio-detail-form.tsx
@@ -29,8 +29,8 @@ import {
listEnableCategory,
rejectFiles,
submitApproval,
-} from "@/service/content/content";
-import { detailMedia } from "@/service/curated-content/curated-content";
+} from "@/lib/services/content/content";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
import { Badge } from "@/components/ui/badge";
import { MailIcon, Music } from "lucide-react";
import { Swiper, SwiperSlide } from "swiper/react";
@@ -51,7 +51,7 @@ import {
} from "@/components/ui/dialog";
import { Textarea } from "@/components/ui/textarea";
import { loading } from "@/config/swal";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { Icon } from "@iconify/react/dist/iconify.js";
import { error } from "@/lib/swal";
import dynamic from "next/dynamic";
diff --git a/components/form/content/audio-form.tsx b/src/components/features/form/content/audio-form.tsx
similarity index 99%
rename from components/form/content/audio-form.tsx
rename to src/components/features/form/content/audio-form.tsx
index 3ff74041..1f169391 100644
--- a/components/form/content/audio-form.tsx
+++ b/src/components/features/form/content/audio-form.tsx
@@ -35,16 +35,16 @@ import {
getTagsBySubCategoryId,
listEnableCategory,
uploadThumbnail,
-} from "@/service/content/content";
-import { uploadThumbnailBlog } from "@/service/blog/blog";
+} from "@/lib/services/content/content";
+import { uploadThumbnailBlog } from "@/lib/services/blog/blog";
import { Textarea } from "@/components/ui/textarea";
import {
generateDataArticle,
getDetailArticle,
getGenerateKeywords,
getGenerateTitle,
-} from "@/service/content/ai";
-import { getCookiesDecrypt } from "@/lib/utils";
+} from "@/lib/services/content/ai";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { useDropzone } from "react-dropzone";
import { Icon } from "@iconify/react";
import { CloudUpload } from "lucide-react";
@@ -52,7 +52,7 @@ import Image from "next/image";
import { error, loading } from "@/config/swal";
import { Item } from "@radix-ui/react-dropdown-menu";
import dynamic from "next/dynamic";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { Link } from "@/i18n/routing";
import { useTranslations } from "next-intl";
diff --git a/components/form/content/audio-update-form.tsx b/src/components/features/form/content/audio-update-form.tsx
similarity index 99%
rename from components/form/content/audio-update-form.tsx
rename to src/components/features/form/content/audio-update-form.tsx
index 697946ff..9e5bd39b 100644
--- a/components/form/content/audio-update-form.tsx
+++ b/src/components/features/form/content/audio-update-form.tsx
@@ -35,8 +35,8 @@ import {
getTagsBySubCategoryId,
listEnableCategory,
uploadThumbnail,
-} from "@/service/content/content";
-import { detailMedia } from "@/service/curated-content/curated-content";
+} from "@/lib/services/content/content";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
import { Badge } from "@/components/ui/badge";
import { CloudUpload, MailIcon } from "lucide-react";
import { Swiper, SwiperSlide } from "swiper/react";
@@ -46,7 +46,7 @@ import { useDropzone } from "react-dropzone";
import Image from "next/image";
import { Icon } from "@iconify/react/dist/iconify.js";
import { error } from "@/lib/swal";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { Upload } from "tus-js-client";
import { useTranslations } from "next-intl";
import dynamic from "next/dynamic";
diff --git a/components/form/content/audio-update-seo.tsx b/src/components/features/form/content/audio-update-seo.tsx
similarity index 98%
rename from components/form/content/audio-update-seo.tsx
rename to src/components/features/form/content/audio-update-seo.tsx
index ec007652..ebf5d0a4 100644
--- a/components/form/content/audio-update-seo.tsx
+++ b/src/components/features/form/content/audio-update-seo.tsx
@@ -32,8 +32,8 @@ import {
getTagsBySubCategoryId,
listEnableCategory,
uploadThumbnail,
-} from "@/service/content/content";
-import { detailMedia } from "@/service/curated-content/curated-content";
+} from "@/lib/services/content/content";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
import { Badge } from "@/components/ui/badge";
import { CloudUpload, MailIcon, PieChart, XIcon } from "lucide-react";
import dynamic from "next/dynamic";
@@ -41,12 +41,12 @@ import { useDropzone } from "react-dropzone";
import { Icon } from "@iconify/react/dist/iconify.js";
import Image from "next/image";
import { error, loading } from "@/lib/swal";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { Upload } from "tus-js-client";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { Textarea } from "@/components/ui/textarea";
import ViewEditor from "@/components/editor/view-editor";
-import { getDetailArticle, getSeoScore } from "@/service/content/ai";
+import { getDetailArticle, getSeoScore } from "@/lib/services/content/ai";
import { Gauge } from "@mui/x-charts/Gauge";
import {
Accordion,
diff --git a/components/form/content/image-ai-form.tsx b/src/components/features/form/content/image-ai-form.tsx
similarity index 99%
rename from components/form/content/image-ai-form.tsx
rename to src/components/features/form/content/image-ai-form.tsx
index b8561915..255cb1e1 100644
--- a/components/form/content/image-ai-form.tsx
+++ b/src/components/features/form/content/image-ai-form.tsx
@@ -28,8 +28,8 @@ import {
getTagsBySubCategoryId,
listEnableCategory,
uploadThumbnail,
-} from "@/service/content/content";
-import { uploadThumbnailBlog } from "@/service/blog/blog";
+} from "@/lib/services/content/content";
+import { uploadThumbnailBlog } from "@/lib/services/blog/blog";
import { Textarea } from "@/components/ui/textarea";
import { loading } from "@/lib/swal";
import {
@@ -37,10 +37,10 @@ import {
getDetailArticle,
getGenerateKeywords,
getGenerateTitle,
-} from "@/service/content/ai";
+} from "@/lib/services/content/ai";
import { title } from "process";
import style from "styled-jsx/style";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
const imageSchema = z.object({
title: z.string().min(1, { message: "Judul diperlukan" }),
diff --git a/components/form/content/image-detail-form.tsx b/src/components/features/form/content/image-detail-form.tsx
similarity index 99%
rename from components/form/content/image-detail-form.tsx
rename to src/components/features/form/content/image-detail-form.tsx
index 6380d7f3..3a3bcb2b 100644
--- a/components/form/content/image-detail-form.tsx
+++ b/src/components/features/form/content/image-detail-form.tsx
@@ -30,8 +30,8 @@ import {
publishMedia,
rejectFiles,
submitApproval,
-} from "@/service/content/content";
-import { detailMedia } from "@/service/curated-content/curated-content";
+} from "@/lib/services/content/content";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
import { Badge } from "@/components/ui/badge";
import { MailIcon } from "lucide-react";
import { Swiper, SwiperSlide } from "swiper/react";
@@ -52,7 +52,7 @@ import {
} from "@/components/ui/dialog";
import { Textarea } from "@/components/ui/textarea";
import { close, loading, successCallback } from "@/config/swal";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { Icon } from "@iconify/react/dist/iconify.js";
import { error } from "@/lib/swal";
import dynamic from "next/dynamic";
diff --git a/components/form/content/image-form.tsx b/src/components/features/form/content/image-form.tsx
similarity index 99%
rename from components/form/content/image-form.tsx
rename to src/components/features/form/content/image-form.tsx
index 743dfc29..2f36abbb 100644
--- a/components/form/content/image-form.tsx
+++ b/src/components/features/form/content/image-form.tsx
@@ -35,16 +35,16 @@ import {
getTagsBySubCategoryId,
listEnableCategory,
uploadThumbnail,
-} from "@/service/content/content";
-import { uploadThumbnailBlog } from "@/service/blog/blog";
+} from "@/lib/services/content/content";
+import { uploadThumbnailBlog } from "@/lib/services/blog/blog";
import { Textarea } from "@/components/ui/textarea";
import {
generateDataArticle,
getDetailArticle,
getGenerateKeywords,
getGenerateTitle,
-} from "@/service/content/ai";
-import { getCookiesDecrypt } from "@/lib/utils";
+} from "@/lib/services/content/ai";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { useDropzone } from "react-dropzone";
import { Icon } from "@iconify/react";
import { CloudUpload } from "lucide-react";
@@ -54,7 +54,7 @@ import { Item } from "@radix-ui/react-dropdown-menu";
import { data } from "jquery";
import { options } from "@fullcalendar/core/preact.js";
import dynamic from "next/dynamic";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { Link } from "@/i18n/routing";
import { request } from "http";
import { useLocale, useTranslations } from "next-intl";
diff --git a/components/form/content/image-update-form.tsx b/src/components/features/form/content/image-update-form.tsx
similarity index 99%
rename from components/form/content/image-update-form.tsx
rename to src/components/features/form/content/image-update-form.tsx
index 96396a55..2a2b5645 100644
--- a/components/form/content/image-update-form.tsx
+++ b/src/components/features/form/content/image-update-form.tsx
@@ -36,8 +36,8 @@ import {
getTagsBySubCategoryId,
listEnableCategory,
uploadThumbnail,
-} from "@/service/content/content";
-import { detailMedia } from "@/service/curated-content/curated-content";
+} from "@/lib/services/content/content";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
import { Badge } from "@/components/ui/badge";
import { CloudUpload, MailIcon } from "lucide-react";
import dynamic from "next/dynamic";
@@ -45,7 +45,7 @@ import { useDropzone } from "react-dropzone";
import { Icon } from "@iconify/react/dist/iconify.js";
import Image from "next/image";
import { error, loading } from "@/lib/swal";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { Upload } from "tus-js-client";
import { useTranslations } from "next-intl";
diff --git a/components/form/content/image-update-seo.tsx b/src/components/features/form/content/image-update-seo.tsx
similarity index 99%
rename from components/form/content/image-update-seo.tsx
rename to src/components/features/form/content/image-update-seo.tsx
index f5426ba4..edc44fb4 100644
--- a/components/form/content/image-update-seo.tsx
+++ b/src/components/features/form/content/image-update-seo.tsx
@@ -32,8 +32,8 @@ import {
getTagsBySubCategoryId,
listEnableCategory,
uploadThumbnail,
-} from "@/service/content/content";
-import { detailMedia } from "@/service/curated-content/curated-content";
+} from "@/lib/services/content/content";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
import { Badge } from "@/components/ui/badge";
import { CloudUpload, MailIcon, PieChart, XIcon } from "lucide-react";
import dynamic from "next/dynamic";
@@ -41,12 +41,12 @@ import { useDropzone } from "react-dropzone";
import { Icon } from "@iconify/react/dist/iconify.js";
import Image from "next/image";
import { error, loading } from "@/lib/swal";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { Upload } from "tus-js-client";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { Textarea } from "@/components/ui/textarea";
import ViewEditor from "@/components/editor/view-editor";
-import { getDetailArticle, getSeoScore } from "@/service/content/ai";
+import { getDetailArticle, getSeoScore } from "@/lib/services/content/ai";
import { Gauge } from "@mui/x-charts/Gauge";
import {
Accordion,
diff --git a/components/form/content/spit-convert-form.tsx b/src/components/features/form/content/spit-convert-form.tsx
similarity index 99%
rename from components/form/content/spit-convert-form.tsx
rename to src/components/features/form/content/spit-convert-form.tsx
index 40f96b6f..850ba5c7 100644
--- a/components/form/content/spit-convert-form.tsx
+++ b/src/components/features/form/content/spit-convert-form.tsx
@@ -31,8 +31,8 @@ import {
getTagsBySubCategoryId,
listCategory,
listEnableCategory,
-} from "@/service/content/content";
-import { detailMedia } from "@/service/curated-content/curated-content";
+} from "@/lib/services/content/content";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
import { Badge } from "@/components/ui/badge";
import { MailIcon } from "lucide-react";
import { Swiper, SwiperSlide } from "swiper/react";
@@ -45,8 +45,8 @@ import "swiper/css";
import "swiper/css/navigation";
import { FreeMode, Navigation, Pagination, Thumbs } from "swiper/modules";
import { request } from "http";
-import { generateDataArticle, getDetailArticle } from "@/service/content/ai";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { generateDataArticle, getDetailArticle } from "@/lib/services/content/ai";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import dynamic from "next/dynamic";
import { error } from "@/lib/swal";
import { useTranslations } from "next-intl";
diff --git a/components/form/content/teks-detail-form.tsx b/src/components/features/form/content/teks-detail-form.tsx
similarity index 99%
rename from components/form/content/teks-detail-form.tsx
rename to src/components/features/form/content/teks-detail-form.tsx
index 9b3d367e..ce17c177 100644
--- a/components/form/content/teks-detail-form.tsx
+++ b/src/components/features/form/content/teks-detail-form.tsx
@@ -29,8 +29,8 @@ import {
listEnableCategory,
rejectFiles,
submitApproval,
-} from "@/service/content/content";
-import { detailMedia } from "@/service/curated-content/curated-content";
+} from "@/lib/services/content/content";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
import { Badge } from "@/components/ui/badge";
import { MailIcon } from "lucide-react";
import { Swiper, SwiperSlide } from "swiper/react";
@@ -51,7 +51,7 @@ import {
} from "@/components/ui/dialog";
import { Textarea } from "@/components/ui/textarea";
import { loading } from "@/config/swal";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { Icon } from "@iconify/react/dist/iconify.js";
import { error } from "@/lib/swal";
import dynamic from "next/dynamic";
diff --git a/components/form/content/teks-form.tsx b/src/components/features/form/content/teks-form.tsx
similarity index 99%
rename from components/form/content/teks-form.tsx
rename to src/components/features/form/content/teks-form.tsx
index ffc993b4..cad31530 100644
--- a/components/form/content/teks-form.tsx
+++ b/src/components/features/form/content/teks-form.tsx
@@ -35,16 +35,16 @@ import {
getTagsBySubCategoryId,
listEnableCategory,
uploadThumbnail,
-} from "@/service/content/content";
-import { uploadThumbnailBlog } from "@/service/blog/blog";
+} from "@/lib/services/content/content";
+import { uploadThumbnailBlog } from "@/lib/services/blog/blog";
import { Textarea } from "@/components/ui/textarea";
import {
generateDataArticle,
getDetailArticle,
getGenerateKeywords,
getGenerateTitle,
-} from "@/service/content/ai";
-import { getCookiesDecrypt } from "@/lib/utils";
+} from "@/lib/services/content/ai";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { useDropzone } from "react-dropzone";
import { Icon } from "@iconify/react";
import { CloudUpload } from "lucide-react";
@@ -52,7 +52,7 @@ import Image from "next/image";
import { error, loading } from "@/config/swal";
import { Item } from "@radix-ui/react-dropdown-menu";
import dynamic from "next/dynamic";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { Link } from "@/i18n/routing";
import { useTranslations } from "next-intl";
diff --git a/components/form/content/teks-update-form.tsx b/src/components/features/form/content/teks-update-form.tsx
similarity index 99%
rename from components/form/content/teks-update-form.tsx
rename to src/components/features/form/content/teks-update-form.tsx
index 35628479..baf7c490 100644
--- a/components/form/content/teks-update-form.tsx
+++ b/src/components/features/form/content/teks-update-form.tsx
@@ -34,8 +34,8 @@ import {
getTagsBySubCategoryId,
listEnableCategory,
uploadThumbnail,
-} from "@/service/content/content";
-import { detailMedia } from "@/service/curated-content/curated-content";
+} from "@/lib/services/content/content";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
import { Badge } from "@/components/ui/badge";
import { CloudUpload, MailIcon } from "lucide-react";
import { useDropzone } from "react-dropzone";
@@ -43,7 +43,7 @@ import { Icon } from "@iconify/react/dist/iconify.js";
import Image from "next/image";
import { error, loading } from "@/lib/swal";
import { Upload } from "tus-js-client";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { useTranslations } from "next-intl";
import dynamic from "next/dynamic";
diff --git a/components/form/content/teks-update-seo.tsx b/src/components/features/form/content/teks-update-seo.tsx
similarity index 98%
rename from components/form/content/teks-update-seo.tsx
rename to src/components/features/form/content/teks-update-seo.tsx
index 488354f5..b0a0aaa1 100644
--- a/components/form/content/teks-update-seo.tsx
+++ b/src/components/features/form/content/teks-update-seo.tsx
@@ -32,8 +32,8 @@ import {
getTagsBySubCategoryId,
listEnableCategory,
uploadThumbnail,
-} from "@/service/content/content";
-import { detailMedia } from "@/service/curated-content/curated-content";
+} from "@/lib/services/content/content";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
import { Badge } from "@/components/ui/badge";
import { CloudUpload, MailIcon, PieChart, XIcon } from "lucide-react";
import dynamic from "next/dynamic";
@@ -41,12 +41,12 @@ import { useDropzone } from "react-dropzone";
import { Icon } from "@iconify/react/dist/iconify.js";
import Image from "next/image";
import { error, loading } from "@/lib/swal";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { Upload } from "tus-js-client";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { Textarea } from "@/components/ui/textarea";
import ViewEditor from "@/components/editor/view-editor";
-import { getDetailArticle, getSeoScore } from "@/service/content/ai";
+import { getDetailArticle, getSeoScore } from "@/lib/services/content/ai";
import { Gauge } from "@mui/x-charts/Gauge";
import {
Accordion,
diff --git a/components/form/content/video-detail-form.tsx b/src/components/features/form/content/video-detail-form.tsx
similarity index 99%
rename from components/form/content/video-detail-form.tsx
rename to src/components/features/form/content/video-detail-form.tsx
index c775801d..9ef7c84b 100644
--- a/components/form/content/video-detail-form.tsx
+++ b/src/components/features/form/content/video-detail-form.tsx
@@ -29,8 +29,8 @@ import {
listEnableCategory,
rejectFiles,
submitApproval,
-} from "@/service/content/content";
-import { detailMedia } from "@/service/curated-content/curated-content";
+} from "@/lib/services/content/content";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
import { Badge } from "@/components/ui/badge";
import { MailIcon } from "lucide-react";
import { Swiper, SwiperSlide } from "swiper/react";
@@ -51,7 +51,7 @@ import {
} from "@/components/ui/dialog";
import { Textarea } from "@/components/ui/textarea";
import { loading } from "@/config/swal";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { Icon } from "@iconify/react/dist/iconify.js";
import { error } from "@/lib/swal";
import dynamic from "next/dynamic";
diff --git a/components/form/content/video-form.tsx b/src/components/features/form/content/video-form.tsx
similarity index 99%
rename from components/form/content/video-form.tsx
rename to src/components/features/form/content/video-form.tsx
index e6e4be2d..59772264 100644
--- a/components/form/content/video-form.tsx
+++ b/src/components/features/form/content/video-form.tsx
@@ -35,16 +35,16 @@ import {
getTagsBySubCategoryId,
listEnableCategory,
uploadThumbnail,
-} from "@/service/content/content";
-import { uploadThumbnailBlog } from "@/service/blog/blog";
+} from "@/lib/services/content/content";
+import { uploadThumbnailBlog } from "@/lib/services/blog/blog";
import { Textarea } from "@/components/ui/textarea";
import {
generateDataArticle,
getDetailArticle,
getGenerateKeywords,
getGenerateTitle,
-} from "@/service/content/ai";
-import { getCookiesDecrypt } from "@/lib/utils";
+} from "@/lib/services/content/ai";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { useDropzone } from "react-dropzone";
import { Icon } from "@iconify/react";
import { CloudUpload } from "lucide-react";
@@ -52,7 +52,7 @@ import Image from "next/image";
import { error, loading } from "@/config/swal";
import { Item } from "@radix-ui/react-dropdown-menu";
import dynamic from "next/dynamic";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { Link } from "@/i18n/routing";
import { useTranslations } from "next-intl";
diff --git a/components/form/content/video-update-form.tsx b/src/components/features/form/content/video-update-form.tsx
similarity index 99%
rename from components/form/content/video-update-form.tsx
rename to src/components/features/form/content/video-update-form.tsx
index 7821af75..0861afbc 100644
--- a/components/form/content/video-update-form.tsx
+++ b/src/components/features/form/content/video-update-form.tsx
@@ -35,8 +35,8 @@ import {
getTagsBySubCategoryId,
listEnableCategory,
uploadThumbnail,
-} from "@/service/content/content";
-import { detailMedia } from "@/service/curated-content/curated-content";
+} from "@/lib/services/content/content";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
import { Badge } from "@/components/ui/badge";
import { CloudUpload, MailIcon } from "lucide-react";
import { Swiper, SwiperSlide } from "swiper/react";
@@ -53,7 +53,7 @@ import { useDropzone } from "react-dropzone";
import Image from "next/image";
import { Icon } from "@iconify/react/dist/iconify.js";
import { Upload } from "tus-js-client";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { error, loading } from "@/lib/swal";
import { useTranslations } from "next-intl";
import dynamic from "next/dynamic";
diff --git a/components/form/content/video-update-seo.tsx b/src/components/features/form/content/video-update-seo.tsx
similarity index 98%
rename from components/form/content/video-update-seo.tsx
rename to src/components/features/form/content/video-update-seo.tsx
index a672e57f..e64d2f43 100644
--- a/components/form/content/video-update-seo.tsx
+++ b/src/components/features/form/content/video-update-seo.tsx
@@ -32,8 +32,8 @@ import {
getTagsBySubCategoryId,
listEnableCategory,
uploadThumbnail,
-} from "@/service/content/content";
-import { detailMedia } from "@/service/curated-content/curated-content";
+} from "@/lib/services/content/content";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
import { Badge } from "@/components/ui/badge";
import { CloudUpload, MailIcon, PieChart, XIcon } from "lucide-react";
import dynamic from "next/dynamic";
@@ -41,12 +41,12 @@ import { useDropzone } from "react-dropzone";
import { Icon } from "@iconify/react/dist/iconify.js";
import Image from "next/image";
import { error, loading } from "@/lib/swal";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { Upload } from "tus-js-client";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { Textarea } from "@/components/ui/textarea";
import ViewEditor from "@/components/editor/view-editor";
-import { getDetailArticle, getSeoScore } from "@/service/content/ai";
+import { getDetailArticle, getSeoScore } from "@/lib/services/content/ai";
import { Gauge } from "@mui/x-charts/Gauge";
import {
Accordion,
diff --git a/components/form/contest/contest-detail-form.tsx b/src/components/features/form/contest/contest-detail-form.tsx
similarity index 99%
rename from components/form/contest/contest-detail-form.tsx
rename to src/components/features/form/contest/contest-detail-form.tsx
index 3800ed80..b7322445 100644
--- a/components/form/contest/contest-detail-form.tsx
+++ b/src/components/features/form/contest/contest-detail-form.tsx
@@ -24,15 +24,15 @@ import {
createTask,
getTask,
getUserLevelForAssignments,
-} from "@/service/task";
-import { getContestById, postCreateContest } from "@/service/contest/contest";
+} from "@/lib/services/task";
+import { getContestById, postCreateContest } from "@/lib/services/contest/contest";
import page from "@/app/[locale]/page";
import {
Popover,
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import { CalendarIcon, ChevronDown, ChevronUp, Trash2 } from "lucide-react";
import { format, parseISO } from "date-fns";
import { Calendar } from "@/components/ui/calendar";
@@ -50,8 +50,8 @@ import FileUploader from "../shared/file-uploader";
import { AudioRecorder } from "react-audio-voice-recorder";
import { error, loading } from "@/lib/swal";
import { Upload } from "tus-js-client";
-import { getCsrfToken } from "@/service/auth";
-import { getOnlyDate } from "@/utils/globals";
+import { getCsrfToken } from "@/lib/services/auth";
+import { getOnlyDate } from "@/lib/utils/globals";
import { duration } from "moment";
const contestSchema = z.object({
diff --git a/components/form/media-tracking/media-tracking-form.tsx b/src/components/features/form/media-tracking/media-tracking-form.tsx
similarity index 96%
rename from components/form/media-tracking/media-tracking-form.tsx
rename to src/components/features/form/media-tracking/media-tracking-form.tsx
index f51e2991..80329f27 100644
--- a/components/form/media-tracking/media-tracking-form.tsx
+++ b/src/components/features/form/media-tracking/media-tracking-form.tsx
@@ -26,7 +26,7 @@ import {
getTask,
getUserLevelForAssignments,
getUserLevelForExpert,
-} from "@/service/task";
+} from "@/lib/services/task";
import {
Dialog,
DialogContent,
@@ -36,14 +36,14 @@ import {
} from "@/components/ui/dialog";
import { CalendarIcon, ChevronDown, ChevronUp, Trash2 } from "lucide-react";
import { AudioRecorder } from "react-audio-voice-recorder";
-import FileUploader from "@/components/form/shared/file-uploader";
+import FileUploader from "@/components/features/form/shared/file-uploader";
import { Upload } from "tus-js-client";
import { error } from "@/config/swal";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { loading } from "@/lib/swal";
import { useTranslations } from "next-intl";
import dynamic from "next/dynamic";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
Popover,
PopoverContent,
@@ -59,7 +59,7 @@ import {
AdministrationLevelList,
getListCompetencies,
getListExperiences,
-} from "@/service/management-user/management-user";
+} from "@/lib/services/management-user/management-user";
import { Link } from "@/i18n/routing";
const taskSchema = z.object({
diff --git a/components/form/media-tracking/search-audio-card.tsx b/src/components/features/form/media-tracking/search-audio-card.tsx
similarity index 98%
rename from components/form/media-tracking/search-audio-card.tsx
rename to src/components/features/form/media-tracking/search-audio-card.tsx
index ff1077c3..a2c5fb25 100644
--- a/components/form/media-tracking/search-audio-card.tsx
+++ b/src/components/features/form/media-tracking/search-audio-card.tsx
@@ -8,8 +8,8 @@ import {
} from "@/components/ui/carousel";
import { close, loading } from "@/config/swal";
import { Link, usePathname } from "@/i18n/routing";
-import { listData } from "@/service/landing/landing";
-import { formatDateToIndonesian, getOnlyMonthAndYear } from "@/utils/globals";
+import { listData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { pages } from "next/dist/build/templates/app-page";
import { useParams, useSearchParams } from "next/navigation";
diff --git a/components/form/media-tracking/search-document-card.tsx b/src/components/features/form/media-tracking/search-document-card.tsx
similarity index 98%
rename from components/form/media-tracking/search-document-card.tsx
rename to src/components/features/form/media-tracking/search-document-card.tsx
index 79be8279..0388a48e 100644
--- a/components/form/media-tracking/search-document-card.tsx
+++ b/src/components/features/form/media-tracking/search-document-card.tsx
@@ -8,8 +8,8 @@ import {
} from "@/components/ui/carousel";
import { close, loading } from "@/config/swal";
import { Link, usePathname } from "@/i18n/routing";
-import { listData } from "@/service/landing/landing";
-import { formatDateToIndonesian, getOnlyMonthAndYear } from "@/utils/globals";
+import { listData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { pages } from "next/dist/build/templates/app-page";
import { useParams, useSearchParams } from "next/navigation";
diff --git a/components/form/media-tracking/search-image-card.tsx b/src/components/features/form/media-tracking/search-image-card.tsx
similarity index 97%
rename from components/form/media-tracking/search-image-card.tsx
rename to src/components/features/form/media-tracking/search-image-card.tsx
index 84abb4e5..022550bc 100644
--- a/components/form/media-tracking/search-image-card.tsx
+++ b/src/components/features/form/media-tracking/search-image-card.tsx
@@ -8,8 +8,8 @@ import {
} from "@/components/ui/carousel";
import { close, loading } from "@/config/swal";
import { Link, usePathname } from "@/i18n/routing";
-import { listData } from "@/service/landing/landing";
-import { formatDateToIndonesian, getOnlyMonthAndYear } from "@/utils/globals";
+import { listData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { pages } from "next/dist/build/templates/app-page";
import { useParams, useSearchParams } from "next/navigation";
diff --git a/components/form/media-tracking/search-video-card.tsx b/src/components/features/form/media-tracking/search-video-card.tsx
similarity index 97%
rename from components/form/media-tracking/search-video-card.tsx
rename to src/components/features/form/media-tracking/search-video-card.tsx
index e3600931..7765f96c 100644
--- a/components/form/media-tracking/search-video-card.tsx
+++ b/src/components/features/form/media-tracking/search-video-card.tsx
@@ -8,8 +8,8 @@ import {
} from "@/components/ui/carousel";
import { close, loading } from "@/config/swal";
import { Link, usePathname } from "@/i18n/routing";
-import { listData } from "@/service/landing/landing";
-import { formatDateToIndonesian, getOnlyMonthAndYear } from "@/utils/globals";
+import { listData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { pages } from "next/dist/build/templates/app-page";
import { useParams, useSearchParams } from "next/navigation";
diff --git a/components/form/planning/mediahub-publish.tsx b/src/components/features/form/planning/mediahub-publish.tsx
similarity index 98%
rename from components/form/planning/mediahub-publish.tsx
rename to src/components/features/form/planning/mediahub-publish.tsx
index 2af44c96..0e6cd9c3 100644
--- a/components/form/planning/mediahub-publish.tsx
+++ b/src/components/features/form/planning/mediahub-publish.tsx
@@ -20,12 +20,12 @@ import {
import { Checkbox } from "@/components/ui/checkbox";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import JoditEditor from "jodit-react";
-import { createTask, getUserLevelForAssignments } from "@/service/task";
-import { cn } from "@/lib/utils";
+import { createTask, getUserLevelForAssignments } from "@/lib/services/task";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import { CalendarIcon, ChevronDown, ChevronUp } from "lucide-react";
import { id } from "date-fns/locale";
-import { getPlanningById, publishPlanning } from "@/service/planning/planning";
+import { getPlanningById, publishPlanning } from "@/lib/services/planning/planning";
import {
Dialog,
DialogContent,
diff --git a/components/form/planning/medsos-publish.tsx b/src/components/features/form/planning/medsos-publish.tsx
similarity index 98%
rename from components/form/planning/medsos-publish.tsx
rename to src/components/features/form/planning/medsos-publish.tsx
index 9b470a5a..e7cbed30 100644
--- a/components/form/planning/medsos-publish.tsx
+++ b/src/components/features/form/planning/medsos-publish.tsx
@@ -20,12 +20,12 @@ import {
import { Checkbox } from "@/components/ui/checkbox";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
import JoditEditor from "jodit-react";
-import { createTask, getUserLevelForAssignments } from "@/service/task";
-import { cn } from "@/lib/utils";
+import { createTask, getUserLevelForAssignments } from "@/lib/services/task";
+import { cn } from "@/lib/utils/utils"
import { format } from "date-fns";
import { CalendarIcon, ChevronDown, ChevronUp } from "lucide-react";
import { id } from "date-fns/locale";
-import { getPlanningById, publishPlanning } from "@/service/planning/planning";
+import { getPlanningById, publishPlanning } from "@/lib/services/planning/planning";
import {
Dialog,
DialogContent,
diff --git a/components/form/repeater.tsx b/src/components/features/form/repeater.tsx
similarity index 100%
rename from components/form/repeater.tsx
rename to src/components/features/form/repeater.tsx
diff --git a/components/form/schedule/event-detail-form.tsx b/src/components/features/form/schedule/event-detail-form.tsx
similarity index 99%
rename from components/form/schedule/event-detail-form.tsx
rename to src/components/features/form/schedule/event-detail-form.tsx
index e0cd6c55..aafd936b 100644
--- a/components/form/schedule/event-detail-form.tsx
+++ b/src/components/features/form/schedule/event-detail-form.tsx
@@ -16,7 +16,7 @@ import {
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { CalendarIcon, Clock1, Eye, MapPin, Plus, User2 } from "lucide-react";
import { Calendar } from "@/components/ui/calendar";
import { addDays, format, parseISO, setDate } from "date-fns";
@@ -24,7 +24,7 @@ import { DateRange } from "react-day-picker";
import TimePicker from "react-time-picker";
import "react-time-picker/dist/TimePicker.css";
import "react-clock/dist/Clock.css";
-import MapHome from "@/components/maps/MapHome";
+import MapHome from "@/components/ui/maps/MapHome";
import { Textarea } from "@/components/ui/textarea";
import { error, loading } from "@/lib/swal";
import Cookies from "js-cookie";
@@ -34,7 +34,7 @@ import {
listScheduleNext,
listScheduleToday,
postSchedule,
-} from "@/service/schedule/schedule";
+} from "@/lib/services/schedule/schedule";
import {
Accordion,
AccordionContent,
diff --git a/components/form/schedule/event-form.tsx b/src/components/features/form/schedule/event-form.tsx
similarity index 98%
rename from components/form/schedule/event-form.tsx
rename to src/components/features/form/schedule/event-form.tsx
index 3119a4f6..0da737c2 100644
--- a/components/form/schedule/event-form.tsx
+++ b/src/components/features/form/schedule/event-form.tsx
@@ -25,7 +25,7 @@ import {
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { CalendarIcon, Plus } from "lucide-react";
import { Calendar } from "@/components/ui/calendar";
import { addDays, format, setDate } from "date-fns";
@@ -34,11 +34,11 @@ import TimePicker from "react-time-picker";
import "react-time-picker/dist/TimePicker.css";
import "react-clock/dist/Clock.css";
import { register } from "module";
-import MapHome from "@/components/maps/MapHome";
+import MapHome from "@/components/ui/maps/MapHome";
import { Textarea } from "@/components/ui/textarea";
import { error } from "@/lib/swal";
import Cookies from "js-cookie";
-import { postSchedule } from "@/service/schedule/schedule";
+import { postSchedule } from "@/lib/services/schedule/schedule";
import { useRouter } from "@/i18n/routing";
const taskSchema = z.object({
diff --git a/components/form/schedule/event-update-form.tsx b/src/components/features/form/schedule/event-update-form.tsx
similarity index 99%
rename from components/form/schedule/event-update-form.tsx
rename to src/components/features/form/schedule/event-update-form.tsx
index 3162f213..ed1d6e0c 100644
--- a/components/form/schedule/event-update-form.tsx
+++ b/src/components/features/form/schedule/event-update-form.tsx
@@ -16,7 +16,7 @@ import {
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { CalendarIcon, Plus } from "lucide-react";
import { Calendar } from "@/components/ui/calendar";
import { addDays, format, parseISO, setDate } from "date-fns";
@@ -24,11 +24,11 @@ import { DateRange } from "react-day-picker";
import TimePicker from "react-time-picker";
import "react-time-picker/dist/TimePicker.css";
import "react-clock/dist/Clock.css";
-import MapHome from "@/components/maps/MapHome";
+import MapHome from "@/components/ui/maps/MapHome";
import { Textarea } from "@/components/ui/textarea";
import { error, loading } from "@/lib/swal";
import Cookies from "js-cookie";
-import { detailSchedule, postSchedule } from "@/service/schedule/schedule";
+import { detailSchedule, postSchedule } from "@/lib/services/schedule/schedule";
import { Dialog, DialogContent, DialogTrigger } from "@/components/ui/dialog";
import { Link } from "@/i18n/routing";
diff --git a/components/form/schedule/pers-release--detail-form.tsx b/src/components/features/form/schedule/pers-release--detail-form.tsx
similarity index 99%
rename from components/form/schedule/pers-release--detail-form.tsx
rename to src/components/features/form/schedule/pers-release--detail-form.tsx
index 763ecadf..24dab85e 100644
--- a/components/form/schedule/pers-release--detail-form.tsx
+++ b/src/components/features/form/schedule/pers-release--detail-form.tsx
@@ -16,7 +16,7 @@ import {
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { CalendarIcon, Clock1, Eye, MapPin, Plus, User2 } from "lucide-react";
import { Calendar } from "@/components/ui/calendar";
import { addDays, format, parseISO, setDate } from "date-fns";
@@ -24,7 +24,7 @@ import { DateRange } from "react-day-picker";
import TimePicker from "react-time-picker";
import "react-time-picker/dist/TimePicker.css";
import "react-clock/dist/Clock.css";
-import MapHome from "@/components/maps/MapHome";
+import MapHome from "@/components/ui/maps/MapHome";
import { Textarea } from "@/components/ui/textarea";
import { error, loading } from "@/lib/swal";
import Cookies from "js-cookie";
@@ -34,7 +34,7 @@ import {
listScheduleNext,
listScheduleToday,
postSchedule,
-} from "@/service/schedule/schedule";
+} from "@/lib/services/schedule/schedule";
import {
Select,
SelectContent,
diff --git a/components/form/schedule/pers-release--update-form.tsx b/src/components/features/form/schedule/pers-release--update-form.tsx
similarity index 99%
rename from components/form/schedule/pers-release--update-form.tsx
rename to src/components/features/form/schedule/pers-release--update-form.tsx
index b72a7556..a42ffb4c 100644
--- a/components/form/schedule/pers-release--update-form.tsx
+++ b/src/components/features/form/schedule/pers-release--update-form.tsx
@@ -16,7 +16,7 @@ import {
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { CalendarIcon, Plus } from "lucide-react";
import { Calendar } from "@/components/ui/calendar";
import { addDays, format, parseISO, setDate } from "date-fns";
@@ -24,11 +24,11 @@ import { DateRange } from "react-day-picker";
import TimePicker from "react-time-picker";
import "react-time-picker/dist/TimePicker.css";
import "react-clock/dist/Clock.css";
-import MapHome from "@/components/maps/MapHome";
+import MapHome from "@/components/ui/maps/MapHome";
import { Textarea } from "@/components/ui/textarea";
import { error, loading } from "@/lib/swal";
import Cookies from "js-cookie";
-import { detailSchedule, postSchedule } from "@/service/schedule/schedule";
+import { detailSchedule, postSchedule } from "@/lib/services/schedule/schedule";
import {
Select,
SelectContent,
diff --git a/components/form/schedule/pers-release-form.tsx b/src/components/features/form/schedule/pers-release-form.tsx
similarity index 98%
rename from components/form/schedule/pers-release-form.tsx
rename to src/components/features/form/schedule/pers-release-form.tsx
index b80756fa..5cbe9e8c 100644
--- a/components/form/schedule/pers-release-form.tsx
+++ b/src/components/features/form/schedule/pers-release-form.tsx
@@ -26,7 +26,7 @@ import {
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { CalendarIcon, Plus } from "lucide-react";
import { Calendar } from "@/components/ui/calendar";
import { addDays, format, setDate } from "date-fns";
@@ -35,11 +35,11 @@ import TimePicker from "react-time-picker";
import "react-time-picker/dist/TimePicker.css";
import "react-clock/dist/Clock.css";
import { register } from "module";
-import MapHome from "@/components/maps/MapHome";
+import MapHome from "@/components/ui/maps/MapHome";
import { Textarea } from "@/components/ui/textarea";
import { error } from "@/lib/swal";
import Cookies from "js-cookie";
-import { postSchedule } from "@/service/schedule/schedule";
+import { postSchedule } from "@/lib/services/schedule/schedule";
const taskSchema = z.object({
title: z.string().min(1, { message: "Judul diperlukan" }),
diff --git a/components/form/schedule/press-conference-detail-form.tsx b/src/components/features/form/schedule/press-conference-detail-form.tsx
similarity index 98%
rename from components/form/schedule/press-conference-detail-form.tsx
rename to src/components/features/form/schedule/press-conference-detail-form.tsx
index c4be517c..1af426de 100644
--- a/components/form/schedule/press-conference-detail-form.tsx
+++ b/src/components/features/form/schedule/press-conference-detail-form.tsx
@@ -16,7 +16,7 @@ import {
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { CalendarIcon, Clock1, Locate, MapPin, User2 } from "lucide-react";
import { Calendar } from "@/components/ui/calendar";
import { addDays, format, parseISO, setDate } from "date-fns";
@@ -24,7 +24,7 @@ import { DateRange } from "react-day-picker";
import TimePicker from "react-time-picker";
import "react-time-picker/dist/TimePicker.css";
import "react-clock/dist/Clock.css";
-import MapHome from "@/components/maps/MapHome";
+import MapHome from "@/components/ui/maps/MapHome";
import { Textarea } from "@/components/ui/textarea";
import { error, loading } from "@/lib/swal";
import Cookies from "js-cookie";
@@ -33,14 +33,14 @@ import {
listScheduleNext,
listScheduleToday,
postSchedule,
-} from "@/service/schedule/schedule";
+} from "@/lib/services/schedule/schedule";
import {
Accordion,
AccordionContent,
AccordionItem,
AccordionTrigger,
} from "@/components/ui/accordion";
-import { formatDateToIndonesian } from "@/utils/globals";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
import { formatDate } from "@fullcalendar/core/index.js";
const taskSchema = z.object({
diff --git a/components/form/schedule/press-conference-form.tsx b/src/components/features/form/schedule/press-conference-form.tsx
similarity index 98%
rename from components/form/schedule/press-conference-form.tsx
rename to src/components/features/form/schedule/press-conference-form.tsx
index c8dbbf83..746d1e79 100644
--- a/components/form/schedule/press-conference-form.tsx
+++ b/src/components/features/form/schedule/press-conference-form.tsx
@@ -15,7 +15,7 @@ import {
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { CalendarIcon } from "lucide-react";
import { Calendar } from "@/components/ui/calendar";
import { addDays, format, setDate } from "date-fns";
@@ -24,11 +24,11 @@ import TimePicker from "react-time-picker";
import "react-time-picker/dist/TimePicker.css";
import "react-clock/dist/Clock.css";
import { register } from "module";
-import MapHome from "@/components/maps/MapHome";
+import MapHome from "@/components/ui/maps/MapHome";
import { Textarea } from "@/components/ui/textarea";
import { error } from "@/lib/swal";
import Cookies from "js-cookie";
-import { postSchedule } from "@/service/schedule/schedule";
+import { postSchedule } from "@/lib/services/schedule/schedule";
import { useRouter } from "@/i18n/routing";
const taskSchema = z.object({
diff --git a/components/form/schedule/press-conference-update-form.tsx b/src/components/features/form/schedule/press-conference-update-form.tsx
similarity index 98%
rename from components/form/schedule/press-conference-update-form.tsx
rename to src/components/features/form/schedule/press-conference-update-form.tsx
index 69b09003..a24ea353 100644
--- a/components/form/schedule/press-conference-update-form.tsx
+++ b/src/components/features/form/schedule/press-conference-update-form.tsx
@@ -16,7 +16,7 @@ import {
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { CalendarIcon } from "lucide-react";
import { Calendar } from "@/components/ui/calendar";
import { addDays, format, parseISO, setDate } from "date-fns";
@@ -24,11 +24,11 @@ import { DateRange } from "react-day-picker";
import TimePicker from "react-time-picker";
import "react-time-picker/dist/TimePicker.css";
import "react-clock/dist/Clock.css";
-import MapHome from "@/components/maps/MapHome";
+import MapHome from "@/components/ui/maps/MapHome";
import { Textarea } from "@/components/ui/textarea";
import { error, loading } from "@/lib/swal";
import Cookies from "js-cookie";
-import { detailSchedule, postSchedule } from "@/service/schedule/schedule";
+import { detailSchedule, postSchedule } from "@/lib/services/schedule/schedule";
const taskSchema = z.object({
title: z.string().min(1, { message: "Judul diperlukan" }),
diff --git a/components/form/shared/accept-assignment-form.tsx b/src/components/features/form/shared/accept-assignment-form.tsx
similarity index 99%
rename from components/form/shared/accept-assignment-form.tsx
rename to src/components/features/form/shared/accept-assignment-form.tsx
index 69527547..0065e5b0 100644
--- a/components/form/shared/accept-assignment-form.tsx
+++ b/src/components/features/form/shared/accept-assignment-form.tsx
@@ -25,7 +25,7 @@ import {
createTaskTa,
getTask,
getUserLevelForAssignments,
-} from "@/service/task";
+} from "@/lib/services/task";
import {
Dialog,
DialogContent,
@@ -35,14 +35,14 @@ import {
} from "@/components/ui/dialog";
import { CalendarIcon, ChevronDown, ChevronUp, Trash2 } from "lucide-react";
import { AudioRecorder } from "react-audio-voice-recorder";
-import FileUploader from "@/components/form/shared/file-uploader";
+import FileUploader from "@/components/features/form/shared/file-uploader";
import { Upload } from "tus-js-client";
import { error } from "@/config/swal";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { loading } from "@/lib/swal";
import { useTranslations } from "next-intl";
import dynamic from "next/dynamic";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
Popover,
PopoverContent,
@@ -54,7 +54,7 @@ import { DateRange } from "react-day-picker";
import TimePicker from "react-time-picker";
import "react-time-picker/dist/TimePicker.css";
import "react-clock/dist/Clock.css";
-import { detailMedia } from "@/service/curated-content/curated-content";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
const taskSchema = z.object({
title: z.string().min(1, { message: "Judul diperlukan" }),
diff --git a/components/form/shared/ask-expert-form.tsx b/src/components/features/form/shared/ask-expert-form.tsx
similarity index 98%
rename from components/form/shared/ask-expert-form.tsx
rename to src/components/features/form/shared/ask-expert-form.tsx
index c4797497..5b851d1c 100644
--- a/components/form/shared/ask-expert-form.tsx
+++ b/src/components/features/form/shared/ask-expert-form.tsx
@@ -26,7 +26,7 @@ import {
getTask,
getUserLevelForAssignments,
getUserLevelForExpert,
-} from "@/service/task";
+} from "@/lib/services/task";
import {
Dialog,
DialogContent,
@@ -36,14 +36,14 @@ import {
} from "@/components/ui/dialog";
import { CalendarIcon, ChevronDown, ChevronUp, Trash2 } from "lucide-react";
import { AudioRecorder } from "react-audio-voice-recorder";
-import FileUploader from "@/components/form/shared/file-uploader";
+import FileUploader from "@/components/features/form/shared/file-uploader";
import { Upload } from "tus-js-client";
import { error } from "@/config/swal";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { loading } from "@/lib/swal";
import { useTranslations } from "next-intl";
import dynamic from "next/dynamic";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
Popover,
PopoverContent,
@@ -55,8 +55,8 @@ import { DateRange } from "react-day-picker";
import TimePicker from "react-time-picker";
import "react-time-picker/dist/TimePicker.css";
import "react-clock/dist/Clock.css";
-import { detailMedia } from "@/service/curated-content/curated-content";
-import { getListCompetencies } from "@/service/management-user/management-user";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
+import { getListCompetencies } from "@/lib/services/management-user/management-user";
const taskSchema = z.object({
title: z.string().min(1, { message: "Judul diperlukan" }),
diff --git a/components/form/shared/do-it-yourself-form.tsx b/src/components/features/form/shared/do-it-yourself-form.tsx
similarity index 99%
rename from components/form/shared/do-it-yourself-form.tsx
rename to src/components/features/form/shared/do-it-yourself-form.tsx
index 84856c16..0fe0133e 100644
--- a/components/form/shared/do-it-yourself-form.tsx
+++ b/src/components/features/form/shared/do-it-yourself-form.tsx
@@ -25,7 +25,7 @@ import {
createTaskTa,
getTask,
getUserLevelForAssignments,
-} from "@/service/task";
+} from "@/lib/services/task";
import {
Dialog,
DialogContent,
@@ -35,14 +35,14 @@ import {
} from "@/components/ui/dialog";
import { CalendarIcon, ChevronDown, ChevronUp, Trash2 } from "lucide-react";
import { AudioRecorder } from "react-audio-voice-recorder";
-import FileUploader from "@/components/form/shared/file-uploader";
+import FileUploader from "@/components/features/form/shared/file-uploader";
import { Upload } from "tus-js-client";
import { error } from "@/config/swal";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { loading } from "@/lib/swal";
import { useTranslations } from "next-intl";
import dynamic from "next/dynamic";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
Popover,
PopoverContent,
@@ -54,7 +54,7 @@ import { DateRange } from "react-day-picker";
import TimePicker from "react-time-picker";
import "react-time-picker/dist/TimePicker.css";
import "react-clock/dist/Clock.css";
-import { detailMedia } from "@/service/curated-content/curated-content";
+import { detailMedia } from "@/lib/services/curated-content/curated-content";
const taskSchema = z.object({
title: z.string().min(1, { message: "Judul diperlukan" }),
diff --git a/components/form/shared/file-uploader.tsx b/src/components/features/form/shared/file-uploader.tsx
similarity index 100%
rename from components/form/shared/file-uploader.tsx
rename to src/components/features/form/shared/file-uploader.tsx
diff --git a/components/form/survey/survey-detail.tsx b/src/components/features/form/survey/survey-detail.tsx
similarity index 98%
rename from components/form/survey/survey-detail.tsx
rename to src/components/features/form/survey/survey-detail.tsx
index 61dac0ae..6447b21b 100644
--- a/components/form/survey/survey-detail.tsx
+++ b/src/components/features/form/survey/survey-detail.tsx
@@ -5,7 +5,7 @@ import { z } from "zod";
import { useForm, Controller } from "react-hook-form";
import { zodResolver } from "@hookform/resolvers/zod";
-import { createSurveyData, getSurveyById } from "@/service/survey/survey";
+import { createSurveyData, getSurveyById } from "@/lib/services/survey/survey";
import { Checkbox } from "@/components/ui/checkbox";
import { Textarea } from "@/components/ui/textarea";
diff --git a/components/form/task-ta/task-ta-detail-form.tsx b/src/components/features/form/task-ta/task-ta-detail-form.tsx
similarity index 99%
rename from components/form/task-ta/task-ta-detail-form.tsx
rename to src/components/features/form/task-ta/task-ta-detail-form.tsx
index 475d74d6..6c78d737 100644
--- a/components/form/task-ta/task-ta-detail-form.tsx
+++ b/src/components/features/form/task-ta/task-ta-detail-form.tsx
@@ -35,7 +35,7 @@ import {
getTask,
getTaskTa,
getUserLevelForAssignments,
-} from "@/service/task";
+} from "@/lib/services/task";
import {
Dialog,
DialogContent,
@@ -55,10 +55,10 @@ import {
VideoIcon,
} from "lucide-react";
import dynamic from "next/dynamic";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { Textarea } from "@/components/ui/textarea";
import { close, error, loading } from "@/lib/swal";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { Avatar, AvatarImage } from "@/components/ui/avatar";
import { successCallback } from "@/config/swal";
import FileUploader from "../shared/file-uploader";
@@ -125,7 +125,7 @@ interface ListData {
const ViewEditor = dynamic(
() => {
- return import("@/components/editor/view-editor");
+ return import("@/components/features/editor/view-editor");
},
{ ssr: false }
);
diff --git a/components/form/task-ta/task-ta-edit-form.tsx b/src/components/features/form/task-ta/task-ta-edit-form.tsx
similarity index 99%
rename from components/form/task-ta/task-ta-edit-form.tsx
rename to src/components/features/form/task-ta/task-ta-edit-form.tsx
index 2d06e489..fdc1c765 100644
--- a/components/form/task-ta/task-ta-edit-form.tsx
+++ b/src/components/features/form/task-ta/task-ta-edit-form.tsx
@@ -26,7 +26,7 @@ import {
getTask,
getTaskTa,
getUserLevelForAssignments,
-} from "@/service/task";
+} from "@/lib/services/task";
import {
Dialog,
DialogContent,
@@ -47,7 +47,7 @@ import { AudioRecorder } from "react-audio-voice-recorder";
import Image from "next/image";
import { Icon } from "@iconify/react/dist/iconify.js";
import WavesurferPlayer from "@wavesurfer/react";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { Upload } from "tus-js-client";
import { error, loading } from "@/lib/swal";
import dynamic from "next/dynamic";
diff --git a/components/form/task-ta/task-ta-form.tsx b/src/components/features/form/task-ta/task-ta-form.tsx
similarity index 98%
rename from components/form/task-ta/task-ta-form.tsx
rename to src/components/features/form/task-ta/task-ta-form.tsx
index 113a72ee..6f77e650 100644
--- a/components/form/task-ta/task-ta-form.tsx
+++ b/src/components/features/form/task-ta/task-ta-form.tsx
@@ -26,7 +26,7 @@ import {
getTask,
getUserLevelForAssignments,
getUserLevelForExpert,
-} from "@/service/task";
+} from "@/lib/services/task";
import {
Dialog,
DialogContent,
@@ -36,14 +36,14 @@ import {
} from "@/components/ui/dialog";
import { CalendarIcon, ChevronDown, ChevronUp, Trash2 } from "lucide-react";
import { AudioRecorder } from "react-audio-voice-recorder";
-import FileUploader from "@/components/form/shared/file-uploader";
+import FileUploader from "@/components/features/form/shared/file-uploader";
import { Upload } from "tus-js-client";
import { error } from "@/config/swal";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { loading } from "@/lib/swal";
import { useTranslations } from "next-intl";
import dynamic from "next/dynamic";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
Popover,
PopoverContent,
@@ -59,7 +59,7 @@ import {
AdministrationLevelList,
getListCompetencies,
getListExperiences,
-} from "@/service/management-user/management-user";
+} from "@/lib/services/management-user/management-user";
const taskSchema = z.object({
title: z.string().min(1, { message: "Judul diperlukan" }),
diff --git a/components/form/task-ta/task-ta-upload-form.tsx b/src/components/features/form/task-ta/task-ta-upload-form.tsx
similarity index 99%
rename from components/form/task-ta/task-ta-upload-form.tsx
rename to src/components/features/form/task-ta/task-ta-upload-form.tsx
index 6c43ab91..bed0fbda 100644
--- a/components/form/task-ta/task-ta-upload-form.tsx
+++ b/src/components/features/form/task-ta/task-ta-upload-form.tsx
@@ -35,16 +35,16 @@ import {
getTagsBySubCategoryId,
listEnableCategory,
uploadThumbnail,
-} from "@/service/content/content";
-import { uploadThumbnailBlog } from "@/service/blog/blog";
+} from "@/lib/services/content/content";
+import { uploadThumbnailBlog } from "@/lib/services/blog/blog";
import { Textarea } from "@/components/ui/textarea";
import {
generateDataArticle,
getDetailArticle,
getGenerateKeywords,
getGenerateTitle,
-} from "@/service/content/ai";
-import { getCookiesDecrypt } from "@/lib/utils";
+} from "@/lib/services/content/ai";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { useDropzone } from "react-dropzone";
import { Icon } from "@iconify/react";
import { CloudUpload, Trash2 } from "lucide-react";
@@ -54,13 +54,13 @@ import { Item } from "@radix-ui/react-dropdown-menu";
import { data } from "jquery";
import { options } from "@fullcalendar/core/preact.js";
import dynamic from "next/dynamic";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { Link } from "@/i18n/routing";
import { request } from "http";
import { useTranslations } from "next-intl";
import FileUploader from "../shared/file-uploader";
import { AudioRecorder } from "react-audio-voice-recorder";
-import { getTaskTa } from "@/service/task";
+import { getTaskTa } from "@/lib/services/task";
import { taskDetail } from "./task-ta-form";
interface FileWithPreview extends File {
diff --git a/components/form/task/task-detail-form.tsx b/src/components/features/form/task/task-detail-form.tsx
similarity index 99%
rename from components/form/task/task-detail-form.tsx
rename to src/components/features/form/task/task-detail-form.tsx
index 18d841a3..18e3b765 100644
--- a/components/form/task/task-detail-form.tsx
+++ b/src/components/features/form/task/task-detail-form.tsx
@@ -33,7 +33,7 @@ import {
getMediaUpload,
getTask,
getUserLevelForAssignments,
-} from "@/service/task";
+} from "@/lib/services/task";
import {
Dialog,
DialogContent,
@@ -53,10 +53,10 @@ import {
VideoIcon,
} from "lucide-react";
import dynamic from "next/dynamic";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { Textarea } from "@/components/ui/textarea";
import { close, error, loading } from "@/lib/swal";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { Avatar, AvatarImage } from "@/components/ui/avatar";
import { successCallback } from "@/config/swal";
import FileUploader from "../shared/file-uploader";
diff --git a/components/form/task/task-edit-form.tsx b/src/components/features/form/task/task-edit-form.tsx
similarity index 99%
rename from components/form/task/task-edit-form.tsx
rename to src/components/features/form/task/task-edit-form.tsx
index a2582ded..1b11bd25 100644
--- a/components/form/task/task-edit-form.tsx
+++ b/src/components/features/form/task/task-edit-form.tsx
@@ -24,7 +24,7 @@ import {
createTask,
getTask,
getUserLevelForAssignments,
-} from "@/service/task";
+} from "@/lib/services/task";
import {
Dialog,
DialogContent,
@@ -45,7 +45,7 @@ import { AudioRecorder } from "react-audio-voice-recorder";
import Image from "next/image";
import { Icon } from "@iconify/react/dist/iconify.js";
import WavesurferPlayer from "@wavesurfer/react";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { Upload } from "tus-js-client";
import { error, loading } from "@/lib/swal";
import dynamic from "next/dynamic";
diff --git a/components/form/task/task-form.tsx b/src/components/features/form/task/task-form.tsx
similarity index 99%
rename from components/form/task/task-form.tsx
rename to src/components/features/form/task/task-form.tsx
index ace2e83c..590ac5ea 100644
--- a/components/form/task/task-form.tsx
+++ b/src/components/features/form/task/task-form.tsx
@@ -24,7 +24,7 @@ import {
createTask,
getTask,
getUserLevelForAssignments,
-} from "@/service/task";
+} from "@/lib/services/task";
import {
Dialog,
DialogContent,
@@ -34,10 +34,10 @@ import {
} from "@/components/ui/dialog";
import { ChevronDown, ChevronUp, Trash2 } from "lucide-react";
import { AudioRecorder } from "react-audio-voice-recorder";
-import FileUploader from "@/components/form/shared/file-uploader";
+import FileUploader from "@/components/features/form/shared/file-uploader";
import { Upload } from "tus-js-client";
import { error } from "@/config/swal";
-import { getCsrfToken } from "@/service/auth";
+import { getCsrfToken } from "@/lib/services/auth";
import { loading } from "@/lib/swal";
import { useTranslations } from "next-intl";
import dynamic from "next/dynamic";
diff --git a/components/form/task/task-forward-form.tsx b/src/components/features/form/task/task-forward-form.tsx
similarity index 99%
rename from components/form/task/task-forward-form.tsx
rename to src/components/features/form/task/task-forward-form.tsx
index d2d4d107..60ace730 100644
--- a/components/form/task/task-forward-form.tsx
+++ b/src/components/features/form/task/task-forward-form.tsx
@@ -31,7 +31,7 @@ import {
getAssignmentResponseList,
getTask,
getUserLevelForAssignments,
-} from "@/service/task";
+} from "@/lib/services/task";
import {
Dialog,
DialogContent,
@@ -41,10 +41,10 @@ import {
} from "@/components/ui/dialog";
import { ChevronDown, ChevronUp, DotSquare, TrashIcon } from "lucide-react";
import dynamic from "next/dynamic";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import { Textarea } from "@/components/ui/textarea";
import { close, error, loading } from "@/lib/swal";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { Avatar, AvatarImage } from "@/components/ui/avatar";
const taskSchema = z.object({
diff --git a/components/form/ticketing/info-lainnya-types.ts b/src/components/features/form/ticketing/info-lainnya-types.ts
similarity index 100%
rename from components/form/ticketing/info-lainnya-types.ts
rename to src/components/features/form/ticketing/info-lainnya-types.ts
diff --git a/components/form/ticketing/info-lainnya.tsx b/src/components/features/form/ticketing/info-lainnya.tsx
similarity index 100%
rename from components/form/ticketing/info-lainnya.tsx
rename to src/components/features/form/ticketing/info-lainnya.tsx
diff --git a/components/form/ticketing/ticketing-detail-form.tsx b/src/components/features/form/ticketing/ticketing-detail-form.tsx
similarity index 99%
rename from components/form/ticketing/ticketing-detail-form.tsx
rename to src/components/features/form/ticketing/ticketing-detail-form.tsx
index 81c02ec4..7ed967a6 100644
--- a/components/form/ticketing/ticketing-detail-form.tsx
+++ b/src/components/features/form/ticketing/ticketing-detail-form.tsx
@@ -28,10 +28,10 @@ import {
saveTicketing,
saveTicketInternalReply,
saveTicketReply,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import { Icon } from "@iconify/react/dist/iconify.js";
import { list, parse } from "postcss";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import { Textarea } from "@/components/ui/textarea";
import { error } from "@/lib/swal";
import { useRouter } from "next/navigation";
@@ -44,7 +44,7 @@ import {
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover";
-import { getOperatorUser } from "@/service/management-user/management-user";
+import { getOperatorUser } from "@/lib/services/management-user/management-user";
const taskSchema = z.object({
title: z.string().min(1, { message: "Judul diperlukan" }),
diff --git a/components/form/ticketing/ticketing-update-form.tsx b/src/components/features/form/ticketing/ticketing-update-form.tsx
similarity index 98%
rename from components/form/ticketing/ticketing-update-form.tsx
rename to src/components/features/form/ticketing/ticketing-update-form.tsx
index 3ae98dd7..580fe94b 100644
--- a/components/form/ticketing/ticketing-update-form.tsx
+++ b/src/components/features/form/ticketing/ticketing-update-form.tsx
@@ -28,14 +28,14 @@ import {
saveTicketing,
saveTicketInternalReply,
saveTicketReply,
-} from "@/service/communication/communication";
+} from "@/lib/services/communication/communication";
import { Icon } from "@iconify/react/dist/iconify.js";
import { list } from "postcss";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import { Textarea } from "@/components/ui/textarea";
import { error } from "@/lib/swal";
import { useRouter } from "next/navigation";
-import { getOperatorUser } from "@/service/management-user/management-user";
+import { getOperatorUser } from "@/lib/services/management-user/management-user";
import { DetailTicket } from "./info-lainnya-types";
import {
Popover,
diff --git a/components/landing-page/Reveal.tsx b/src/components/features/landing-page/Reveal.tsx
similarity index 100%
rename from components/landing-page/Reveal.tsx
rename to src/components/features/landing-page/Reveal.tsx
diff --git a/components/landing-page/area-coverage-and-work-units.tsx b/src/components/features/landing-page/area-coverage-and-work-units.tsx
similarity index 100%
rename from components/landing-page/area-coverage-and-work-units.tsx
rename to src/components/features/landing-page/area-coverage-and-work-units.tsx
diff --git a/components/landing-page/content-category.tsx b/src/components/features/landing-page/content-category.tsx
similarity index 98%
rename from components/landing-page/content-category.tsx
rename to src/components/features/landing-page/content-category.tsx
index d9ad516f..c0515d02 100644
--- a/components/landing-page/content-category.tsx
+++ b/src/components/features/landing-page/content-category.tsx
@@ -1,7 +1,7 @@
import {
getCategoryData,
getPublicCategoryData,
-} from "@/service/landing/landing";
+} from "@/lib/services/landing/landing";
import React, { useEffect, useState } from "react";
import { Reveal } from "./Reveal";
import { useTranslations } from "next-intl";
@@ -14,9 +14,9 @@ import {
CarouselItem,
CarouselNext,
CarouselPrevious,
-} from "../ui/carousel";
+} from "../../ui/carousel";
import { useRouter } from "@/i18n/routing";
-import { Button } from "../ui/button";
+import { Button } from "../../ui/button";
const ContentCategory = (props: { group?: string; type: string }) => {
const [categories, setCategories] = useState();
diff --git a/components/landing-page/coverage.tsx b/src/components/features/landing-page/coverage.tsx
similarity index 99%
rename from components/landing-page/coverage.tsx
rename to src/components/features/landing-page/coverage.tsx
index cd9ec958..3ddd3dd9 100644
--- a/components/landing-page/coverage.tsx
+++ b/src/components/features/landing-page/coverage.tsx
@@ -1,5 +1,5 @@
import React, { useState } from "react";
-import { Button } from "../ui/button";
+import { Button } from "../../ui/button";
import { Reveal } from "./Reveal";
import { Icon } from "@iconify/react/dist/iconify.js";
import { Link } from "@/i18n/routing";
diff --git a/components/landing-page/division.tsx b/src/components/features/landing-page/division.tsx
similarity index 99%
rename from components/landing-page/division.tsx
rename to src/components/features/landing-page/division.tsx
index ab5fe9af..ee5d9641 100644
--- a/components/landing-page/division.tsx
+++ b/src/components/features/landing-page/division.tsx
@@ -1,5 +1,5 @@
import React, { useState } from "react";
-import { Button } from "../ui/button";
+import { Button } from "../../ui/button";
import { Reveal } from "./Reveal";
import { Icon } from "@iconify/react/dist/iconify.js";
import { Link } from "@/i18n/routing";
diff --git a/components/landing-page/event-calender.tsx b/src/components/features/landing-page/event-calender.tsx
similarity index 100%
rename from components/landing-page/event-calender.tsx
rename to src/components/features/landing-page/event-calender.tsx
diff --git a/components/landing-page/filter-all/audio-filter-card.tsx b/src/components/features/landing-page/filter-all/audio-filter-card.tsx
similarity index 98%
rename from components/landing-page/filter-all/audio-filter-card.tsx
rename to src/components/features/landing-page/filter-all/audio-filter-card.tsx
index 4361c252..fa10f6bd 100644
--- a/components/landing-page/filter-all/audio-filter-card.tsx
+++ b/src/components/features/landing-page/filter-all/audio-filter-card.tsx
@@ -8,8 +8,8 @@ import {
} from "@/components/ui/carousel";
import { close, loading } from "@/config/swal";
import { Link, usePathname } from "@/i18n/routing";
-import { listData } from "@/service/landing/landing";
-import { formatDateToIndonesian, getOnlyMonthAndYear } from "@/utils/globals";
+import { listData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { pages } from "next/dist/build/templates/app-page";
import { useParams, useSearchParams } from "next/navigation";
diff --git a/components/landing-page/filter-all/document-filter-card.tsx b/src/components/features/landing-page/filter-all/document-filter-card.tsx
similarity index 98%
rename from components/landing-page/filter-all/document-filter-card.tsx
rename to src/components/features/landing-page/filter-all/document-filter-card.tsx
index 07b59bdb..24ad2be6 100644
--- a/components/landing-page/filter-all/document-filter-card.tsx
+++ b/src/components/features/landing-page/filter-all/document-filter-card.tsx
@@ -8,8 +8,8 @@ import {
} from "@/components/ui/carousel";
import { close, loading } from "@/config/swal";
import { Link, usePathname } from "@/i18n/routing";
-import { listData } from "@/service/landing/landing";
-import { formatDateToIndonesian, getOnlyMonthAndYear } from "@/utils/globals";
+import { listData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { pages } from "next/dist/build/templates/app-page";
import { useParams, useSearchParams } from "next/navigation";
diff --git a/components/landing-page/filter-all/image-filter-card.tsx b/src/components/features/landing-page/filter-all/image-filter-card.tsx
similarity index 97%
rename from components/landing-page/filter-all/image-filter-card.tsx
rename to src/components/features/landing-page/filter-all/image-filter-card.tsx
index 1975035e..2705368f 100644
--- a/components/landing-page/filter-all/image-filter-card.tsx
+++ b/src/components/features/landing-page/filter-all/image-filter-card.tsx
@@ -8,8 +8,8 @@ import {
} from "@/components/ui/carousel";
import { close, loading } from "@/config/swal";
import { Link, usePathname } from "@/i18n/routing";
-import { listData } from "@/service/landing/landing";
-import { formatDateToIndonesian, getOnlyMonthAndYear } from "@/utils/globals";
+import { listData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { pages } from "next/dist/build/templates/app-page";
import { useParams, useSearchParams } from "next/navigation";
diff --git a/components/landing-page/filter-all/video-filter-card.tsx b/src/components/features/landing-page/filter-all/video-filter-card.tsx
similarity index 97%
rename from components/landing-page/filter-all/video-filter-card.tsx
rename to src/components/features/landing-page/filter-all/video-filter-card.tsx
index ddf9c6fb..1d814183 100644
--- a/components/landing-page/filter-all/video-filter-card.tsx
+++ b/src/components/features/landing-page/filter-all/video-filter-card.tsx
@@ -8,8 +8,8 @@ import {
} from "@/components/ui/carousel";
import { close, loading } from "@/config/swal";
import { Link, usePathname } from "@/i18n/routing";
-import { listData } from "@/service/landing/landing";
-import { formatDateToIndonesian, getOnlyMonthAndYear } from "@/utils/globals";
+import { listData } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian, getOnlyMonthAndYear } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { pages } from "next/dist/build/templates/app-page";
import { useParams, useSearchParams } from "next/navigation";
diff --git a/components/landing-page/footer.tsx b/src/components/features/landing-page/footer.tsx
similarity index 96%
rename from components/landing-page/footer.tsx
rename to src/components/features/landing-page/footer.tsx
index 17d6c1f0..a4f0b004 100644
--- a/components/landing-page/footer.tsx
+++ b/src/components/features/landing-page/footer.tsx
@@ -2,10 +2,10 @@
import Link from "next/link";
import React, { useEffect, useState } from "react";
-import { generateLocalizedPath } from "@/utils/globals";
+import { generateLocalizedPath } from "@/lib/utils/globals";
import { useParams, usePathname, useRouter } from "next/navigation";
import { Dialog, DialogContent, DialogTrigger } from "@/components/ui/dialog";
-import { getPrivacy } from "@/service/landing/landing";
+import { getPrivacy } from "@/lib/services/landing/landing";
import parse from "html-react-parser";
import { useTranslations } from "next-intl";
import NewsTicker from "./news-tickers";
diff --git a/components/landing-page/header-banner-satker.tsx b/src/components/features/landing-page/header-banner-satker.tsx
similarity index 98%
rename from components/landing-page/header-banner-satker.tsx
rename to src/components/features/landing-page/header-banner-satker.tsx
index 76e3af14..55288234 100644
--- a/components/landing-page/header-banner-satker.tsx
+++ b/src/components/features/landing-page/header-banner-satker.tsx
@@ -1,5 +1,5 @@
"use client";
-import { listData, listStaticBanner } from "@/service/landing/landing";
+import { listData, listStaticBanner } from "@/lib/services/landing/landing";
import { useParams, usePathname, useRouter } from "next/navigation";
import React, { useEffect, useState } from "react";
import Skeleton, { SkeletonTheme } from "react-loading-skeleton";
@@ -8,7 +8,7 @@ import {
formatDateToIndonesian,
getPublicLocaleTimestamp,
textEllipsis,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import {
Carousel,
diff --git a/components/landing-page/header-banner.tsx b/src/components/features/landing-page/header-banner.tsx
similarity index 98%
rename from components/landing-page/header-banner.tsx
rename to src/components/features/landing-page/header-banner.tsx
index c48c8bf4..e801b6b6 100644
--- a/components/landing-page/header-banner.tsx
+++ b/src/components/features/landing-page/header-banner.tsx
@@ -1,9 +1,9 @@
"use client";
-import { listData, listStaticBanner } from "@/service/landing/landing";
+import { listData, listStaticBanner } from "@/lib/services/landing/landing";
import { useParams } from "next/navigation";
import React, { useEffect, useState } from "react";
import Skeleton, { SkeletonTheme } from "react-loading-skeleton";
-import { formatDateToIndonesian, getPublicLocaleTimestamp, textEllipsis } from "@/utils/globals";
+import { formatDateToIndonesian, getPublicLocaleTimestamp, textEllipsis } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious } from "@/components/ui/carousel";
import Image from "next/image";
diff --git a/components/landing-page/header-management.tsx b/src/components/features/landing-page/header-management.tsx
similarity index 98%
rename from components/landing-page/header-management.tsx
rename to src/components/features/landing-page/header-management.tsx
index 550b17dd..32c4ffe4 100644
--- a/components/landing-page/header-management.tsx
+++ b/src/components/features/landing-page/header-management.tsx
@@ -3,7 +3,7 @@
import React, { useEffect, useState } from "react";
import { Link } from "@/i18n/routing";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { getInfoProfile, getListPorvinces, getUsersTeams } from "@/service/landing/landing";
+import { getInfoProfile, getListPorvinces, getUsersTeams } from "@/lib/services/landing/landing";
import { useParams } from "next/navigation";
import { useTranslations } from "next-intl";
diff --git a/components/landing-page/hero-new.tsx b/src/components/features/landing-page/hero-new.tsx
similarity index 96%
rename from components/landing-page/hero-new.tsx
rename to src/components/features/landing-page/hero-new.tsx
index 2d78ed93..b9b5081d 100644
--- a/components/landing-page/hero-new.tsx
+++ b/src/components/features/landing-page/hero-new.tsx
@@ -1,8 +1,8 @@
-import { formatDateToIndonesian, shimmer, toBase64 } from "@/utils/globals";
+import { formatDateToIndonesian, shimmer, toBase64 } from "@/lib/utils/globals";
import React, { useEffect, useState } from "react";
import "swiper/css/bundle";
import "swiper/css/navigation";
-import { getHeroData, listStaticBanner } from "@/service/landing/landing";
+import { getHeroData, listStaticBanner } from "@/lib/services/landing/landing";
import Link from "next/link";
import { useParams, usePathname, useRouter } from "next/navigation";
import {
@@ -12,10 +12,10 @@ import {
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
-import { Skeleton } from "../ui/skeleton";
+import { Skeleton } from "../../ui/skeleton";
import Image from "next/image";
import Cookies from "js-cookie";
-import { Tabs, TabsContent, TabsList, TabsTrigger } from "../ui/tabs";
+import { Tabs, TabsContent, TabsList, TabsTrigger } from "../../ui/tabs";
import {
Card,
CardContent,
@@ -23,12 +23,12 @@ import {
CardFooter,
CardHeader,
CardTitle,
-} from "../ui/card";
-import { Label } from "../ui/label";
-import { Input } from "../ui/input";
-import { Button } from "../ui/button";
-import { Textarea } from "../ui/textarea";
-import { Checkbox } from "../ui/checkbox";
+} from "../../ui/card";
+import { Label } from "../../ui/label";
+import { Input } from "../../ui/input";
+import { Button } from "../../ui/button";
+import { Textarea } from "../../ui/textarea";
+import { Checkbox } from "../../ui/checkbox";
import {
Dialog,
DialogClose,
@@ -36,7 +36,7 @@ import {
DialogDescription,
DialogHeader,
DialogTitle,
-} from "../ui/dialog";
+} from "../../ui/dialog";
import { Autoplay, Pagination } from "swiper/modules";
import { Swiper, SwiperSlide } from "swiper/react";
import "swiper/css";
diff --git a/components/landing-page/hero.tsx b/src/components/features/landing-page/hero.tsx
similarity index 97%
rename from components/landing-page/hero.tsx
rename to src/components/features/landing-page/hero.tsx
index aa4f8ce5..e6d9ce0f 100644
--- a/components/landing-page/hero.tsx
+++ b/src/components/features/landing-page/hero.tsx
@@ -1,8 +1,8 @@
-import { formatDateToIndonesian, shimmer, toBase64 } from "@/utils/globals";
+import { formatDateToIndonesian, shimmer, toBase64 } from "@/lib/utils/globals";
import React, { useEffect, useState } from "react";
import "swiper/css/bundle";
import "swiper/css/navigation";
-import { getHeroData, listStaticBanner } from "@/service/landing/landing";
+import { getHeroData, listStaticBanner } from "@/lib/services/landing/landing";
import Link from "next/link";
import { useParams, usePathname, useRouter } from "next/navigation";
import {
@@ -12,10 +12,10 @@ import {
CarouselNext,
CarouselPrevious,
} from "@/components/ui/carousel";
-import { Skeleton } from "../ui/skeleton";
+import { Skeleton } from "../../ui/skeleton";
import Image from "next/image";
import Cookies from "js-cookie";
-import { Tabs, TabsContent, TabsList, TabsTrigger } from "../ui/tabs";
+import { Tabs, TabsContent, TabsList, TabsTrigger } from "../../ui/tabs";
import {
Card,
CardContent,
@@ -23,12 +23,12 @@ import {
CardFooter,
CardHeader,
CardTitle,
-} from "../ui/card";
-import { Label } from "../ui/label";
-import { Input } from "../ui/input";
-import { Button } from "../ui/button";
-import { Textarea } from "../ui/textarea";
-import { Checkbox } from "../ui/checkbox";
+} from "../../ui/card";
+import { Label } from "../../ui/label";
+import { Input } from "../../ui/input";
+import { Button } from "../../ui/button";
+import { Textarea } from "../../ui/textarea";
+import { Checkbox } from "../../ui/checkbox";
import {
Dialog,
DialogClose,
@@ -36,7 +36,7 @@ import {
DialogDescription,
DialogHeader,
DialogTitle,
-} from "../ui/dialog";
+} from "../../ui/dialog";
import { Autoplay, Pagination } from "swiper/modules";
import { Swiper, SwiperSlide } from "swiper/react";
import "swiper/css";
diff --git a/components/landing-page/landing-polda-kaltara/contact-us-kaltara.tsx b/src/components/features/landing-page/landing-polda-kaltara/contact-us-kaltara.tsx
similarity index 100%
rename from components/landing-page/landing-polda-kaltara/contact-us-kaltara.tsx
rename to src/components/features/landing-page/landing-polda-kaltara/contact-us-kaltara.tsx
diff --git a/components/landing-page/landing-polda-kaltara/content-category-kaltara.tsx b/src/components/features/landing-page/landing-polda-kaltara/content-category-kaltara.tsx
similarity index 99%
rename from components/landing-page/landing-polda-kaltara/content-category-kaltara.tsx
rename to src/components/features/landing-page/landing-polda-kaltara/content-category-kaltara.tsx
index d4a3a325..c8c357b6 100644
--- a/components/landing-page/landing-polda-kaltara/content-category-kaltara.tsx
+++ b/src/components/features/landing-page/landing-polda-kaltara/content-category-kaltara.tsx
@@ -1,7 +1,7 @@
import {
getCategoryData,
getPublicCategoryData,
-} from "@/service/landing/landing";
+} from "@/lib/services/landing/landing";
import React, { useEffect, useState } from "react";
import { useTranslations } from "next-intl";
import { usePathname } from "next/navigation";
diff --git a/components/landing-page/landing-polda-kaltara/header-banner-kaltara.tsx b/src/components/features/landing-page/landing-polda-kaltara/header-banner-kaltara.tsx
similarity index 99%
rename from components/landing-page/landing-polda-kaltara/header-banner-kaltara.tsx
rename to src/components/features/landing-page/landing-polda-kaltara/header-banner-kaltara.tsx
index 76b03417..9a1353af 100644
--- a/components/landing-page/landing-polda-kaltara/header-banner-kaltara.tsx
+++ b/src/components/features/landing-page/landing-polda-kaltara/header-banner-kaltara.tsx
@@ -1,9 +1,9 @@
"use client";
-import { listData } from "@/service/landing/landing";
+import { listData } from "@/lib/services/landing/landing";
import { useParams } from "next/navigation";
import React, { useEffect, useState } from "react";
import Skeleton, { SkeletonTheme } from "react-loading-skeleton";
-import { formatDateToIndonesian, getPublicLocaleTimestamp } from "@/utils/globals";
+import { formatDateToIndonesian, getPublicLocaleTimestamp } from "@/lib/utils/globals";
import { Icon } from "@iconify/react/dist/iconify.js";
import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious } from "@/components/ui/carousel";
import Image from "next/image";
diff --git a/components/landing-page/landing-polda-kaltara/latest-content-kaltara.tsx b/src/components/features/landing-page/landing-polda-kaltara/latest-content-kaltara.tsx
similarity index 99%
rename from components/landing-page/landing-polda-kaltara/latest-content-kaltara.tsx
rename to src/components/features/landing-page/landing-polda-kaltara/latest-content-kaltara.tsx
index b220be2d..bfd34e07 100644
--- a/components/landing-page/landing-polda-kaltara/latest-content-kaltara.tsx
+++ b/src/components/features/landing-page/landing-polda-kaltara/latest-content-kaltara.tsx
@@ -5,9 +5,9 @@ import { Tabs, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious } from "@/components/ui/carousel";
import Image from "next/image";
import { Skeleton } from "@/components/ui/skeleton";
-import { formatDateToIndonesian, secondToTimes } from "@/utils/globals";
+import { formatDateToIndonesian, secondToTimes } from "@/lib/utils/globals";
import { useParams, usePathname } from "next/navigation";
-import { listData } from "@/service/landing/landing";
+import { listData } from "@/lib/services/landing/landing";
import { useRouter } from "@/i18n/routing";
import { Icon } from "@iconify/react/dist/iconify.js";
import { useTranslations } from "next-intl";
diff --git a/components/landing-page/landing-polda-kaltara/navbar-polda-kaltara.tsx b/src/components/features/landing-page/landing-polda-kaltara/navbar-polda-kaltara.tsx
similarity index 100%
rename from components/landing-page/landing-polda-kaltara/navbar-polda-kaltara.tsx
rename to src/components/features/landing-page/landing-polda-kaltara/navbar-polda-kaltara.tsx
diff --git a/components/landing-page/landing-polda-kaltara/search-section-kaltara.tsx b/src/components/features/landing-page/landing-polda-kaltara/search-section-kaltara.tsx
similarity index 100%
rename from components/landing-page/landing-polda-kaltara/search-section-kaltara.tsx
rename to src/components/features/landing-page/landing-polda-kaltara/search-section-kaltara.tsx
diff --git a/components/landing-page/navbar.tsx b/src/components/features/landing-page/navbar.tsx
similarity index 99%
rename from components/landing-page/navbar.tsx
rename to src/components/features/landing-page/navbar.tsx
index 848c6136..a28fa34d 100644
--- a/components/landing-page/navbar.tsx
+++ b/src/components/features/landing-page/navbar.tsx
@@ -4,7 +4,7 @@ import React, { useEffect, useState } from "react";
import ThemeSwitcher from "@/components/partials/header/theme-switcher";
import { FiFile, FiImage, FiMusic, FiYoutube } from "react-icons/fi";
import { useParams, usePathname } from "next/navigation";
-import { generateLocalizedPath } from "@/utils/globals";
+import { generateLocalizedPath } from "@/lib/utils/globals";
import { Link } from "@/i18n/routing";
import {
NavigationMenu,
@@ -22,16 +22,16 @@ import {
DropdownMenuItem,
DropdownMenuSeparator,
DropdownMenuTrigger,
-} from "../ui/dropdown-menu";
+} from "../../ui/dropdown-menu";
import Image from "next/image";
-import { Icon } from "../ui/icon";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { Icon } from "../../ui/icon";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import Cookies from "js-cookie";
-import { getInfoProfile } from "@/service/auth";
+import { getInfoProfile } from "@/lib/services/auth";
import { useTranslations } from "next-intl";
import { useRouter } from "@/i18n/routing";
import { Button } from "@/components/ui/button";
-import LocalSwitcher from "../partials/header/locale-switcher";
+import LocalSwitcher from "../../partials/header/locale-switcher";
import {
Dialog,
DialogClose,
@@ -42,7 +42,7 @@ import {
DialogTitle,
DialogTrigger,
} from "@/components/ui/dialog";
-import { getUserNotifications, listRole } from "@/service/landing/landing";
+import { getUserNotifications, listRole } from "@/lib/services/landing/landing";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import {
Popover,
diff --git a/components/landing-page/navigation-menu.tsx b/src/components/features/landing-page/navigation-menu.tsx
similarity index 99%
rename from components/landing-page/navigation-menu.tsx
rename to src/components/features/landing-page/navigation-menu.tsx
index 0265e584..c92095c5 100644
--- a/components/landing-page/navigation-menu.tsx
+++ b/src/components/features/landing-page/navigation-menu.tsx
@@ -3,7 +3,7 @@
import * as React from "react"
import Link from "next/link"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import {
NavigationMenu,
NavigationMenuContent,
diff --git a/components/landing-page/new-content.tsx b/src/components/features/landing-page/new-content.tsx
similarity index 99%
rename from components/landing-page/new-content.tsx
rename to src/components/features/landing-page/new-content.tsx
index 70840aac..67003cd7 100644
--- a/components/landing-page/new-content.tsx
+++ b/src/components/features/landing-page/new-content.tsx
@@ -11,12 +11,12 @@ import {
} from "@/components/ui/carousel";
import { useParams, usePathname } from "next/navigation";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { formatDateToIndonesian, secondToTimes } from "@/utils/globals";
-import { getListContent } from "@/service/landing/landing";
+import { formatDateToIndonesian, secondToTimes } from "@/lib/utils/globals";
+import { getListContent } from "@/lib/services/landing/landing";
import { Link, useRouter } from "@/i18n/routing";
import { Reveal } from "./Reveal";
import { useTranslations } from "next-intl";
-import { Skeleton } from "../ui/skeleton";
+import { Skeleton } from "../../ui/skeleton";
import Image from "next/image";
const NewContent = (props: { group: string; type: string }) => {
diff --git a/components/landing-page/news-tickers.tsx b/src/components/features/landing-page/news-tickers.tsx
similarity index 94%
rename from components/landing-page/news-tickers.tsx
rename to src/components/features/landing-page/news-tickers.tsx
index c28be857..ae289dec 100644
--- a/components/landing-page/news-tickers.tsx
+++ b/src/components/features/landing-page/news-tickers.tsx
@@ -1,9 +1,9 @@
"use client";
import { Link } from "@/i18n/routing";
-import { getHeroData, listCarousel } from "@/service/landing/landing";
-import { formatDateToIndonesian, textEllipsis } from "@/utils/globals";
+import { getHeroData, listCarousel } from "@/lib/services/landing/landing";
+import { formatDateToIndonesian, textEllipsis } from "@/lib/utils/globals";
import { useEffect, useState } from "react";
-import { Icon } from "../ui/icon";
+import { Icon } from "../../ui/icon";
import { useTranslations } from "next-intl";
export default function NewsTicker() {
const [article, setArticle] = useState([]);
diff --git a/components/landing-page/pagination.tsx b/src/components/features/landing-page/pagination.tsx
similarity index 97%
rename from components/landing-page/pagination.tsx
rename to src/components/features/landing-page/pagination.tsx
index ddadba31..371616f3 100644
--- a/components/landing-page/pagination.tsx
+++ b/src/components/features/landing-page/pagination.tsx
@@ -1,5 +1,5 @@
import { Button } from '@/components/ui/button';
-import { useMediaQuery } from '@/hooks/use-media-query';
+import { useMediaQuery } from '@/lib/hooks/use-media-query';
import { Table } from '@tanstack/react-table';
import { ChevronLeft, ChevronRight, ChevronsLeft, ChevronsRight } from 'lucide-react';
import { useSearchParams, useRouter } from 'next/navigation';
diff --git a/components/landing-page/popular-content.tsx b/src/components/features/landing-page/popular-content.tsx
similarity index 99%
rename from components/landing-page/popular-content.tsx
rename to src/components/features/landing-page/popular-content.tsx
index e59afe48..46db4855 100644
--- a/components/landing-page/popular-content.tsx
+++ b/src/components/features/landing-page/popular-content.tsx
@@ -4,8 +4,8 @@ import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious
import Link from "next/link";
import { useParams, usePathname, useRouter } from "next/navigation";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { textEllipsis } from "@/utils/globals";
-import { generateLocalizedPath } from "@/utils/globals";
+import { textEllipsis } from "@/lib/utils/globals";
+import { generateLocalizedPath } from "@/lib/utils/globals";
const dummyImage = [
{ id: 1, thumbnail: "/assets/banner-sample.png", date: "17 MEI 2024", title: "Kapolres Batam Berikan pengarahan pagi kepada para anggota dan staf yang terkait", time: "18.00 WIB" },
diff --git a/components/landing-page/popular-polda.tsx b/src/components/features/landing-page/popular-polda.tsx
similarity index 85%
rename from components/landing-page/popular-polda.tsx
rename to src/components/features/landing-page/popular-polda.tsx
index 2bf50272..6068d53c 100644
--- a/components/landing-page/popular-polda.tsx
+++ b/src/components/features/landing-page/popular-polda.tsx
@@ -3,8 +3,8 @@ import { Tabs, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious } from "@/components/ui/carousel";
import { useParams, usePathname, useRouter } from "next/navigation";
import { Icon } from "@iconify/react/dist/iconify.js";
-import { formatDateToIndonesian } from "@/utils/globals";
-import { getListContent } from "@/service/landing/landing";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
+import { getListContent } from "@/lib/services/landing/landing";
import { Link } from "@/i18n/routing";
import { Reveal } from "./Reveal";
diff --git a/components/landing-page/search-section-new.tsx b/src/components/features/landing-page/search-section-new.tsx
similarity index 98%
rename from components/landing-page/search-section-new.tsx
rename to src/components/features/landing-page/search-section-new.tsx
index e90db7a6..21d15d98 100644
--- a/components/landing-page/search-section-new.tsx
+++ b/src/components/features/landing-page/search-section-new.tsx
@@ -11,11 +11,11 @@ import {
SelectItem,
SelectTrigger,
SelectValue,
-} from "../ui/select";
+} from "../../ui/select";
import Image from "next/image";
-import { getHeroData } from "@/service/landing/landing";
+import { getHeroData } from "@/lib/services/landing/landing";
import { title } from "process";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import { Link } from "@/i18n/routing";
const ScrollableContent = () => {
diff --git a/components/landing-page/search-section.tsx b/src/components/features/landing-page/search-section.tsx
similarity index 100%
rename from components/landing-page/search-section.tsx
rename to src/components/features/landing-page/search-section.tsx
diff --git a/components/landing-page/sidebar-management.tsx b/src/components/features/landing-page/sidebar-management.tsx
similarity index 99%
rename from components/landing-page/sidebar-management.tsx
rename to src/components/features/landing-page/sidebar-management.tsx
index 0445b038..a974ffa9 100644
--- a/components/landing-page/sidebar-management.tsx
+++ b/src/components/features/landing-page/sidebar-management.tsx
@@ -1,7 +1,7 @@
"use client";
import { Link, usePathname } from "@/i18n/routing";
-import { getInfoProfile, getListPorvinces, getUsersTeams } from "@/service/landing/landing";
+import { getInfoProfile, getListPorvinces, getUsersTeams } from "@/lib/services/landing/landing";
import { Icon } from "@iconify/react/dist/iconify.js";
import React, { useEffect, useState } from "react";
import { useParams } from "next/navigation";
diff --git a/components/landing-page/survey-box.tsx b/src/components/features/landing-page/survey-box.tsx
similarity index 97%
rename from components/landing-page/survey-box.tsx
rename to src/components/features/landing-page/survey-box.tsx
index 414a2a21..64e47a37 100644
--- a/components/landing-page/survey-box.tsx
+++ b/src/components/features/landing-page/survey-box.tsx
@@ -7,15 +7,15 @@ import {
DialogHeader,
DialogTitle,
DialogTrigger,
-} from "../ui/dialog";
+} from "../../ui/dialog";
import FormSurvey from "./survey";
import { Controller, useForm } from "react-hook-form";
-import { Textarea } from "../ui/textarea";
-import { Button } from "../ui/button";
+import { Textarea } from "../../ui/textarea";
+import { Button } from "../../ui/button";
import { z } from "zod";
import { zodResolver } from "@hookform/resolvers/zod";
-import { Checkbox } from "../ui/checkbox";
-import { createSurveyData } from "@/service/survey/survey";
+import { Checkbox } from "../../ui/checkbox";
+import { createSurveyData } from "@/lib/services/survey/survey";
const surveySchema = z.object({
accessFrequency: z.string(),
diff --git a/components/landing-page/survey.tsx b/src/components/features/landing-page/survey.tsx
similarity index 92%
rename from components/landing-page/survey.tsx
rename to src/components/features/landing-page/survey.tsx
index 90d2e896..295f4eba 100644
--- a/components/landing-page/survey.tsx
+++ b/src/components/features/landing-page/survey.tsx
@@ -9,13 +9,13 @@ import {
DialogDescription,
DialogHeader,
DialogTitle,
-} from "../ui/dialog";
-import { Checkbox } from "../ui/checkbox";
-import { Button } from "../ui/button";
-import { Textarea } from "../ui/textarea";
+} from "../../ui/dialog";
+import { Checkbox } from "../../ui/checkbox";
+import { Button } from "../../ui/button";
+import { Textarea } from "../../ui/textarea";
import { useState } from "react";
-import { createTaskTa } from "@/service/task";
-import { createSurveyData } from "@/service/survey/survey";
+import { createTaskTa } from "@/lib/services/task";
+import { createSurveyData } from "@/lib/services/survey/survey";
export default function FormSurvey() {
// const [showSurvey, setShowSurvey] = useState(true);
diff --git a/components/landing-page/welcome-polda.tsx b/src/components/features/landing-page/welcome-polda.tsx
similarity index 99%
rename from components/landing-page/welcome-polda.tsx
rename to src/components/features/landing-page/welcome-polda.tsx
index 04289341..191eb008 100644
--- a/components/landing-page/welcome-polda.tsx
+++ b/src/components/features/landing-page/welcome-polda.tsx
@@ -1,6 +1,6 @@
import { useParams, usePathname, useRouter } from "next/navigation";
import React, { useEffect, useState } from "react";
-import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger } from "../ui/dropdown-menu";
+import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger } from "../../ui/dropdown-menu";
import { FiFile, FiImage, FiMusic, FiYoutube } from "react-icons/fi";
import { Icon } from "@iconify/react/dist/iconify.js";
import { useTranslations } from "next-intl";
diff --git a/components/landing-page/welcome-satker.tsx b/src/components/features/landing-page/welcome-satker.tsx
similarity index 99%
rename from components/landing-page/welcome-satker.tsx
rename to src/components/features/landing-page/welcome-satker.tsx
index 1f49c430..aa0ca7bd 100644
--- a/components/landing-page/welcome-satker.tsx
+++ b/src/components/features/landing-page/welcome-satker.tsx
@@ -2,7 +2,7 @@
import { useParams, usePathname, useRouter } from "next/navigation";
import React, { useEffect, useState } from "react";
-import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger } from "../ui/dropdown-menu";
+import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger } from "../../ui/dropdown-menu";
import { FiFile, FiImage, FiMusic, FiYoutube } from "react-icons/fi";
import { Icon } from "@iconify/react/dist/iconify.js";
import { useTranslations } from "next-intl";
diff --git a/components/main/audio-detail.tsx b/src/components/features/main/audio-detail.tsx
similarity index 99%
rename from components/main/audio-detail.tsx
rename to src/components/features/main/audio-detail.tsx
index e89ff5f6..42f29f5e 100644
--- a/components/main/audio-detail.tsx
+++ b/src/components/features/main/audio-detail.tsx
@@ -3,7 +3,7 @@
import { useParams, usePathname, useSearchParams } from "next/navigation";
import React, { useEffect, useRef, useState } from "react";
import { Icon } from "@iconify/react/dist/iconify.js";
-import NewContent from "@/components/landing-page/new-content";
+import NewContent from "@/components/features/landing-page/new-content";
import { Link, useRouter } from "@/i18n/routing";
import { Textarea } from "@/components/ui/textarea";
import { BarWave } from "react-cssfx-loading";
@@ -16,10 +16,10 @@ import {
getDetail,
getPublicSuggestionList,
saveWishlist,
-} from "@/service/landing/landing";
-import { getCookiesDecrypt } from "@/lib/utils";
+} from "@/lib/services/landing/landing";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { close, error, loading, successCallback, warning } from "@/config/swal";
-import { sendMediaUploadToEmail } from "@/service/media-tracking/media-tracking";
+import { sendMediaUploadToEmail } from "@/lib/services/media-tracking/media-tracking";
import {
Popover,
PopoverContent,
@@ -33,11 +33,11 @@ import {
checkMaliciousText,
formatDateToIndonesian,
getPublicLocaleTimestamp,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import parse from "html-react-parser";
import $ from "jquery";
import { useTranslations } from "next-intl";
-import { postActivityLog } from "@/service/content/content";
+import { postActivityLog } from "@/lib/services/content/content";
const formWaveSurferOptions = (ref: any) => ({
container: ref,
diff --git a/components/main/document-detail.tsx b/src/components/features/main/document-detail.tsx
similarity index 99%
rename from components/main/document-detail.tsx
rename to src/components/features/main/document-detail.tsx
index b5501fe4..297a3724 100644
--- a/components/main/document-detail.tsx
+++ b/src/components/features/main/document-detail.tsx
@@ -3,9 +3,9 @@
import { useParams, usePathname, useSearchParams } from "next/navigation";
import React, { useEffect, useState } from "react";
import { Icon } from "@iconify/react/dist/iconify.js";
-import NewContent from "@/components/landing-page/new-content";
+import NewContent from "@/components/features/landing-page/new-content";
import { Textarea } from "@/components/ui/textarea";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import {
checkWishlistStatus,
createPublicSuggestion,
@@ -14,11 +14,11 @@ import {
getDetail,
getPublicSuggestionList,
saveWishlist,
-} from "@/service/landing/landing";
+} from "@/lib/services/landing/landing";
import { close, error, loading, successCallback, warning } from "@/config/swal";
import { useToast } from "@/components/ui/use-toast";
import { Link, useRouter } from "@/i18n/routing";
-import { sendMediaUploadToEmail } from "@/service/media-tracking/media-tracking";
+import { sendMediaUploadToEmail } from "@/lib/services/media-tracking/media-tracking";
import {
Popover,
PopoverContent,
@@ -30,12 +30,12 @@ import {
checkMaliciousText,
formatDateToIndonesian,
getPublicLocaleTimestamp,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import withReactContent from "sweetalert2-react-content";
import Swal from "sweetalert2";
import parse from "html-react-parser";
import { useTranslations } from "next-intl";
-import { postActivityLog } from "@/service/content/content";
+import { postActivityLog } from "@/lib/services/content/content";
const DetailDocument = () => {
const [selectedSize, setSelectedSize] = useState("L");
diff --git a/components/main/image-detail.tsx b/src/components/features/main/image-detail.tsx
similarity index 99%
rename from components/main/image-detail.tsx
rename to src/components/features/main/image-detail.tsx
index 3f49d872..00772d00 100644
--- a/components/main/image-detail.tsx
+++ b/src/components/features/main/image-detail.tsx
@@ -3,9 +3,9 @@ import { Textarea } from "@/components/ui/textarea";
import { useParams, usePathname, useSearchParams } from "next/navigation";
import React, { useEffect, useState } from "react";
import { Icon } from "@iconify/react/dist/iconify.js";
-import NewContent from "@/components/landing-page/new-content";
+import NewContent from "@/components/features/landing-page/new-content";
import { useToast } from "@/components/ui/use-toast";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { close, error, loading, successCallback, warning } from "@/config/swal";
import {
checkWishlistStatus,
@@ -15,7 +15,7 @@ import {
getDetail,
getPublicSuggestionList,
saveWishlist,
-} from "@/service/landing/landing";
+} from "@/lib/services/landing/landing";
import { Link, useRouter } from "@/i18n/routing";
import {
Popover,
@@ -24,19 +24,19 @@ import {
} from "@/components/ui/popover";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";
-import { sendMediaUploadToEmail } from "@/service/media-tracking/media-tracking";
+import { sendMediaUploadToEmail } from "@/lib/services/media-tracking/media-tracking";
import {
checkMaliciousText,
formatDateToIndonesian,
getPublicLocaleTimestamp,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import withReactContent from "sweetalert2-react-content";
import Swal from "sweetalert2";
import parse from "html-react-parser";
import { Skeleton } from "@/components/ui/skeleton";
import { useTranslations } from "next-intl";
import Image from "next/image";
-import { postActivityLog } from "@/service/content/content";
+import { postActivityLog } from "@/lib/services/content/content";
import { Metadata } from "next";
interface Size {
diff --git a/components/main/video-detail.tsx b/src/components/features/main/video-detail.tsx
similarity index 99%
rename from components/main/video-detail.tsx
rename to src/components/features/main/video-detail.tsx
index 68134676..7eef8269 100644
--- a/components/main/video-detail.tsx
+++ b/src/components/features/main/video-detail.tsx
@@ -11,15 +11,15 @@ import {
getDetail,
getPublicSuggestionList,
saveWishlist,
-} from "@/service/landing/landing";
-import VideoPlayer from "@/utils/video-player";
-import NewContent from "@/components/landing-page/new-content";
+} from "@/lib/services/landing/landing";
+import VideoPlayer from "@/lib/utils/video-player";
+import NewContent from "@/components/features/landing-page/new-content";
import { Link, useRouter } from "@/i18n/routing";
import { Textarea } from "@/components/ui/textarea";
-import { getCookiesDecrypt } from "@/lib/utils";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
import { close, error, loading, successCallback, warning } from "@/config/swal";
import { useToast } from "@/components/ui/use-toast";
-import { sendMediaUploadToEmail } from "@/service/media-tracking/media-tracking";
+import { sendMediaUploadToEmail } from "@/lib/services/media-tracking/media-tracking";
import {
Popover,
PopoverContent,
@@ -31,13 +31,13 @@ import {
checkMaliciousText,
formatDateToIndonesian,
getPublicLocaleTimestamp,
-} from "@/utils/globals";
+} from "@/lib/utils/globals";
import withReactContent from "sweetalert2-react-content";
import Swal from "sweetalert2";
import parse from "html-react-parser";
import { useTranslations } from "next-intl";
import Image from "next/image";
-import { postActivityLog } from "@/service/content/content";
+import { postActivityLog } from "@/lib/services/content/content";
interface Size {
label: string;
diff --git a/components/project/activity.tsx b/src/components/features/project/activity.tsx
similarity index 100%
rename from components/project/activity.tsx
rename to src/components/features/project/activity.tsx
diff --git a/components/project/deals-distribution-chart.tsx b/src/components/features/project/deals-distribution-chart.tsx
similarity index 100%
rename from components/project/deals-distribution-chart.tsx
rename to src/components/features/project/deals-distribution-chart.tsx
diff --git a/components/project/message-list-item.tsx b/src/components/features/project/message-list-item.tsx
similarity index 95%
rename from components/project/message-list-item.tsx
rename to src/components/features/project/message-list-item.tsx
index 4861d89a..960b6a30 100644
--- a/components/project/message-list-item.tsx
+++ b/src/components/features/project/message-list-item.tsx
@@ -1,5 +1,5 @@
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
interface MessageListItemProps {
message: {
diff --git a/components/project/notes-calendar.tsx b/src/components/features/project/notes-calendar.tsx
similarity index 100%
rename from components/project/notes-calendar.tsx
rename to src/components/features/project/notes-calendar.tsx
diff --git a/components/project/task-item.tsx b/src/components/features/project/task-item.tsx
similarity index 100%
rename from components/project/task-item.tsx
rename to src/components/features/project/task-item.tsx
diff --git a/components/project/team-table.tsx b/src/components/features/project/team-table.tsx
similarity index 100%
rename from components/project/team-table.tsx
rename to src/components/features/project/team-table.tsx
diff --git a/components/table/management-user/management-user-external-column-table.tsx b/src/components/features/table/management-user/management-user-external-column-table.tsx
similarity index 95%
rename from components/table/management-user/management-user-external-column-table.tsx
rename to src/components/features/table/management-user/management-user-external-column-table.tsx
index 500a2862..b8bcbf76 100644
--- a/components/table/management-user/management-user-external-column-table.tsx
+++ b/src/components/features/table/management-user/management-user-external-column-table.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -11,15 +11,15 @@ import {
} from "@/components/ui/dropdown-menu";
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
-import { formatDateToIndonesian } from "@/utils/globals";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
-import { setBanner } from "@/service/settings/settings";
+import { setBanner } from "@/lib/services/settings/settings";
import { error } from "@/config/swal";
import { useToast } from "@/components/ui/use-toast";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
-import { deleteUser } from "@/service/management-user/management-user";
+import { deleteUser } from "@/lib/services/management-user/management-user";
import { stringify } from "querystring";
const columns: ColumnDef[] = [
{
diff --git a/components/table/management-user/management-user-external-table.tsx b/src/components/features/table/management-user/management-user-external-table.tsx
similarity index 98%
rename from components/table/management-user/management-user-external-table.tsx
rename to src/components/features/table/management-user/management-user-external-table.tsx
index fe059392..ab532209 100644
--- a/components/table/management-user/management-user-external-table.tsx
+++ b/src/components/features/table/management-user/management-user-external-table.tsx
@@ -25,7 +25,7 @@ import {
TableRow,
} from "@/components/ui/table";
import { PlusIcon } from "lucide-react";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuContent,
@@ -37,7 +37,7 @@ import {
import { Input } from "@/components/ui/input";
import { useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./management-user-external-column-table";
import {
Popover,
@@ -48,7 +48,7 @@ import {
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { useRouter, Link } from "@/i18n/routing";
-import { AdministrationUserList } from "@/service/management-user/management-user";
+import { AdministrationUserList } from "@/lib/services/management-user/management-user";
const UserExternalTable = () => {
const router = useRouter();
diff --git a/components/table/management-user/management-user-internal-column-table.tsx b/src/components/features/table/management-user/management-user-internal-column-table.tsx
similarity index 96%
rename from components/table/management-user/management-user-internal-column-table.tsx
rename to src/components/features/table/management-user/management-user-internal-column-table.tsx
index 6ba51011..ce52907e 100644
--- a/components/table/management-user/management-user-internal-column-table.tsx
+++ b/src/components/features/table/management-user/management-user-internal-column-table.tsx
@@ -3,7 +3,7 @@ import { ColumnDef } from "@tanstack/react-table";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -11,11 +11,11 @@ import {
DropdownMenuItem,
} from "@/components/ui/dropdown-menu";
import { Button } from "@/components/ui/button";
-import { formatDateToIndonesian } from "@/utils/globals";
+import { formatDateToIndonesian } from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
import { useToast } from "@/components/ui/use-toast";
-import { deleteUser } from "@/service/management-user/management-user";
+import { deleteUser } from "@/lib/services/management-user/management-user";
import { stringify } from "querystring";
const columns: ColumnDef[] = [
diff --git a/components/table/management-user/management-user-internal-table.tsx b/src/components/features/table/management-user/management-user-internal-table.tsx
similarity index 96%
rename from components/table/management-user/management-user-internal-table.tsx
rename to src/components/features/table/management-user/management-user-internal-table.tsx
index 4e409c71..d180e5e2 100644
--- a/components/table/management-user/management-user-internal-table.tsx
+++ b/src/components/features/table/management-user/management-user-internal-table.tsx
@@ -24,7 +24,7 @@ import {
TableHeader,
TableRow,
} from "@/components/ui/table";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
DropdownMenu,
DropdownMenuContent,
@@ -35,13 +35,13 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./management-user-internal-column-table";
-import { getPlanningPagination } from "@/service/agenda-setting/agenda-setting";
+import { getPlanningPagination } from "@/lib/services/agenda-setting/agenda-setting";
import {
Popover,
PopoverContent,
@@ -50,7 +50,7 @@ import {
import { Checkbox } from "@/components/ui/checkbox";
import { close, loading } from "@/config/swal";
import { Link, useRouter } from "@/i18n/routing";
-import { AdministrationUserList } from "@/service/management-user/management-user";
+import { AdministrationUserList } from "@/lib/services/management-user/management-user";
const UserInternalTable = () => {
const router = useRouter();
diff --git a/components/table/table-pagination.tsx b/src/components/features/table/table-pagination.tsx
similarity index 97%
rename from components/table/table-pagination.tsx
rename to src/components/features/table/table-pagination.tsx
index 8a62e034..ee12cd0b 100644
--- a/components/table/table-pagination.tsx
+++ b/src/components/features/table/table-pagination.tsx
@@ -1,5 +1,5 @@
import { Button } from '@/components/ui/button';
-import { useMediaQuery } from '@/hooks/use-media-query';
+import { useMediaQuery } from '@/lib/hooks/use-media-query';
import { Table } from '@tanstack/react-table';
import { ChevronLeft, ChevronRight, ChevronsLeft, ChevronsRight } from 'lucide-react';
import { useSearchParams, useRouter } from 'next/navigation';
diff --git a/components/table/task-plan/expand-list-view.tsx b/src/components/features/table/task-plan/expand-list-view.tsx
similarity index 98%
rename from components/table/task-plan/expand-list-view.tsx
rename to src/components/features/table/task-plan/expand-list-view.tsx
index f7719d88..61231ac9 100644
--- a/components/table/task-plan/expand-list-view.tsx
+++ b/src/components/features/table/task-plan/expand-list-view.tsx
@@ -12,8 +12,8 @@ import { Link } from "@/i18n/routing";
import {
getPlanningDailyByTypeId,
getPlanningPagination,
-} from "@/service/agenda-setting/agenda-setting";
-import { htmlToString, textEllipsis } from "@/utils/globals";
+} from "@/lib/services/agenda-setting/agenda-setting";
+import { htmlToString, textEllipsis } from "@/lib/utils/globals";
import { MoreVertical } from "lucide-react";
import { useEffect, useState } from "react";
diff --git a/components/table/task-plan/list-view-column.tsx b/src/components/features/table/task-plan/list-view-column.tsx
similarity index 97%
rename from components/table/task-plan/list-view-column.tsx
rename to src/components/features/table/task-plan/list-view-column.tsx
index f492caaf..9fd769ff 100644
--- a/components/table/task-plan/list-view-column.tsx
+++ b/src/components/features/table/task-plan/list-view-column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -11,7 +11,7 @@ import {
} from "@/components/ui/dropdown-menu";
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
import {
Accordion,
diff --git a/components/table/task-plan/list-view-social-media-column.tsx b/src/components/features/table/task-plan/list-view-social-media-column.tsx
similarity index 97%
rename from components/table/task-plan/list-view-social-media-column.tsx
rename to src/components/features/table/task-plan/list-view-social-media-column.tsx
index 12cd60e3..8e7f5db7 100644
--- a/components/table/task-plan/list-view-social-media-column.tsx
+++ b/src/components/features/table/task-plan/list-view-social-media-column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -11,7 +11,7 @@ import {
} from "@/components/ui/dropdown-menu";
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
import {
Accordion,
diff --git a/components/table/task-plan/list-view-social-media-table.tsx b/src/components/features/table/task-plan/list-view-social-media-table.tsx
similarity index 93%
rename from components/table/task-plan/list-view-social-media-table.tsx
rename to src/components/features/table/task-plan/list-view-social-media-table.tsx
index 30dedc18..6fb9db1f 100644
--- a/components/table/task-plan/list-view-social-media-table.tsx
+++ b/src/components/features/table/task-plan/list-view-social-media-table.tsx
@@ -36,7 +36,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -45,13 +45,13 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./list-view-social-media-column";
-import { getPlanningPagination } from "@/service/agenda-setting/agenda-setting";
+import { getPlanningPagination } from "@/lib/services/agenda-setting/agenda-setting";
const ListViewSocialMediaTable = () => {
const router = useRouter();
diff --git a/components/table/task-plan/list-view-table.tsx b/src/components/features/table/task-plan/list-view-table.tsx
similarity index 93%
rename from components/table/task-plan/list-view-table.tsx
rename to src/components/features/table/task-plan/list-view-table.tsx
index 7aaf38da..98f3e493 100644
--- a/components/table/task-plan/list-view-table.tsx
+++ b/src/components/features/table/task-plan/list-view-table.tsx
@@ -36,7 +36,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -45,13 +45,13 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./list-view-column";
-import { getPlanningPagination } from "@/service/agenda-setting/agenda-setting";
+import { getPlanningPagination } from "@/lib/services/agenda-setting/agenda-setting";
const ListViewTable = () => {
const router = useRouter();
diff --git a/components/table/task-plan/single-view-social-media-table.tsx b/src/components/features/table/task-plan/single-view-social-media-table.tsx
similarity index 99%
rename from components/table/task-plan/single-view-social-media-table.tsx
rename to src/components/features/table/task-plan/single-view-social-media-table.tsx
index 825c026f..9d953b70 100644
--- a/components/table/task-plan/single-view-social-media-table.tsx
+++ b/src/components/features/table/task-plan/single-view-social-media-table.tsx
@@ -21,7 +21,7 @@ import {
getPlanningMonthlyPerSocmed,
getWeeklyPlanList,
getWeeklyPlanListByParentId,
-} from "@/service/agenda-setting/agenda-setting";
+} from "@/lib/services/agenda-setting/agenda-setting";
import TaskPlanMediahubTable from "@/app/[locale]/(protected)/curator/task-plan/mediahub/components/table";
import weekday from "dayjs/plugin/weekday";
import { Icon } from "@iconify/react/dist/iconify.js";
@@ -31,7 +31,7 @@ import {
TiktokIcon,
XIcon,
YoutubeIcon,
-} from "@/components/icon";
+} from "/components/icon";
import {
Dialog,
DialogContent,
diff --git a/components/table/task-plan/single-view-table.tsx b/src/components/features/table/task-plan/single-view-table.tsx
similarity index 99%
rename from components/table/task-plan/single-view-table.tsx
rename to src/components/features/table/task-plan/single-view-table.tsx
index cc67198c..9a999ba2 100644
--- a/components/table/task-plan/single-view-table.tsx
+++ b/src/components/features/table/task-plan/single-view-table.tsx
@@ -19,7 +19,7 @@ import {
getPlanningDailyByTypeId,
getWeeklyPlanList,
getWeeklyPlanListByParentId,
-} from "@/service/agenda-setting/agenda-setting";
+} from "@/lib/services/agenda-setting/agenda-setting";
import TaskPlanMediahubTable from "@/app/[locale]/(protected)/curator/task-plan/mediahub/components/table";
const TODAY = dayjs().format("YYYY-MM-DD"); // Pastikan Anda mendefinisikan TODAY dengan format yang konsisten
diff --git a/components/table/task-plan/social-media-modal/column.tsx b/src/components/features/table/task-plan/social-media-modal/column.tsx
similarity index 96%
rename from components/table/task-plan/social-media-modal/column.tsx
rename to src/components/features/table/task-plan/social-media-modal/column.tsx
index 9960b267..afb0bba4 100644
--- a/components/table/task-plan/social-media-modal/column.tsx
+++ b/src/components/features/table/task-plan/social-media-modal/column.tsx
@@ -2,7 +2,7 @@ import * as React from "react";
import { ColumnDef } from "@tanstack/react-table";
import { Eye, MoreVertical, SquarePen, Trash2 } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -11,7 +11,7 @@ import {
} from "@/components/ui/dropdown-menu";
import { Button } from "@/components/ui/button";
import { Badge } from "@/components/ui/badge";
-import { htmlToString } from "@/utils/globals";
+import { htmlToString } from "@/lib/utils/globals";
import { Link, useRouter } from "@/i18n/routing";
import {
Accordion,
diff --git a/components/table/task-plan/social-media-modal/table.tsx b/src/components/features/table/task-plan/social-media-modal/table.tsx
similarity index 94%
rename from components/table/task-plan/social-media-modal/table.tsx
rename to src/components/features/table/task-plan/social-media-modal/table.tsx
index d6d1374c..6799b6d7 100644
--- a/components/table/task-plan/social-media-modal/table.tsx
+++ b/src/components/features/table/task-plan/social-media-modal/table.tsx
@@ -36,7 +36,7 @@ import {
TrendingDown,
TrendingUp,
} from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import {
DropdownMenu,
DropdownMenuContent,
@@ -45,16 +45,16 @@ import {
} from "@/components/ui/dropdown-menu";
import { Input } from "@/components/ui/input";
import { InputGroup, InputGroupText } from "@/components/ui/input-group";
-import { paginationBlog } from "@/service/blog/blog";
-import { ticketingPagination } from "@/service/ticketing/ticketing";
+import { paginationBlog } from "@/lib/services/blog/blog";
+import { ticketingPagination } from "@/lib/services/ticketing/ticketing";
import { Badge } from "@/components/ui/badge";
import { useRouter, useSearchParams } from "next/navigation";
-import TablePagination from "@/components/table/table-pagination";
+import TablePagination from "@/components/features/table/table-pagination";
import columns from "./column";
import {
getPlanningDailyMedsosByPlatform,
getPlanningPagination,
-} from "@/service/agenda-setting/agenda-setting";
+} from "@/lib/services/agenda-setting/agenda-setting";
const TaskPlanningSocialMediaTable = (props: {
date: string;
diff --git a/components/visualization/content-production.tsx b/src/components/features/visualization/content-production.tsx
similarity index 97%
rename from components/visualization/content-production.tsx
rename to src/components/features/visualization/content-production.tsx
index 8b969db9..ff7a6168 100644
--- a/components/visualization/content-production.tsx
+++ b/src/components/features/visualization/content-production.tsx
@@ -1,9 +1,9 @@
"use client";
import Cookies from "js-cookie";
import { useEffect, useState } from "react";
-import { getCookiesDecrypt } from "@/lib/utils";
-import { generateTicket } from "@/service/tableau/tableau-service";
-import { Button } from "../ui/button";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import { generateTicket } from "@/lib/services/tableau/tableau-service";
+import { Button } from "../../ui/button";
import { useTranslations } from "next-intl";
export default function ContentProductionVisualization() {
diff --git a/components/visualization/dashboard-viz.tsx b/src/components/features/visualization/dashboard-viz.tsx
similarity index 97%
rename from components/visualization/dashboard-viz.tsx
rename to src/components/features/visualization/dashboard-viz.tsx
index 5b0f2397..491db363 100644
--- a/components/visualization/dashboard-viz.tsx
+++ b/src/components/features/visualization/dashboard-viz.tsx
@@ -1,9 +1,9 @@
"use client";
import Cookies from "js-cookie";
import { useEffect, useState } from "react";
-import { getCookiesDecrypt } from "@/lib/utils";
-import { generateTicket } from "@/service/tableau/tableau-service";
-import { Button } from "../ui/button";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import { generateTicket } from "@/lib/services/tableau/tableau-service";
+import { Button } from "../../ui/button";
import { useTranslations } from "next-intl";
export default function DashboardVisualization() {
diff --git a/components/visualization/management-user-viz.tsx b/src/components/features/visualization/management-user-viz.tsx
similarity index 93%
rename from components/visualization/management-user-viz.tsx
rename to src/components/features/visualization/management-user-viz.tsx
index da53349f..9cffc9eb 100644
--- a/components/visualization/management-user-viz.tsx
+++ b/src/components/features/visualization/management-user-viz.tsx
@@ -1,9 +1,9 @@
"use client";
import Cookies from "js-cookie";
import { useEffect, useState } from "react";
-import { getCookiesDecrypt } from "@/lib/utils";
-import { generateTicket } from "@/service/tableau/tableau-service";
-import { Button } from "../ui/button";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import { generateTicket } from "@/lib/services/tableau/tableau-service";
+import { Button } from "../../ui/button";
import { useTranslations } from "next-intl";
export default function ManagementUserVisualization() {
diff --git a/components/visualization/pattern-relation-viz.tsx b/src/components/features/visualization/pattern-relation-viz.tsx
similarity index 98%
rename from components/visualization/pattern-relation-viz.tsx
rename to src/components/features/visualization/pattern-relation-viz.tsx
index 531e6731..2d8be571 100644
--- a/components/visualization/pattern-relation-viz.tsx
+++ b/src/components/features/visualization/pattern-relation-viz.tsx
@@ -1,9 +1,9 @@
"use client";
import Cookies from "js-cookie";
import { useEffect, useState } from "react";
-import { getCookiesDecrypt } from "@/lib/utils";
-import { generateTicket } from "@/service/tableau/tableau-service";
-import { Button } from "../ui/button";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import { generateTicket } from "@/lib/services/tableau/tableau-service";
+import { Button } from "../../ui/button";
import { useTranslations } from "next-intl";
export default function PatternRelationVisualization() {
diff --git a/components/visualization/performance-polda.tsx b/src/components/features/visualization/performance-polda.tsx
similarity index 95%
rename from components/visualization/performance-polda.tsx
rename to src/components/features/visualization/performance-polda.tsx
index 7242af91..eb741dd5 100644
--- a/components/visualization/performance-polda.tsx
+++ b/src/components/features/visualization/performance-polda.tsx
@@ -1,9 +1,9 @@
"use client";
import Cookies from "js-cookie";
import { useEffect, useState } from "react";
-import { getCookiesDecrypt } from "@/lib/utils";
-import { generateTicket } from "@/service/tableau/tableau-service";
-import { Button } from "../ui/button";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import { generateTicket } from "@/lib/services/tableau/tableau-service";
+import { Button } from "../../ui/button";
import { useTranslations } from "next-intl";
export default function PerformancePoldaViz() {
diff --git a/components/visualization/performance-polres.tsx b/src/components/features/visualization/performance-polres.tsx
similarity index 93%
rename from components/visualization/performance-polres.tsx
rename to src/components/features/visualization/performance-polres.tsx
index a2199e37..fadb4d8b 100644
--- a/components/visualization/performance-polres.tsx
+++ b/src/components/features/visualization/performance-polres.tsx
@@ -1,9 +1,9 @@
"use client";
import Cookies from "js-cookie";
import { useEffect, useState } from "react";
-import { getCookiesDecrypt } from "@/lib/utils";
-import { generateTicket } from "@/service/tableau/tableau-service";
-import { Button } from "../ui/button";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import { generateTicket } from "@/lib/services/tableau/tableau-service";
+import { Button } from "../../ui/button";
import { useTranslations } from "next-intl";
export default function PerformancePolresViz() {
diff --git a/components/visualization/performance-satker.tsx b/src/components/features/visualization/performance-satker.tsx
similarity index 93%
rename from components/visualization/performance-satker.tsx
rename to src/components/features/visualization/performance-satker.tsx
index 7966bdc6..e2577d84 100644
--- a/components/visualization/performance-satker.tsx
+++ b/src/components/features/visualization/performance-satker.tsx
@@ -1,9 +1,9 @@
"use client";
import Cookies from "js-cookie";
import { useEffect, useState } from "react";
-import { getCookiesDecrypt } from "@/lib/utils";
-import { generateTicket } from "@/service/tableau/tableau-service";
-import { Button } from "../ui/button";
+import { getCookiesDecrypt } from "@/lib/utils/utils";
+import { generateTicket } from "@/lib/services/tableau/tableau-service";
+import { Button } from "../../ui/button";
import { useTranslations } from "next-intl";
export default function PerformanceSatkerViz() {
diff --git a/components/partials/auth/copyright.tsx b/src/components/partials/auth/copyright.tsx
similarity index 100%
rename from components/partials/auth/copyright.tsx
rename to src/components/partials/auth/copyright.tsx
diff --git a/components/partials/auth/forgot-pass.tsx b/src/components/partials/auth/forgot-pass.tsx
similarity index 96%
rename from components/partials/auth/forgot-pass.tsx
rename to src/components/partials/auth/forgot-pass.tsx
index 9e114ead..9d94e100 100644
--- a/components/partials/auth/forgot-pass.tsx
+++ b/src/components/partials/auth/forgot-pass.tsx
@@ -13,7 +13,7 @@ import { error, loading } from "@/config/swal";
import withReactContent from "sweetalert2-react-content";
import Swal from "sweetalert2";
import { useRouter } from "@/i18n/routing";
-import { forgotPassword } from "@/service/landing/landing";
+import { forgotPassword } from "@/lib/services/landing/landing";
const ForgotPass = () => {
const [username, setUsername] = useState();
diff --git a/components/partials/auth/lock.tsx b/src/components/partials/auth/lock.tsx
similarity index 100%
rename from components/partials/auth/lock.tsx
rename to src/components/partials/auth/lock.tsx
diff --git a/components/partials/auth/login-form.tsx b/src/components/partials/auth/login-form.tsx
similarity index 99%
rename from components/partials/auth/login-form.tsx
rename to src/components/partials/auth/login-form.tsx
index 77f1ea02..b04827c7 100644
--- a/components/partials/auth/login-form.tsx
+++ b/src/components/partials/auth/login-form.tsx
@@ -9,7 +9,7 @@ import { Icon } from "@/components/ui/icon";
import { useForm, SubmitHandler } from "react-hook-form";
import { zodResolver } from "@hookform/resolvers/zod";
import { z } from "zod";
-import { cn, getCookiesDecrypt, setCookiesEncrypt } from "@/lib/utils";
+import { cn, getCookiesDecrypt, setCookiesEncrypt } from "@/lib/utils/utils";
import { Eye, EyeOff, Loader2 } from "lucide-react";
import {
getProfile,
@@ -18,9 +18,9 @@ import {
postSetupEmail,
requestOTP,
verifyOTPByUsername,
-} from "@/service/auth";
+} from "@/lib/services/auth";
import { toast } from "sonner";
-import { useRouter } from "@/components/navigation";
+import { useRouter } from "@/components/ui/structures/navigation";
import { warning } from "@/lib/swal";
import { Link } from "@/i18n/routing";
import { useTranslations } from "next-intl";
@@ -38,7 +38,7 @@ import {
DialogFooter,
DialogTrigger,
} from "@/components/ui/dialog";
-import { getUserNotifications, listRole } from "@/service/landing/landing";
+import { getUserNotifications, listRole } from "@/lib/services/landing/landing";
// Schema validasi menggunakan zod
const schema = z.object({
diff --git a/components/partials/auth/logo.tsx b/src/components/partials/auth/logo.tsx
similarity index 100%
rename from components/partials/auth/logo.tsx
rename to src/components/partials/auth/logo.tsx
diff --git a/components/partials/auth/reg-form.tsx b/src/components/partials/auth/reg-form.tsx
similarity index 100%
rename from components/partials/auth/reg-form.tsx
rename to src/components/partials/auth/reg-form.tsx
diff --git a/components/partials/auth/social.tsx b/src/components/partials/auth/social.tsx
similarity index 100%
rename from components/partials/auth/social.tsx
rename to src/components/partials/auth/social.tsx
diff --git a/components/partials/customizer/buy-button.tsx b/src/components/partials/customizer/buy-button.tsx
similarity index 91%
rename from components/partials/customizer/buy-button.tsx
rename to src/components/partials/customizer/buy-button.tsx
index 26f0893c..35439733 100644
--- a/components/partials/customizer/buy-button.tsx
+++ b/src/components/partials/customizer/buy-button.tsx
@@ -3,7 +3,7 @@ import { useTheme } from 'next-themes';
import React from 'react'
import { Button } from '@/components/ui/button';
import Link from 'next/link';
-import { useMediaQuery } from '@/hooks/use-media-query';
+import { useMediaQuery } from '@/lib/hooks/use-media-query';
const BuyButton = () => {
const { theme: mode } = useTheme();
diff --git a/components/partials/customizer/color-schema.tsx b/src/components/partials/customizer/color-schema.tsx
similarity index 96%
rename from components/partials/customizer/color-schema.tsx
rename to src/components/partials/customizer/color-schema.tsx
index 954777ad..2cccbc30 100644
--- a/components/partials/customizer/color-schema.tsx
+++ b/src/components/partials/customizer/color-schema.tsx
@@ -2,8 +2,8 @@
import * as React from "react";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
-import { cn } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
+import { cn } from "@/lib/utils/utils"
import { Label } from "@/components/ui/label";
import { Icon } from "@/components/ui/icon"
diff --git a/components/partials/customizer/copy-cutomizer.tsx b/src/components/partials/customizer/copy-cutomizer.tsx
similarity index 73%
rename from components/partials/customizer/copy-cutomizer.tsx
rename to src/components/partials/customizer/copy-cutomizer.tsx
index eed7e784..a16b90fc 100644
--- a/components/partials/customizer/copy-cutomizer.tsx
+++ b/src/components/partials/customizer/copy-cutomizer.tsx
@@ -1,7 +1,7 @@
'use client'
-import { CopyButton } from "@/components/copy-button"
-import { useConfig } from "@/hooks/use-config"
+import { CopyButton } from "@/components/ui/structures/copy-button"
+import { useConfig } from "@/lib/hooks/use-config"
const CopyCustomizer = () => {
const [config] = useConfig()
diff --git a/components/partials/customizer/data.tsx b/src/components/partials/customizer/data.tsx
similarity index 100%
rename from components/partials/customizer/data.tsx
rename to src/components/partials/customizer/data.tsx
diff --git a/components/partials/customizer/footer-style.tsx b/src/components/partials/customizer/footer-style.tsx
similarity index 93%
rename from components/partials/customizer/footer-style.tsx
rename to src/components/partials/customizer/footer-style.tsx
index 2c79f975..ba636803 100644
--- a/components/partials/customizer/footer-style.tsx
+++ b/src/components/partials/customizer/footer-style.tsx
@@ -1,7 +1,7 @@
"use client";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import { Check } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Label } from "@/components/ui/label";
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
diff --git a/components/partials/customizer/full-screen.tsx b/src/components/partials/customizer/full-screen.tsx
similarity index 100%
rename from components/partials/customizer/full-screen.tsx
rename to src/components/partials/customizer/full-screen.tsx
diff --git a/components/partials/customizer/header-color.tsx b/src/components/partials/customizer/header-color.tsx
similarity index 98%
rename from components/partials/customizer/header-color.tsx
rename to src/components/partials/customizer/header-color.tsx
index dc5aa768..452fb395 100644
--- a/components/partials/customizer/header-color.tsx
+++ b/src/components/partials/customizer/header-color.tsx
@@ -1,8 +1,8 @@
'use client'
import React from 'react'
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { Label } from "@/components/ui/label"
-import { useConfig } from '@/hooks/use-config'
+import { useConfig } from '@/lib/hooks/use-config'
import { Icon } from "@/components/ui/icon"
import { Check } from 'lucide-react';
import {
diff --git a/components/partials/customizer/header-style.tsx b/src/components/partials/customizer/header-style.tsx
similarity index 92%
rename from components/partials/customizer/header-style.tsx
rename to src/components/partials/customizer/header-style.tsx
index 3c3b8480..608dba56 100644
--- a/components/partials/customizer/header-style.tsx
+++ b/src/components/partials/customizer/header-style.tsx
@@ -1,7 +1,7 @@
"use client";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import { Check } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Label } from "@/components/ui/label"
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group"
import { navBarType } from "@/lib/type";
diff --git a/components/partials/customizer/index.tsx b/src/components/partials/customizer/index.tsx
similarity index 100%
rename from components/partials/customizer/index.tsx
rename to src/components/partials/customizer/index.tsx
diff --git a/components/partials/customizer/menu-hidden.tsx b/src/components/partials/customizer/menu-hidden.tsx
similarity index 89%
rename from components/partials/customizer/menu-hidden.tsx
rename to src/components/partials/customizer/menu-hidden.tsx
index 7f8b4d85..1ce20013 100644
--- a/components/partials/customizer/menu-hidden.tsx
+++ b/src/components/partials/customizer/menu-hidden.tsx
@@ -1,7 +1,7 @@
'use client'
import React from 'react'
import { Checkbox } from "@/components/ui/checkbox"
-import { useConfig } from '@/hooks/use-config'
+import { useConfig } from '@/lib/hooks/use-config'
const MenuHidden = () => {
const [config, setConfig] = useConfig()
diff --git a/components/partials/customizer/reset-config.tsx b/src/components/partials/customizer/reset-config.tsx
similarity index 83%
rename from components/partials/customizer/reset-config.tsx
rename to src/components/partials/customizer/reset-config.tsx
index 449ea14e..d51fa3f9 100644
--- a/components/partials/customizer/reset-config.tsx
+++ b/src/components/partials/customizer/reset-config.tsx
@@ -1,7 +1,7 @@
'use client'
import React from 'react'
import { RefreshCcw } from 'lucide-react';
-import { useConfig, defaultConfig } from '@/hooks/use-config';
+import { useConfig, defaultConfig } from '@/lib/hooks/use-config';
const ResetConfig = () => {
diff --git a/components/partials/customizer/search-bar-toggle.tsx b/src/components/partials/customizer/search-bar-toggle.tsx
similarity index 90%
rename from components/partials/customizer/search-bar-toggle.tsx
rename to src/components/partials/customizer/search-bar-toggle.tsx
index 8edae12e..bd2ec1d4 100644
--- a/components/partials/customizer/search-bar-toggle.tsx
+++ b/src/components/partials/customizer/search-bar-toggle.tsx
@@ -1,7 +1,7 @@
'use client'
import React from 'react'
import { Checkbox } from "@/components/ui/checkbox"
-import { useConfig } from '@/hooks/use-config'
+import { useConfig } from '@/lib/hooks/use-config'
const SearchBarToggle = () => {
const [config, setConfig] = useConfig()
diff --git a/components/partials/customizer/set-content-width.tsx b/src/components/partials/customizer/set-content-width.tsx
similarity index 96%
rename from components/partials/customizer/set-content-width.tsx
rename to src/components/partials/customizer/set-content-width.tsx
index df3ba6bb..c92a3315 100644
--- a/components/partials/customizer/set-content-width.tsx
+++ b/src/components/partials/customizer/set-content-width.tsx
@@ -1,8 +1,8 @@
"use client";
import React from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Label } from "@/components/ui/label";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import { Icon } from "@/components/ui/icon";
import { wideContentWidthSvg, boxedContentWidthSvg } from "./data";
import { contentType } from "@/lib/type";
diff --git a/components/partials/customizer/set-layout.tsx b/src/components/partials/customizer/set-layout.tsx
similarity index 96%
rename from components/partials/customizer/set-layout.tsx
rename to src/components/partials/customizer/set-layout.tsx
index fd63e557..7f450cdb 100644
--- a/components/partials/customizer/set-layout.tsx
+++ b/src/components/partials/customizer/set-layout.tsx
@@ -1,8 +1,8 @@
'use client'
import React from 'react'
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { Label } from "@/components/ui/label"
-import { useConfig } from '@/hooks/use-config'
+import { useConfig } from '@/lib/hooks/use-config'
import { Icon } from "@/components/ui/icon"
import Image from 'next/image'
import { layoutType } from '@/lib/type'
diff --git a/components/partials/customizer/set-sidebar.tsx b/src/components/partials/customizer/set-sidebar.tsx
similarity index 95%
rename from components/partials/customizer/set-sidebar.tsx
rename to src/components/partials/customizer/set-sidebar.tsx
index 88928d67..0b663f40 100644
--- a/components/partials/customizer/set-sidebar.tsx
+++ b/src/components/partials/customizer/set-sidebar.tsx
@@ -1,8 +1,8 @@
'use client'
import React from 'react'
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { Label } from "@/components/ui/label"
-import { useConfig } from '@/hooks/use-config'
+import { useConfig } from '@/lib/hooks/use-config'
import { Icon } from "@/components/ui/icon"
import { sidebarType } from '@/lib/type'
import {
diff --git a/components/partials/customizer/set-skin.tsx b/src/components/partials/customizer/set-skin.tsx
similarity index 94%
rename from components/partials/customizer/set-skin.tsx
rename to src/components/partials/customizer/set-skin.tsx
index 0b1cf339..95f7bc74 100644
--- a/components/partials/customizer/set-skin.tsx
+++ b/src/components/partials/customizer/set-skin.tsx
@@ -1,8 +1,8 @@
'use client'
import React from 'react'
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { Label } from "@/components/ui/label"
-import { useConfig } from '@/hooks/use-config'
+import { useConfig } from '@/lib/hooks/use-config'
import { Icon } from "@/components/ui/icon"
import {
borderedSkinSvg,
diff --git a/components/partials/customizer/sidebar-bg.tsx b/src/components/partials/customizer/sidebar-bg.tsx
similarity index 95%
rename from components/partials/customizer/sidebar-bg.tsx
rename to src/components/partials/customizer/sidebar-bg.tsx
index c1dc6bee..22d37ac4 100644
--- a/components/partials/customizer/sidebar-bg.tsx
+++ b/src/components/partials/customizer/sidebar-bg.tsx
@@ -1,8 +1,8 @@
'use client'
-import { useConfig } from '@/hooks/use-config';
+import { useConfig } from '@/lib/hooks/use-config';
import React, { useState } from 'react'
import { Icon } from "@/components/ui/icon"
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
const SidebarBg = () => {
const [config, setConfig] = useConfig();
const { sidebarBgImage } = config;
diff --git a/components/partials/customizer/sidebar-color.tsx b/src/components/partials/customizer/sidebar-color.tsx
similarity index 97%
rename from components/partials/customizer/sidebar-color.tsx
rename to src/components/partials/customizer/sidebar-color.tsx
index 9698e8f9..6636e8e3 100644
--- a/components/partials/customizer/sidebar-color.tsx
+++ b/src/components/partials/customizer/sidebar-color.tsx
@@ -1,8 +1,8 @@
'use client'
import React from 'react'
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { Label } from "@/components/ui/label"
-import { useConfig } from '@/hooks/use-config'
+import { useConfig } from '@/lib/hooks/use-config'
import { Icon } from "@/components/ui/icon"
import { Check } from 'lucide-react';
import {
diff --git a/components/partials/customizer/team-switcher-toggle.tsx b/src/components/partials/customizer/team-switcher-toggle.tsx
similarity index 89%
rename from components/partials/customizer/team-switcher-toggle.tsx
rename to src/components/partials/customizer/team-switcher-toggle.tsx
index f94e606f..280dbe73 100644
--- a/components/partials/customizer/team-switcher-toggle.tsx
+++ b/src/components/partials/customizer/team-switcher-toggle.tsx
@@ -1,7 +1,7 @@
'use client'
import React from 'react'
import { Checkbox } from "@/components/ui/checkbox"
-import { useConfig } from '@/hooks/use-config'
+import { useConfig } from '@/lib/hooks/use-config'
const TeamSwitcherToggle = () => {
const [config, setConfig] = useConfig()
diff --git a/components/partials/footer/footer-content.tsx b/src/components/partials/footer/footer-content.tsx
similarity index 91%
rename from components/partials/footer/footer-content.tsx
rename to src/components/partials/footer/footer-content.tsx
index 6d0e7712..c58c9d39 100644
--- a/components/partials/footer/footer-content.tsx
+++ b/src/components/partials/footer/footer-content.tsx
@@ -1,9 +1,9 @@
'use client'
import React from 'react'
-import { useConfig } from '@/hooks/use-config'
-import { cn } from "@/lib/utils"
-import { useMediaQuery } from '@/hooks/use-media-query'
+import { useConfig } from '@/lib/hooks/use-config'
+import { cn } from "@/lib/utils/utils"
+import { useMediaQuery } from '@/lib/hooks/use-media-query'
const FooterContent = ({ children }: { children: React.ReactNode }) => {
diff --git a/components/partials/footer/index.tsx b/src/components/partials/footer/index.tsx
similarity index 97%
rename from components/partials/footer/index.tsx
rename to src/components/partials/footer/index.tsx
index e709130d..80f450b1 100644
--- a/components/partials/footer/index.tsx
+++ b/src/components/partials/footer/index.tsx
@@ -1,6 +1,6 @@
import React from "react";
import FooterContent from "./footer-content";
-import { Link } from "@/components/navigation";
+import { Link } from "@/components/ui/structures/navigation";
import Image from "next/image";
import { Icon } from "@/components/ui/icon";
diff --git a/components/partials/header/cart.tsx b/src/components/partials/header/cart.tsx
similarity index 98%
rename from components/partials/header/cart.tsx
rename to src/components/partials/header/cart.tsx
index 3ca8b948..f6ae53a6 100644
--- a/components/partials/header/cart.tsx
+++ b/src/components/partials/header/cart.tsx
@@ -13,7 +13,7 @@ import { Icon } from "@/components/ui/icon";
import { Badge } from "@/components/ui/badge";
import Image from "next/image";
import { ScrollArea } from "@/components/ui/scroll-area";
-import ProductCounterButton from "@/components/ecommarce/product-counter-button";
+import ProductCounterButton from "@/components/features/ecommarce/product-counter-button";
export function Cart() {
const cartProducts = [
diff --git a/components/partials/header/data.ts b/src/components/partials/header/data.ts
similarity index 100%
rename from components/partials/header/data.ts
rename to src/components/partials/header/data.ts
diff --git a/components/partials/header/header-content.tsx b/src/components/partials/header/header-content.tsx
similarity index 96%
rename from components/partials/header/header-content.tsx
rename to src/components/partials/header/header-content.tsx
index 42b8c669..5fbfc927 100644
--- a/components/partials/header/header-content.tsx
+++ b/src/components/partials/header/header-content.tsx
@@ -1,6 +1,6 @@
'use client';
import React from 'react'
-import { useConfig } from '@/hooks/use-config'
+import { useConfig } from '@/lib/hooks/use-config'
import { cn } from '@/lib/utils'
const HeaderContent = ({ children }: { children: React.ReactNode }) => {
diff --git a/components/partials/header/header-logo.tsx b/src/components/partials/header/header-logo.tsx
similarity index 75%
rename from components/partials/header/header-logo.tsx
rename to src/components/partials/header/header-logo.tsx
index 5cb63e2a..22c66eff 100644
--- a/components/partials/header/header-logo.tsx
+++ b/src/components/partials/header/header-logo.tsx
@@ -1,9 +1,9 @@
"use client";
import React from "react";
-import { Link } from "@/components/navigation";
-import DashCodeLogo from "@/components/dascode-logo";
-import { useConfig } from "@/hooks/use-config";
-import { useMediaQuery } from "@/hooks/use-media-query";
+import { Link } from "@/components/ui/structures/navigation";
+import DashCodeLogo from "/components/dascode-logo";
+import { useConfig } from "@/lib/hooks/use-config";
+import { useMediaQuery } from "@/lib/hooks/use-media-query";
const HeaderLogo = () => {
const [config] = useConfig();
diff --git a/components/partials/header/header-search.tsx b/src/components/partials/header/header-search.tsx
similarity index 99%
rename from components/partials/header/header-search.tsx
rename to src/components/partials/header/header-search.tsx
index 7b32dc32..51e1f4ea 100644
--- a/components/partials/header/header-search.tsx
+++ b/src/components/partials/header/header-search.tsx
@@ -13,7 +13,7 @@ import {
import { Button } from "@/components/ui/button";
import { Link } from '@/i18n/routing';
import { Icon } from "@/components/ui/icon";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
const HeaderSearch = () => {
const [config] = useConfig();
if (config.layout === 'horizontal') return null
diff --git a/components/partials/header/horizontal-menu.tsx b/src/components/partials/header/horizontal-menu.tsx
similarity index 95%
rename from components/partials/header/horizontal-menu.tsx
rename to src/components/partials/header/horizontal-menu.tsx
index 6c09709e..3dcf318d 100644
--- a/components/partials/header/horizontal-menu.tsx
+++ b/src/components/partials/header/horizontal-menu.tsx
@@ -1,9 +1,9 @@
'use client'
import React from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { ChevronDown } from "lucide-react";
-import { Link, usePathname } from "@/components/navigation";
-import { useConfig } from '@/hooks/use-config'
+import { Link, usePathname } from "@/components/ui/structures/navigation";
+import { useConfig } from '@/lib/hooks/use-config'
import { useTranslations } from 'next-intl';
import { getHorizontalMenuList } from "@/lib/menus";
import { Icon } from "@/components/ui/icon";
@@ -22,7 +22,7 @@ import {
MenubarSubTrigger,
MenubarTrigger,
} from "@/components/ui/menubar"
-import { useMediaQuery } from "@/hooks/use-media-query";
+import { useMediaQuery } from "@/lib/hooks/use-media-query";
export default function HorizontalMenu() {
diff --git a/components/partials/header/index.tsx b/src/components/partials/header/index.tsx
similarity index 87%
rename from components/partials/header/index.tsx
rename to src/components/partials/header/index.tsx
index f63ec322..394bf2f5 100644
--- a/components/partials/header/index.tsx
+++ b/src/components/partials/header/index.tsx
@@ -8,8 +8,8 @@ import Notifications from "./notifications";
import Messages from "./messages";
import { Cart } from "./cart";
import ThemeSwitcher from "./theme-switcher";
-import { SidebarToggle } from "@/components/partials/sidebar/sidebar-toggle";
-import { SheetMenu } from "@/components/partials/sidebar/menu/sheet-menu";
+import { SidebarToggle } from "/components/partials/sidebar/sidebar-toggle";
+import { SheetMenu } from "/components/partials/sidebar/menu/sheet-menu";
import HorizontalMenu from "./horizontal-menu";
import LocalSwitcher from "./locale-switcher";
import HeaderLogo from "./header-logo";
diff --git a/components/partials/header/locale-switcher.tsx b/src/components/partials/header/locale-switcher.tsx
similarity index 98%
rename from components/partials/header/locale-switcher.tsx
rename to src/components/partials/header/locale-switcher.tsx
index 19d0d119..5a8ad105 100644
--- a/components/partials/header/locale-switcher.tsx
+++ b/src/components/partials/header/locale-switcher.tsx
@@ -2,7 +2,7 @@
import { useLocale } from "next-intl";
import { useParams } from "next/navigation";
-import { locales } from "@/config";
+import { locales } from "/config";
import { usePathname, useRouter } from "@/i18n/routing";
import { useEffect, useState, useTransition } from "react";
diff --git a/components/partials/header/messages.tsx b/src/components/partials/header/messages.tsx
similarity index 99%
rename from components/partials/header/messages.tsx
rename to src/components/partials/header/messages.tsx
index 1f037e58..c1b74da4 100644
--- a/components/partials/header/messages.tsx
+++ b/src/components/partials/header/messages.tsx
@@ -12,7 +12,7 @@ import {
import { ScrollArea } from "@/components/ui/scroll-area";
import { Link } from '@/i18n/routing';
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { messages, type Message } from "./data";
import shortImage from "@/public/images/all-img/short-image-2.png";
import { Icon } from "@/components/ui/icon";
diff --git a/components/partials/header/notifications.tsx b/src/components/partials/header/notifications.tsx
similarity index 98%
rename from components/partials/header/notifications.tsx
rename to src/components/partials/header/notifications.tsx
index 8ceb9e02..b83c62fa 100644
--- a/components/partials/header/notifications.tsx
+++ b/src/components/partials/header/notifications.tsx
@@ -11,11 +11,11 @@ import {
import { ScrollArea } from "@/components/ui/scroll-area";
import { Link } from "@/i18n/routing";
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import shortImage from "@/public/images/all-img/short-image-2.png";
import { Icon } from "@/components/ui/icon";
import { useEffect, useState } from "react";
-import { getNotifications } from "@/service/notifications/notifications";
+import { getNotifications } from "@/lib/services/notifications/notifications";
import { format, formatDate } from "date-fns";
import {
CalendarCheck,
diff --git a/components/partials/header/profile-info.tsx b/src/components/partials/header/profile-info.tsx
similarity index 97%
rename from components/partials/header/profile-info.tsx
rename to src/components/partials/header/profile-info.tsx
index 85509542..110fd4e2 100644
--- a/components/partials/header/profile-info.tsx
+++ b/src/components/partials/header/profile-info.tsx
@@ -18,8 +18,8 @@ import { Link } from "@/i18n/routing";
import { Button } from "@/components/ui/button";
import Cookies from "js-cookie";
import { useEffect, useState } from "react";
-import { useRouter } from "@/components/navigation";
-import { getInfoProfile } from "@/service/auth";
+import { useRouter } from "@/components/ui/structures/navigation";
+import { getInfoProfile } from "@/lib/services/auth";
type Detail = {
id: number;
diff --git a/components/partials/header/theme-switcher.tsx b/src/components/partials/header/theme-switcher.tsx
similarity index 97%
rename from components/partials/header/theme-switcher.tsx
rename to src/components/partials/header/theme-switcher.tsx
index 3168ea53..94bf6f3c 100644
--- a/components/partials/header/theme-switcher.tsx
+++ b/src/components/partials/header/theme-switcher.tsx
@@ -2,12 +2,12 @@
import * as React from "react";
import { useTheme } from "next-themes";
-import { hexToRGB } from "@/lib/utils";
+import { hexToRGB } from "@/lib/utils/utils";
import { Button } from "@/components/ui/button";
import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger } from "@/components/ui/dropdown-menu";
import { Moon, Sun } from "lucide-react";
import { Check } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Icon } from "@/components/ui/icon";
const ThemeButton = () => {
diff --git a/components/partials/sidebar/common/classic-multi-collapse-button.tsx b/src/components/partials/sidebar/common/classic-multi-collapse-button.tsx
similarity index 96%
rename from components/partials/sidebar/common/classic-multi-collapse-button.tsx
rename to src/components/partials/sidebar/common/classic-multi-collapse-button.tsx
index 2852dbf3..dfd406b2 100644
--- a/components/partials/sidebar/common/classic-multi-collapse-button.tsx
+++ b/src/components/partials/sidebar/common/classic-multi-collapse-button.tsx
@@ -1,10 +1,10 @@
"use client";
import React, { CSSProperties } from 'react'
-import { Link, usePathname } from "@/components/navigation";
+import { Link, usePathname } from "@/components/ui/structures/navigation";
import { useState } from "react";
import { ChevronDown, Dot, LucideIcon } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Button } from "@/components/ui/button";
import { DropdownMenuArrow } from "@radix-ui/react-dropdown-menu";
import {
@@ -15,7 +15,7 @@ import {
import { Icon } from "@/components/ui/icon";
import { SubChildren } from '@/lib/menus';
-import { useMobileMenuConfig } from '@/hooks/use-mobile-menu';
+import { useMobileMenuConfig } from '@/lib/hooks/use-mobile-menu';
diff --git a/components/partials/sidebar/common/collapse-menu-button.tsx b/src/components/partials/sidebar/common/collapse-menu-button.tsx
similarity index 97%
rename from components/partials/sidebar/common/collapse-menu-button.tsx
rename to src/components/partials/sidebar/common/collapse-menu-button.tsx
index 006cf42b..d24f4644 100644
--- a/components/partials/sidebar/common/collapse-menu-button.tsx
+++ b/src/components/partials/sidebar/common/collapse-menu-button.tsx
@@ -1,10 +1,10 @@
"use client";
import React, { CSSProperties } from 'react'
-import { Link, usePathname } from "@/components/navigation";
+import { Link, usePathname } from "@/components/ui/structures/navigation";
import { useState } from "react";
import { ChevronDown, Dot, LucideIcon } from "lucide-react";
import { GripVertical } from 'lucide-react';
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Button } from "@/components/ui/button";
import { DropdownMenuArrow } from "@radix-ui/react-dropdown-menu";
import { ScrollArea } from "@/components/ui/scroll-area"
@@ -46,11 +46,11 @@ import {
horizontalListSortingStrategy,
} from "@dnd-kit/sortable";
import { CSS } from "@dnd-kit/utilities";
-import { useConfig } from '@/hooks/use-config';
+import { useConfig } from '@/lib/hooks/use-config';
import { MultiCollapseMenuButton } from './classic-multi-collapse-button';
-import { useMediaQuery } from '@/hooks/use-media-query';
-import { useMobileMenuConfig } from '@/hooks/use-mobile-menu';
-import { useMenuHoverConfig } from '@/hooks/use-menu-hover';
+import { useMediaQuery } from '@/lib/hooks/use-media-query';
+import { useMobileMenuConfig } from '@/lib/hooks/use-mobile-menu';
+import { useMenuHoverConfig } from '@/lib/hooks/use-menu-hover';
interface CollapseMenuButtonProps {
diff --git a/components/partials/sidebar/common/collapse-menu-button2.tsx b/src/components/partials/sidebar/common/collapse-menu-button2.tsx
similarity index 97%
rename from components/partials/sidebar/common/collapse-menu-button2.tsx
rename to src/components/partials/sidebar/common/collapse-menu-button2.tsx
index cd00121e..2a739690 100644
--- a/components/partials/sidebar/common/collapse-menu-button2.tsx
+++ b/src/components/partials/sidebar/common/collapse-menu-button2.tsx
@@ -1,10 +1,10 @@
"use client";
import React, { CSSProperties } from 'react'
-import { Link, usePathname } from "@/components/navigation";
+import { Link, usePathname } from "@/components/ui/structures/navigation";
import { useState } from "react";
import { ChevronDown, Dot, LucideIcon } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Button } from "@/components/ui/button";
import { DropdownMenuArrow } from "@radix-ui/react-dropdown-menu";
import {
diff --git a/components/partials/sidebar/common/menu-icon.tsx b/src/components/partials/sidebar/common/menu-icon.tsx
similarity index 100%
rename from components/partials/sidebar/common/menu-icon.tsx
rename to src/components/partials/sidebar/common/menu-icon.tsx
diff --git a/components/partials/sidebar/common/menu-item.tsx b/src/components/partials/sidebar/common/menu-item.tsx
similarity index 94%
rename from components/partials/sidebar/common/menu-item.tsx
rename to src/components/partials/sidebar/common/menu-item.tsx
index 1e04826d..1b77c291 100644
--- a/components/partials/sidebar/common/menu-item.tsx
+++ b/src/components/partials/sidebar/common/menu-item.tsx
@@ -5,7 +5,7 @@ import { Button } from "@/components/ui/button";
import { Icon } from '@/components/ui/icon'
import { type Menu } from '@/lib/menus';
import { Link } from '@/i18n/routing';
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { GripVertical } from 'lucide-react';
// for dnd
@@ -27,10 +27,10 @@ interface MenuItemProps {
}
import { CSS } from "@dnd-kit/utilities";
-import { useConfig } from '@/hooks/use-config';
-import { useMediaQuery } from '@/hooks/use-media-query';
-import { useMobileMenuConfig } from '@/hooks/use-mobile-menu';
-import { useMenuHoverConfig } from '@/hooks/use-menu-hover';
+import { useConfig } from '@/lib/hooks/use-config';
+import { useMediaQuery } from '@/lib/hooks/use-media-query';
+import { useMobileMenuConfig } from '@/lib/hooks/use-mobile-menu';
+import { useMenuHoverConfig } from '@/lib/hooks/use-menu-hover';
const MenuItem = ({ href, label, icon, active, id, collapsed }: MenuItemProps) => {
const [config] = useConfig();
const [hoverConfig] = useMenuHoverConfig();
diff --git a/components/partials/sidebar/common/menu-label.tsx b/src/components/partials/sidebar/common/menu-label.tsx
similarity index 77%
rename from components/partials/sidebar/common/menu-label.tsx
rename to src/components/partials/sidebar/common/menu-label.tsx
index 0ec5918c..26eb3a20 100644
--- a/components/partials/sidebar/common/menu-label.tsx
+++ b/src/components/partials/sidebar/common/menu-label.tsx
@@ -1,6 +1,6 @@
'use client'
-import { cn } from "@/lib/utils"
-import { useConfig } from '@/hooks/use-config'
+import { cn } from "@/lib/utils/utils"
+import { useConfig } from '@/lib/hooks/use-config'
import React from 'react'
const MenuLabel = ({ label, className }: { label: string, className?: string }) => {
diff --git a/components/partials/sidebar/common/menu-widget.tsx b/src/components/partials/sidebar/common/menu-widget.tsx
similarity index 93%
rename from components/partials/sidebar/common/menu-widget.tsx
rename to src/components/partials/sidebar/common/menu-widget.tsx
index 216ee16b..3bd4288d 100644
--- a/components/partials/sidebar/common/menu-widget.tsx
+++ b/src/components/partials/sidebar/common/menu-widget.tsx
@@ -1,6 +1,6 @@
'use client'
import { Button } from '@/components/ui/button'
-import { useConfig } from '@/hooks/use-config'
+import { useConfig } from '@/lib/hooks/use-config'
import Image from 'next/image'
import React from 'react'
diff --git a/components/partials/sidebar/common/search-bar.tsx b/src/components/partials/sidebar/common/search-bar.tsx
similarity index 96%
rename from components/partials/sidebar/common/search-bar.tsx
rename to src/components/partials/sidebar/common/search-bar.tsx
index 5af52241..9aac5fae 100644
--- a/components/partials/sidebar/common/search-bar.tsx
+++ b/src/components/partials/sidebar/common/search-bar.tsx
@@ -1,6 +1,6 @@
'use client'
import { Input } from '@/components/ui/input'
-import { useConfig } from '@/hooks/use-config'
+import { useConfig } from '@/lib/hooks/use-config'
import React from 'react'
import {
InputGroup,
@@ -15,7 +15,7 @@ import {
HoverCardContent,
HoverCardTrigger,
} from "@/components/ui/hover-card"
-import { useMenuHoverConfig } from '@/hooks/use-menu-hover';
+import { useMenuHoverConfig } from '@/lib/hooks/use-menu-hover';
const SearchBar = () => {
const [config] = useConfig()
const [hoverConfig] = useMenuHoverConfig();
diff --git a/components/partials/sidebar/common/team-switcher.tsx b/src/components/partials/sidebar/common/team-switcher.tsx
similarity index 98%
rename from components/partials/sidebar/common/team-switcher.tsx
rename to src/components/partials/sidebar/common/team-switcher.tsx
index 52d11613..97292d46 100644
--- a/components/partials/sidebar/common/team-switcher.tsx
+++ b/src/components/partials/sidebar/common/team-switcher.tsx
@@ -3,7 +3,7 @@
import * as React from "react"
import { ChevronsUpDown, Check, CirclePlus } from 'lucide-react';
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import {
Avatar,
AvatarFallback,
@@ -42,10 +42,10 @@ import {
SelectTrigger,
SelectValue,
} from "@/components/ui/select"
-import { useConfig } from "@/hooks/use-config";
-import { useMediaQuery } from "@/hooks/use-media-query";
+import { useConfig } from "@/lib/hooks/use-config";
+import { useMediaQuery } from "@/lib/hooks/use-media-query";
import { motion, AnimatePresence } from "framer-motion";
-import { useMenuHoverConfig } from "@/hooks/use-menu-hover";
+import { useMenuHoverConfig } from "@/lib/hooks/use-menu-hover";
const groups = [
{
diff --git a/components/partials/sidebar/common/team-workspace-switcher.tsx b/src/components/partials/sidebar/common/team-workspace-switcher.tsx
similarity index 97%
rename from components/partials/sidebar/common/team-workspace-switcher.tsx
rename to src/components/partials/sidebar/common/team-workspace-switcher.tsx
index 1fd821f4..08fb7ef8 100644
--- a/components/partials/sidebar/common/team-workspace-switcher.tsx
+++ b/src/components/partials/sidebar/common/team-workspace-switcher.tsx
@@ -3,7 +3,7 @@
import * as React from "react"
import { ChevronsUpDown, Check, CirclePlus } from 'lucide-react';
-import { cn, getCookiesDecrypt } from "@/lib/utils"
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils"
import {
Avatar,
AvatarFallback,
@@ -42,12 +42,12 @@ import {
SelectTrigger,
SelectValue,
} from "@/components/ui/select"
-import { useConfig } from "@/hooks/use-config";
-import { useMediaQuery } from "@/hooks/use-media-query";
+import { useConfig } from "@/lib/hooks/use-config";
+import { useMediaQuery } from "@/lib/hooks/use-media-query";
import { motion, AnimatePresence } from "framer-motion";
-import { useMenuHoverConfig } from "@/hooks/use-menu-hover";
-import { getInfoProfile } from "@/service/auth";
-import { getUserRolePlacements, saveUserRolePlacements } from "@/service/management-user/management-user";
+import { useMenuHoverConfig } from "@/lib/hooks/use-menu-hover";
+import { getInfoProfile } from "@/lib/services/auth";
+import { getUserRolePlacements, saveUserRolePlacements } from "@/lib/services/management-user/management-user";
// var groups = [
// {
diff --git a/components/partials/sidebar/index.tsx b/src/components/partials/sidebar/index.tsx
similarity index 77%
rename from components/partials/sidebar/index.tsx
rename to src/components/partials/sidebar/index.tsx
index 888772ac..fef6bdc3 100644
--- a/components/partials/sidebar/index.tsx
+++ b/src/components/partials/sidebar/index.tsx
@@ -1,7 +1,7 @@
import React from 'react'
import SidebarContent from './sidebar-content'
-import Logo from '@/components/logo'
+import Logo from '/components/logo'
import { Menu } from './menu'
diff --git a/components/partials/sidebar/menu/icon-nav.tsx b/src/components/partials/sidebar/menu/icon-nav.tsx
similarity index 97%
rename from components/partials/sidebar/menu/icon-nav.tsx
rename to src/components/partials/sidebar/menu/icon-nav.tsx
index 1644dd59..42c3d4e5 100644
--- a/components/partials/sidebar/menu/icon-nav.tsx
+++ b/src/components/partials/sidebar/menu/icon-nav.tsx
@@ -1,7 +1,7 @@
"use client";
import React from "react";
import { ScrollArea } from "@/components/ui/scroll-area";
-import DashCodeLogo from "@/components/dascode-logo";
+import DashCodeLogo from "/components/dascode-logo";
import { Group, Submenu } from "@/lib/menus";
import { Button } from "@/components/ui/button";
import { Icon } from "@/components/ui/icon";
@@ -12,8 +12,8 @@ import {
TooltipTrigger,
} from "@/components/ui/tooltip";
import { Link } from "@/i18n/routing";
-import { cn } from "@/lib/utils";
-import { useConfig } from "@/hooks/use-config";
+import { cn } from "@/lib/utils/utils"
+import { useConfig } from "@/lib/hooks/use-config";
interface IconNavProps {
menuList: Group[];
diff --git a/components/partials/sidebar/menu/index.tsx b/src/components/partials/sidebar/menu/index.tsx
similarity index 82%
rename from components/partials/sidebar/menu/index.tsx
rename to src/components/partials/sidebar/menu/index.tsx
index c55a90eb..57daa77f 100644
--- a/components/partials/sidebar/menu/index.tsx
+++ b/src/components/partials/sidebar/menu/index.tsx
@@ -3,11 +3,11 @@
import React from 'react'
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import { MenuClassic } from './menu-classic';
import { MenuTwoColumn } from './menu-two-column';
import { MenuDragAble } from './menu-dragable';
-import { useMediaQuery } from '@/hooks/use-media-query';
+import { useMediaQuery } from '@/lib/hooks/use-media-query';
export function Menu() {
diff --git a/components/partials/sidebar/menu/menu-classic.tsx b/src/components/partials/sidebar/menu/menu-classic.tsx
similarity index 93%
rename from components/partials/sidebar/menu/menu-classic.tsx
rename to src/components/partials/sidebar/menu/menu-classic.tsx
index b371b9ed..516d2aee 100644
--- a/components/partials/sidebar/menu/menu-classic.tsx
+++ b/src/components/partials/sidebar/menu/menu-classic.tsx
@@ -2,8 +2,8 @@
import React from 'react'
import { Ellipsis, LogOut } from "lucide-react";
-import { usePathname } from "@/components/navigation";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import { usePathname } from "@/components/ui/structures/navigation";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import { getMenuList } from "@/lib/menus";
import { ScrollArea } from "@/components/ui/scroll-area";
import {
@@ -12,20 +12,20 @@ import {
TooltipContent,
TooltipProvider
} from "@/components/ui/tooltip";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import MenuLabel from "../common/menu-label";
import MenuItem from "../common/menu-item";
import { CollapseMenuButton } from "../common/collapse-menu-button";
import MenuWidget from "../common/menu-widget";
-import SearchBar from '@/components/partials/sidebar/common/search-bar'
+import SearchBar from '/components/partials/sidebar/common/search-bar'
import TeamSwitcher from '../common/team-switcher'
import { useTranslations } from 'next-intl';
import { useParams } from 'next/navigation'
import { getLangDir } from 'rtl-detect';
-import Logo from '@/components/logo';
-import SidebarHoverToggle from '@/components/partials/sidebar/sidebar-hover-toggle';
-import { useMenuHoverConfig } from '@/hooks/use-menu-hover';
-import { useMediaQuery } from '@/hooks/use-media-query';
+import Logo from '/components/logo';
+import SidebarHoverToggle from '/components/partials/sidebar/sidebar-hover-toggle';
+import { useMenuHoverConfig } from '@/lib/hooks/use-menu-hover';
+import { useMediaQuery } from '@/lib/hooks/use-media-query';
import TeamWorkspaceSwitcher from '../common/team-workspace-switcher';
diff --git a/components/partials/sidebar/menu/menu-dragable.tsx b/src/components/partials/sidebar/menu/menu-dragable.tsx
similarity index 96%
rename from components/partials/sidebar/menu/menu-dragable.tsx
rename to src/components/partials/sidebar/menu/menu-dragable.tsx
index 5ad72c49..b79effc8 100644
--- a/components/partials/sidebar/menu/menu-dragable.tsx
+++ b/src/components/partials/sidebar/menu/menu-dragable.tsx
@@ -1,12 +1,12 @@
"use client";
import React from 'react'
-import Logo from '@/components/logo';
-import SidebarHoverToggle from '@/components/partials/sidebar/sidebar-hover-toggle';
+import Logo from '/components/logo';
+import SidebarHoverToggle from '/components/partials/sidebar/sidebar-hover-toggle';
import { Ellipsis, LogOut } from "lucide-react";
-import { usePathname } from "@/components/navigation";
+import { usePathname } from "@/components/ui/structures/navigation";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { getMenuList } from "@/lib/menus";
import { ScrollArea } from "@/components/ui/scroll-area";
@@ -16,13 +16,13 @@ import {
TooltipContent,
TooltipProvider
} from "@/components/ui/tooltip";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import MenuLabel from "../common/menu-label";
import MenuItem from "../common/menu-item";
import { CollapseMenuButton } from "../common/collapse-menu-button";
import MenuWidget from "../common/menu-widget";
-import SearchBar from '@/components/partials/sidebar/common/search-bar'
+import SearchBar from '/components/partials/sidebar/common/search-bar'
import TeamSwitcher from '../common/team-switcher'
// for dnd
diff --git a/components/partials/sidebar/menu/menu-two-column.tsx b/src/components/partials/sidebar/menu/menu-two-column.tsx
similarity index 81%
rename from components/partials/sidebar/menu/menu-two-column.tsx
rename to src/components/partials/sidebar/menu/menu-two-column.tsx
index 47398227..7c2ff6c0 100644
--- a/components/partials/sidebar/menu/menu-two-column.tsx
+++ b/src/components/partials/sidebar/menu/menu-two-column.tsx
@@ -2,10 +2,10 @@
import React from 'react'
import { Ellipsis, LogOut } from "lucide-react";
-import { usePathname } from "@/components/navigation";
+import { usePathname } from "@/components/ui/structures/navigation";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { getMenuList, type Group, type Menu, type Submenu } from "@/lib/menus";
import { ScrollArea } from "@/components/ui/scroll-area";
@@ -15,13 +15,13 @@ import {
TooltipContent,
TooltipProvider
} from "@/components/ui/tooltip";
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import MenuLabel from "../common/menu-label";
import MenuItem from "../common/menu-item";
import { CollapseMenuButton } from "../common/collapse-menu-button";
import MenuWidget from "../common/menu-widget";
-import SearchBar from '@/components/partials/sidebar/common/search-bar'
+import SearchBar from '/components/partials/sidebar/common/search-bar'
import TeamSwitcher from '../common/team-switcher'
import IconNav from './icon-nav';
import SidebarNav from './sidebar-nav';
diff --git a/components/partials/sidebar/menu/sheet-menu.tsx b/src/components/partials/sidebar/menu/sheet-menu.tsx
similarity index 84%
rename from components/partials/sidebar/menu/sheet-menu.tsx
rename to src/components/partials/sidebar/menu/sheet-menu.tsx
index fe893380..8447f08b 100644
--- a/components/partials/sidebar/menu/sheet-menu.tsx
+++ b/src/components/partials/sidebar/menu/sheet-menu.tsx
@@ -3,7 +3,7 @@ import { Link } from "@/i18n/routing";
import { MenuIcon, PanelsTopLeft } from "lucide-react";
import { Icon } from "@/components/ui/icon";
import { Button } from "@/components/ui/button";
-import { Menu } from "@/components/partials/sidebar/menu";
+import { Menu } from "/components/partials/sidebar/menu";
import {
Sheet,
SheetHeader,
@@ -11,10 +11,10 @@ import {
SheetTrigger,
} from "@/components/ui/sheet";
import { MenuClassic } from "./menu-classic";
-import DashCodeLogo from "@/components/dascode-logo";
-import { useMobileMenuConfig } from "@/hooks/use-mobile-menu";
-import { useMediaQuery } from "@/hooks/use-media-query";
-import { useConfig } from "@/hooks/use-config";
+import DashCodeLogo from "/components/dascode-logo";
+import { useMobileMenuConfig } from "@/lib/hooks/use-mobile-menu";
+import { useMediaQuery } from "@/lib/hooks/use-media-query";
+import { useConfig } from "@/lib/hooks/use-config";
export function SheetMenu() {
const [mobileMenuConfig, setMobileMenuConfig] = useMobileMenuConfig();
diff --git a/components/partials/sidebar/menu/sidebar-nav.tsx b/src/components/partials/sidebar/menu/sidebar-nav.tsx
similarity index 95%
rename from components/partials/sidebar/menu/sidebar-nav.tsx
rename to src/components/partials/sidebar/menu/sidebar-nav.tsx
index 270b2bf2..7aa078a3 100644
--- a/components/partials/sidebar/menu/sidebar-nav.tsx
+++ b/src/components/partials/sidebar/menu/sidebar-nav.tsx
@@ -3,8 +3,8 @@ import React, { useEffect, useState } from 'react'
import { ScrollArea } from "@/components/ui/scroll-area";
import { Submenu, Group } from '@/lib/menus';
import { useParams, usePathname } from 'next/navigation';
-import { Link } from "@/components/navigation"
-import { useConfig } from '@/hooks/use-config';
+import { Link } from "@/components/ui/structures/navigation"
+import { useConfig } from '@/lib/hooks/use-config';
import { Button } from '@/components/ui/button';
import MenuLabel from '../common/menu-label';
import MenuItem from '../common/menu-item';
diff --git a/components/partials/sidebar/sidebar-content.tsx b/src/components/partials/sidebar/sidebar-content.tsx
similarity index 89%
rename from components/partials/sidebar/sidebar-content.tsx
rename to src/components/partials/sidebar/sidebar-content.tsx
index d7e02610..96080468 100644
--- a/components/partials/sidebar/sidebar-content.tsx
+++ b/src/components/partials/sidebar/sidebar-content.tsx
@@ -1,9 +1,9 @@
'use client'
import React from 'react'
-import { cn } from "@/lib/utils"
-import { useConfig } from '@/hooks/use-config'
-import { useMediaQuery } from "@/hooks/use-media-query";
-import { useMenuHoverConfig } from '@/hooks/use-menu-hover';
+import { cn } from "@/lib/utils/utils"
+import { useConfig } from '@/lib/hooks/use-config'
+import { useMediaQuery } from "@/lib/hooks/use-media-query";
+import { useMenuHoverConfig } from '@/lib/hooks/use-menu-hover';
const SidebarContent = ({ children }: { children: React.ReactNode }) => {
const isDesktop = useMediaQuery("(min-width: 1280px)");
diff --git a/components/partials/sidebar/sidebar-hover-toggle.tsx b/src/components/partials/sidebar/sidebar-hover-toggle.tsx
similarity index 77%
rename from components/partials/sidebar/sidebar-hover-toggle.tsx
rename to src/components/partials/sidebar/sidebar-hover-toggle.tsx
index c380dcb9..5ee4a0ec 100644
--- a/components/partials/sidebar/sidebar-hover-toggle.tsx
+++ b/src/components/partials/sidebar/sidebar-hover-toggle.tsx
@@ -1,9 +1,9 @@
'use client'
import React from 'react'
-import { useMenuHoverConfig } from '@/hooks/use-menu-hover'
-import { cn } from "@/lib/utils"
-import { useConfig } from '@/hooks/use-config'
-import { useMediaQuery } from '@/hooks/use-media-query'
+import { useMenuHoverConfig } from '@/lib/hooks/use-menu-hover'
+import { cn } from "@/lib/utils/utils"
+import { useConfig } from '@/lib/hooks/use-config'
+import { useMediaQuery } from '@/lib/hooks/use-media-query'
const SidebarHoverToggle = () => {
diff --git a/components/partials/sidebar/sidebar-toggle.tsx b/src/components/partials/sidebar/sidebar-toggle.tsx
similarity index 95%
rename from components/partials/sidebar/sidebar-toggle.tsx
rename to src/components/partials/sidebar/sidebar-toggle.tsx
index 33e1c30f..023cfccd 100644
--- a/components/partials/sidebar/sidebar-toggle.tsx
+++ b/src/components/partials/sidebar/sidebar-toggle.tsx
@@ -1,10 +1,10 @@
'use client'
import { ChevronLeft } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Button } from "@/components/ui/button";
-import { useConfig } from "@/hooks/use-config";
-import { useMediaQuery } from "@/hooks/use-media-query";
+import { useConfig } from "@/lib/hooks/use-config";
+import { useMediaQuery } from "@/lib/hooks/use-media-query";
import { Icon } from "@/components/ui/icon";
import { motion } from 'framer-motion';
diff --git a/components/ui/accordion.tsx b/src/components/ui/accordion.tsx
similarity index 98%
rename from components/ui/accordion.tsx
rename to src/components/ui/accordion.tsx
index ad5a1785..cf5fbe76 100644
--- a/components/ui/accordion.tsx
+++ b/src/components/ui/accordion.tsx
@@ -4,7 +4,7 @@ import * as React from "react"
import * as AccordionPrimitive from "@radix-ui/react-accordion"
import { ChevronDown } from "lucide-react"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const Accordion = AccordionPrimitive.Root
diff --git a/components/ui/alert-dialog.tsx b/src/components/ui/alert-dialog.tsx
similarity index 99%
rename from components/ui/alert-dialog.tsx
rename to src/components/ui/alert-dialog.tsx
index 6d1c5d58..ec01dc48 100644
--- a/components/ui/alert-dialog.tsx
+++ b/src/components/ui/alert-dialog.tsx
@@ -3,7 +3,7 @@
import * as React from "react"
import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { buttonVariants } from "@/components/ui/button"
const AlertDialog = AlertDialogPrimitive.Root
diff --git a/components/ui/alert.tsx b/src/components/ui/alert.tsx
similarity index 99%
rename from components/ui/alert.tsx
rename to src/components/ui/alert.tsx
index 8806eca0..212a89c5 100644
--- a/components/ui/alert.tsx
+++ b/src/components/ui/alert.tsx
@@ -2,7 +2,7 @@
import * as React from "react";
import { cva, type VariantProps } from "class-variance-authority";
import { Icon } from "@iconify/react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { color, rounded, shadow } from "@/lib/type";
const alertVariants = cva(
diff --git a/components/ui/avatar.tsx b/src/components/ui/avatar.tsx
similarity index 99%
rename from components/ui/avatar.tsx
rename to src/components/ui/avatar.tsx
index 52d8ffa5..9ee389ba 100644
--- a/components/ui/avatar.tsx
+++ b/src/components/ui/avatar.tsx
@@ -3,7 +3,7 @@
import * as React from "react";
import * as AvatarPrimitive from "@radix-ui/react-avatar";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { cva } from "class-variance-authority";
import { color, rounded } from "@/lib/type";
diff --git a/components/ui/badge.tsx b/src/components/ui/badge.tsx
similarity index 97%
rename from components/ui/badge.tsx
rename to src/components/ui/badge.tsx
index 0ce261df..f8282ab2 100644
--- a/components/ui/badge.tsx
+++ b/src/components/ui/badge.tsx
@@ -1,7 +1,7 @@
import * as React from "react";
import { cva, type VariantProps } from "class-variance-authority";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { color, rounded } from "@/lib/type";
const badgeVariants = cva(
diff --git a/components/ui/breadcrumb.tsx b/src/components/ui/breadcrumb.tsx
similarity index 98%
rename from components/ui/breadcrumb.tsx
rename to src/components/ui/breadcrumb.tsx
index 993a4ba5..bbf4db22 100644
--- a/components/ui/breadcrumb.tsx
+++ b/src/components/ui/breadcrumb.tsx
@@ -2,7 +2,7 @@ import * as React from "react"
import { Slot } from "@radix-ui/react-slot"
import { ChevronRight, MoreHorizontal } from "lucide-react"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const Breadcrumb = React.forwardRef<
HTMLElement,
diff --git a/components/ui/button.tsx b/src/components/ui/button.tsx
similarity index 99%
rename from components/ui/button.tsx
rename to src/components/ui/button.tsx
index 3d5ab403..009d5875 100644
--- a/components/ui/button.tsx
+++ b/src/components/ui/button.tsx
@@ -3,7 +3,7 @@ import { Slot } from "@radix-ui/react-slot"
import { cva, type VariantProps } from "class-variance-authority"
import { color, shadow, rounded } from "@/lib/type"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const buttonVariants = cva(
"inline-flex items-center justify-center px-4 md:px-6 whitespace-nowrap rounded-md text-sm font-medium transition-all duration-300 hover:ring-2 hover:ring-offset-2 ring-offset-background transition-all focus-visible:outline-none focus-visible:hidden focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
diff --git a/components/ui/calendar.tsx b/src/components/ui/calendar.tsx
similarity index 98%
rename from components/ui/calendar.tsx
rename to src/components/ui/calendar.tsx
index 635451e5..b96a2484 100644
--- a/components/ui/calendar.tsx
+++ b/src/components/ui/calendar.tsx
@@ -4,7 +4,7 @@ import * as React from "react"
import { ChevronLeft, ChevronRight } from "lucide-react"
import { DayPicker } from "react-day-picker"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { buttonVariants } from "@/components/ui/button"
export type CalendarProps = React.ComponentProps
diff --git a/components/ui/card.tsx b/src/components/ui/card.tsx
similarity index 95%
rename from components/ui/card.tsx
rename to src/components/ui/card.tsx
index fa9821a7..26576f68 100644
--- a/components/ui/card.tsx
+++ b/src/components/ui/card.tsx
@@ -1,8 +1,8 @@
'use client'
import * as React from "react"
-import { cn } from "@/lib/utils"
-import { useConfig } from "@/hooks/use-config"
+import { cn } from "@/lib/utils/utils"
+import { useConfig } from "@/lib/hooks/use-config"
const Card = React.forwardRef>(({ className, ...props }, ref) => {
const [config] = useConfig();
diff --git a/components/ui/carousel.tsx b/src/components/ui/carousel.tsx
similarity index 99%
rename from components/ui/carousel.tsx
rename to src/components/ui/carousel.tsx
index e97c697a..001c2158 100644
--- a/components/ui/carousel.tsx
+++ b/src/components/ui/carousel.tsx
@@ -4,7 +4,7 @@ import * as React from "react";
import useEmblaCarousel, { type UseEmblaCarouselType } from "embla-carousel-react";
import { ArrowLeft, ArrowRight } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Button } from "@/components/ui/button";
type CarouselApi = UseEmblaCarouselType[1];
diff --git a/components/ui/checkbox.tsx b/src/components/ui/checkbox.tsx
similarity index 98%
rename from components/ui/checkbox.tsx
rename to src/components/ui/checkbox.tsx
index e034644c..944401a4 100644
--- a/components/ui/checkbox.tsx
+++ b/src/components/ui/checkbox.tsx
@@ -3,7 +3,7 @@
import * as React from "react"
import * as CheckboxPrimitive from "@radix-ui/react-checkbox"
import { Check } from "lucide-react"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { cva, type VariantProps } from "class-variance-authority"
import { color } from "@/lib/type"
diff --git a/components/ui/cleave.tsx b/src/components/ui/cleave.tsx
similarity index 96%
rename from components/ui/cleave.tsx
rename to src/components/ui/cleave.tsx
index 66307249..686a76a3 100644
--- a/components/ui/cleave.tsx
+++ b/src/components/ui/cleave.tsx
@@ -2,7 +2,7 @@
import * as React from "react";
import Cleave from "cleave.js/react";
import "cleave.js/dist/addons/cleave-phone.us";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { CleaveOptions } from "cleave.js/options";
interface CleaveInputProps extends React.InputHTMLAttributes {
options: CleaveOptions;
diff --git a/components/ui/collapsible.tsx b/src/components/ui/collapsible.tsx
similarity index 100%
rename from components/ui/collapsible.tsx
rename to src/components/ui/collapsible.tsx
diff --git a/components/ui/command.tsx b/src/components/ui/command.tsx
similarity index 99%
rename from components/ui/command.tsx
rename to src/components/ui/command.tsx
index 1e7dfc50..ab0fa48b 100644
--- a/components/ui/command.tsx
+++ b/src/components/ui/command.tsx
@@ -5,7 +5,7 @@ import { type DialogProps } from "@radix-ui/react-dialog"
import { Command as CommandPrimitive } from "cmdk"
import { Search } from "lucide-react"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { Dialog, DialogContent } from "@/components/ui/dialog"
const Command = React.forwardRef<
diff --git a/components/ui/context-menu.tsx b/src/components/ui/context-menu.tsx
similarity index 99%
rename from components/ui/context-menu.tsx
rename to src/components/ui/context-menu.tsx
index 93ef37ba..2d339838 100644
--- a/components/ui/context-menu.tsx
+++ b/src/components/ui/context-menu.tsx
@@ -4,7 +4,7 @@ import * as React from "react"
import * as ContextMenuPrimitive from "@radix-ui/react-context-menu"
import { Check, ChevronRight, Circle } from "lucide-react"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const ContextMenu = ContextMenuPrimitive.Root
diff --git a/components/ui/dialog.tsx b/src/components/ui/dialog.tsx
similarity index 99%
rename from components/ui/dialog.tsx
rename to src/components/ui/dialog.tsx
index b40ca1f8..1f68648a 100644
--- a/components/ui/dialog.tsx
+++ b/src/components/ui/dialog.tsx
@@ -4,7 +4,7 @@ import * as React from "react"
import * as DialogPrimitive from "@radix-ui/react-dialog"
import { X } from "lucide-react"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { cva } from "class-variance-authority"
import { size } from "@/lib/type"
diff --git a/components/ui/drawer.tsx b/src/components/ui/drawer.tsx
similarity index 98%
rename from components/ui/drawer.tsx
rename to src/components/ui/drawer.tsx
index 6a0ef53d..0b6051bf 100644
--- a/components/ui/drawer.tsx
+++ b/src/components/ui/drawer.tsx
@@ -3,7 +3,7 @@
import * as React from "react"
import { Drawer as DrawerPrimitive } from "vaul"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const Drawer = ({
shouldScaleBackground = true,
diff --git a/components/ui/dropdown-menu.tsx b/src/components/ui/dropdown-menu.tsx
similarity index 99%
rename from components/ui/dropdown-menu.tsx
rename to src/components/ui/dropdown-menu.tsx
index 9b26339d..d2ef13b8 100644
--- a/components/ui/dropdown-menu.tsx
+++ b/src/components/ui/dropdown-menu.tsx
@@ -4,7 +4,7 @@ import * as React from "react";
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
import { Check, ChevronRight, Circle } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
const DropdownMenu = DropdownMenuPrimitive.Root;
diff --git a/components/ui/form.tsx b/src/components/ui/form.tsx
similarity index 99%
rename from components/ui/form.tsx
rename to src/components/ui/form.tsx
index ce264aef..d6c361fa 100644
--- a/components/ui/form.tsx
+++ b/src/components/ui/form.tsx
@@ -12,7 +12,7 @@ import {
useFormContext,
} from "react-hook-form"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { Label } from "@/components/ui/label"
const Form = FormProvider
diff --git a/components/ui/hover-card.tsx b/src/components/ui/hover-card.tsx
similarity index 96%
rename from components/ui/hover-card.tsx
rename to src/components/ui/hover-card.tsx
index e54d91cf..f6cc80e7 100644
--- a/components/ui/hover-card.tsx
+++ b/src/components/ui/hover-card.tsx
@@ -3,7 +3,7 @@
import * as React from "react"
import * as HoverCardPrimitive from "@radix-ui/react-hover-card"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const HoverCard = HoverCardPrimitive.Root
diff --git a/components/ui/icon.tsx b/src/components/ui/icon.tsx
similarity index 86%
rename from components/ui/icon.tsx
rename to src/components/ui/icon.tsx
index 12557de8..fe7b6cce 100644
--- a/components/ui/icon.tsx
+++ b/src/components/ui/icon.tsx
@@ -1,7 +1,7 @@
"use client";
import React from "react";
import { Icon as IconIfyIcon } from "@iconify/react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
const Icon = React.forwardRef, React.ComponentPropsWithoutRef>(({ className, ...props }, ref) => {
return ;
diff --git a/components/ui/image-blurry.tsx b/src/components/ui/image-blurry.tsx
similarity index 100%
rename from components/ui/image-blurry.tsx
rename to src/components/ui/image-blurry.tsx
diff --git a/components/ui/input-group.tsx b/src/components/ui/input-group.tsx
similarity index 98%
rename from components/ui/input-group.tsx
rename to src/components/ui/input-group.tsx
index f53e1801..81648fe6 100644
--- a/components/ui/input-group.tsx
+++ b/src/components/ui/input-group.tsx
@@ -1,5 +1,5 @@
import * as React from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
interface InputGroupProps extends React.HTMLAttributes {
merged?: boolean
diff --git a/components/ui/input-otp.tsx b/src/components/ui/input-otp.tsx
similarity index 98%
rename from components/ui/input-otp.tsx
rename to src/components/ui/input-otp.tsx
index 27a61a76..8c67bc69 100644
--- a/components/ui/input-otp.tsx
+++ b/src/components/ui/input-otp.tsx
@@ -4,7 +4,7 @@ import * as React from "react"
import { OTPInput, OTPInputContext } from "input-otp"
import { Dot } from "lucide-react"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const InputOTP = React.forwardRef<
React.ElementRef,
diff --git a/components/ui/input.tsx b/src/components/ui/input.tsx
similarity index 98%
rename from components/ui/input.tsx
rename to src/components/ui/input.tsx
index ec795ede..83b52a20 100644
--- a/components/ui/input.tsx
+++ b/src/components/ui/input.tsx
@@ -1,6 +1,6 @@
import * as React from "react";
import { cva, type VariantProps } from "class-variance-authority";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { InputColor } from "@/lib/type";
export const inputVariants = cva(
diff --git a/components/ui/label.tsx b/src/components/ui/label.tsx
similarity index 94%
rename from components/ui/label.tsx
rename to src/components/ui/label.tsx
index d9068cd7..6a81c0b6 100644
--- a/components/ui/label.tsx
+++ b/src/components/ui/label.tsx
@@ -4,7 +4,7 @@ import * as React from "react"
import * as LabelPrimitive from "@radix-ui/react-label"
import { cva, type VariantProps } from "class-variance-authority"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const labelVariants = cva(
"text-sm text-default-500 dark:text-default-600 font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"
diff --git a/components/maps/Map copy.js b/src/components/ui/maps/Map copy.js
similarity index 100%
rename from components/maps/Map copy.js
rename to src/components/ui/maps/Map copy.js
diff --git a/components/maps/Map.tsx b/src/components/ui/maps/Map.tsx
similarity index 100%
rename from components/maps/Map.tsx
rename to src/components/ui/maps/Map.tsx
diff --git a/components/maps/MapHome.tsx b/src/components/ui/maps/MapHome.tsx
similarity index 100%
rename from components/maps/MapHome.tsx
rename to src/components/ui/maps/MapHome.tsx
diff --git a/components/maps/Maps.tsx b/src/components/ui/maps/Maps.tsx
similarity index 100%
rename from components/maps/Maps.tsx
rename to src/components/ui/maps/Maps.tsx
diff --git a/components/maps/client-config.tsx b/src/components/ui/maps/client-config.tsx
similarity index 100%
rename from components/maps/client-config.tsx
rename to src/components/ui/maps/client-config.tsx
diff --git a/components/ui/menubar.tsx b/src/components/ui/menubar.tsx
similarity index 99%
rename from components/ui/menubar.tsx
rename to src/components/ui/menubar.tsx
index 690f78ab..b69b3adf 100644
--- a/components/ui/menubar.tsx
+++ b/src/components/ui/menubar.tsx
@@ -4,7 +4,7 @@ import * as React from "react"
import * as MenubarPrimitive from "@radix-ui/react-menubar"
import { Check, ChevronRight, Circle } from "lucide-react"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const MenubarMenu = MenubarPrimitive.Menu
diff --git a/components/ui/navigation-menu.tsx b/src/components/ui/navigation-menu.tsx
similarity index 99%
rename from components/ui/navigation-menu.tsx
rename to src/components/ui/navigation-menu.tsx
index 0913c2c4..53af188f 100644
--- a/components/ui/navigation-menu.tsx
+++ b/src/components/ui/navigation-menu.tsx
@@ -3,7 +3,7 @@ import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
import { cva } from "class-variance-authority";
import { ChevronDown } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
const NavigationMenu = React.forwardRef, React.ComponentPropsWithoutRef>(({ className, children, ...props }, ref) => (
diff --git a/components/ui/pagination.tsx b/src/components/ui/pagination.tsx
similarity index 98%
rename from components/ui/pagination.tsx
rename to src/components/ui/pagination.tsx
index d2628880..de5892ff 100644
--- a/components/ui/pagination.tsx
+++ b/src/components/ui/pagination.tsx
@@ -1,7 +1,7 @@
import * as React from "react"
import { ChevronLeft, ChevronRight, MoreHorizontal } from "lucide-react"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { ButtonProps, buttonVariants } from "@/components/ui/button"
const Pagination = ({ className, ...props }: React.ComponentProps<"nav">) => (
diff --git a/components/ui/popover.tsx b/src/components/ui/popover.tsx
similarity index 97%
rename from components/ui/popover.tsx
rename to src/components/ui/popover.tsx
index 89d79865..cc21d30a 100644
--- a/components/ui/popover.tsx
+++ b/src/components/ui/popover.tsx
@@ -3,7 +3,7 @@
import * as React from "react"
import * as PopoverPrimitive from "@radix-ui/react-popover"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const Popover = PopoverPrimitive.Root
diff --git a/components/ui/progress.tsx b/src/components/ui/progress.tsx
similarity index 98%
rename from components/ui/progress.tsx
rename to src/components/ui/progress.tsx
index 34a86a10..74b83b29 100644
--- a/components/ui/progress.tsx
+++ b/src/components/ui/progress.tsx
@@ -2,7 +2,7 @@
import * as React from "react";
import * as ProgressPrimitive from "@radix-ui/react-progress";
import { cva } from "class-variance-authority";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { color, size } from "@/lib/type";
const progressVariants = cva(
diff --git a/components/ui/radio-group.tsx b/src/components/ui/radio-group.tsx
similarity index 98%
rename from components/ui/radio-group.tsx
rename to src/components/ui/radio-group.tsx
index 19a02b29..9beb9d33 100644
--- a/components/ui/radio-group.tsx
+++ b/src/components/ui/radio-group.tsx
@@ -4,7 +4,7 @@ import * as React from "react"
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group"
import { Circle } from "lucide-react"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { cva, type VariantProps } from "class-variance-authority"
import { color, size } from "@/lib/type"
diff --git a/components/ui/resizable.tsx b/src/components/ui/resizable.tsx
similarity index 97%
rename from components/ui/resizable.tsx
rename to src/components/ui/resizable.tsx
index f4bc5586..da6dc316 100644
--- a/components/ui/resizable.tsx
+++ b/src/components/ui/resizable.tsx
@@ -3,7 +3,7 @@
import { GripVertical } from "lucide-react"
import * as ResizablePrimitive from "react-resizable-panels"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const ResizablePanelGroup = ({
className,
diff --git a/components/ui/scroll-area.tsx b/src/components/ui/scroll-area.tsx
similarity index 97%
rename from components/ui/scroll-area.tsx
rename to src/components/ui/scroll-area.tsx
index 0b4a48d8..5288ec2f 100644
--- a/components/ui/scroll-area.tsx
+++ b/src/components/ui/scroll-area.tsx
@@ -3,7 +3,7 @@
import * as React from "react"
import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const ScrollArea = React.forwardRef<
React.ElementRef,
diff --git a/components/ui/select.tsx b/src/components/ui/select.tsx
similarity index 99%
rename from components/ui/select.tsx
rename to src/components/ui/select.tsx
index d8ca209f..9836e383 100644
--- a/components/ui/select.tsx
+++ b/src/components/ui/select.tsx
@@ -4,7 +4,7 @@ import * as React from "react"
import * as SelectPrimitive from "@radix-ui/react-select"
import { Check, ChevronDown, ChevronUp } from "lucide-react"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { cva, type VariantProps } from "class-variance-authority"
import { InputColor, size } from "@/lib/type"
diff --git a/components/ui/separator.tsx b/src/components/ui/separator.tsx
similarity index 95%
rename from components/ui/separator.tsx
rename to src/components/ui/separator.tsx
index 33227f59..c720539b 100644
--- a/components/ui/separator.tsx
+++ b/src/components/ui/separator.tsx
@@ -3,7 +3,7 @@
import * as React from "react"
import * as SeparatorPrimitive from "@radix-ui/react-separator"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const Separator = React.forwardRef<
React.ElementRef,
diff --git a/components/ui/sheet.tsx b/src/components/ui/sheet.tsx
similarity index 99%
rename from components/ui/sheet.tsx
rename to src/components/ui/sheet.tsx
index ad19f203..ea5d0d57 100644
--- a/components/ui/sheet.tsx
+++ b/src/components/ui/sheet.tsx
@@ -5,7 +5,7 @@ import * as SheetPrimitive from "@radix-ui/react-dialog"
import { cva, type VariantProps } from "class-variance-authority"
import { X } from "lucide-react"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const Sheet = SheetPrimitive.Root
diff --git a/components/shimmer/page.tsx b/src/components/ui/shimmer/page.tsx
similarity index 100%
rename from components/shimmer/page.tsx
rename to src/components/ui/shimmer/page.tsx
diff --git a/components/ui/skeleton.tsx b/src/components/ui/skeleton.tsx
similarity index 86%
rename from components/ui/skeleton.tsx
rename to src/components/ui/skeleton.tsx
index 4bbfc577..c10c7202 100644
--- a/components/ui/skeleton.tsx
+++ b/src/components/ui/skeleton.tsx
@@ -1,4 +1,4 @@
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
function Skeleton({
className,
diff --git a/components/ui/slider.tsx b/src/components/ui/slider.tsx
similarity index 96%
rename from components/ui/slider.tsx
rename to src/components/ui/slider.tsx
index 494dd643..8e2d26e3 100644
--- a/components/ui/slider.tsx
+++ b/src/components/ui/slider.tsx
@@ -3,7 +3,7 @@
import * as React from "react"
import * as SliderPrimitive from "@radix-ui/react-slider"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const Slider = React.forwardRef<
React.ElementRef,
diff --git a/components/ui/sonner.tsx b/src/components/ui/sonner.tsx
similarity index 100%
rename from components/ui/sonner.tsx
rename to src/components/ui/sonner.tsx
diff --git a/components/code-snippet.tsx b/src/components/ui/structures/code-snippet.tsx
similarity index 100%
rename from components/code-snippet.tsx
rename to src/components/ui/structures/code-snippet.tsx
diff --git a/components/copy-button.tsx b/src/components/ui/structures/copy-button.tsx
similarity index 98%
rename from components/copy-button.tsx
rename to src/components/ui/structures/copy-button.tsx
index 6421c4d9..fff2f760 100644
--- a/components/copy-button.tsx
+++ b/src/components/ui/structures/copy-button.tsx
@@ -4,7 +4,7 @@ import * as React from "react"
import { CheckIcon, ClipboardIcon } from "lucide-react"
import { Event, trackEvent } from "@/lib/events"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { Button, ButtonProps } from "@/components/ui/button"
import {
TooltipProvider,
diff --git a/components/dascode-logo.tsx b/src/components/ui/structures/dascode-logo.tsx
similarity index 100%
rename from components/dascode-logo.tsx
rename to src/components/ui/structures/dascode-logo.tsx
diff --git a/components/dashboard-dropdown.tsx b/src/components/ui/structures/dashboard-dropdown.tsx
similarity index 100%
rename from components/dashboard-dropdown.tsx
rename to src/components/ui/structures/dashboard-dropdown.tsx
diff --git a/components/date-range-picker.tsx b/src/components/ui/structures/date-range-picker.tsx
similarity index 98%
rename from components/date-range-picker.tsx
rename to src/components/ui/structures/date-range-picker.tsx
index 755fea86..2c5d375a 100644
--- a/components/date-range-picker.tsx
+++ b/src/components/ui/structures/date-range-picker.tsx
@@ -4,7 +4,7 @@ import * as React from "react";
import { format } from "date-fns";
import { Calendar as CalendarIcon } from "lucide-react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { Button } from "@/components/ui/button";
import { Calendar } from "@/components/ui/calendar";
import {
diff --git a/components/delete-confirmation-dialog.tsx b/src/components/ui/structures/delete-confirmation-dialog.tsx
similarity index 100%
rename from components/delete-confirmation-dialog.tsx
rename to src/components/ui/structures/delete-confirmation-dialog.tsx
diff --git a/components/icon.tsx b/src/components/ui/structures/icon.tsx
similarity index 100%
rename from components/icon.tsx
rename to src/components/ui/structures/icon.tsx
diff --git a/components/loader.tsx b/src/components/ui/structures/loader.tsx
similarity index 95%
rename from components/loader.tsx
rename to src/components/ui/structures/loader.tsx
index aeb81237..9641beb4 100644
--- a/components/loader.tsx
+++ b/src/components/ui/structures/loader.tsx
@@ -3,7 +3,7 @@
import React from "react";
import { Loader2 } from "lucide-react";
import DashCodeLogo from "./dascode-logo";
-import { useMounted } from "@/hooks/use-mounted";
+import { useMounted } from "@/lib/hooks/use-mounted";
import Image from "next/image";
const Loader = () => {
const mounted = useMounted()
diff --git a/components/logo.tsx b/src/components/ui/structures/logo.tsx
similarity index 87%
rename from components/logo.tsx
rename to src/components/ui/structures/logo.tsx
index 2b940df4..59ddd183 100644
--- a/components/logo.tsx
+++ b/src/components/ui/structures/logo.tsx
@@ -2,9 +2,9 @@
import React from "react";
import DashCodeLogo from "./dascode-logo";
import { Link } from "@/i18n/routing";
-import { useConfig } from "@/hooks/use-config";
-import { useMenuHoverConfig } from "@/hooks/use-menu-hover";
-import { useMediaQuery } from "@/hooks/use-media-query";
+import { useConfig } from "@/lib/hooks/use-config";
+import { useMenuHoverConfig } from "@/lib/hooks/use-menu-hover";
+import { useMediaQuery } from "@/lib/hooks/use-media-query";
const Logo = () => {
const [config] = useConfig();
diff --git a/components/nav.tsx b/src/components/ui/structures/nav.tsx
similarity index 97%
rename from components/nav.tsx
rename to src/components/ui/structures/nav.tsx
index 69551ea1..4f48e5ce 100644
--- a/components/nav.tsx
+++ b/src/components/ui/structures/nav.tsx
@@ -1,6 +1,6 @@
'use client'
import React from 'react'
-import { cn } from '@/lib/utils'
+import { cn } from '@/lib/utils/utils'
import { Icon } from '@/components/ui/icon'
import { Button } from "@/components/ui/button"
interface navProps {
diff --git a/components/navigation.ts b/src/components/ui/structures/navigation.ts
similarity index 61%
rename from components/navigation.ts
rename to src/components/ui/structures/navigation.ts
index fe1ff93e..b14a547a 100644
--- a/components/navigation.ts
+++ b/src/components/ui/structures/navigation.ts
@@ -1,5 +1,5 @@
import {createSharedPathnamesNavigation} from 'next-intl/navigation';
-import {locales} from '@/config';
+import {locales} from '/config';
export const {Link, redirect, usePathname, useRouter} =
createSharedPathnamesNavigation({locales,});
\ No newline at end of file
diff --git a/components/page-title.tsx b/src/components/ui/structures/page-title.tsx
similarity index 96%
rename from components/page-title.tsx
rename to src/components/ui/structures/page-title.tsx
index d5cc3482..f603bec8 100644
--- a/components/page-title.tsx
+++ b/src/components/ui/structures/page-title.tsx
@@ -1,8 +1,8 @@
"use client";
import React, { useEffect, useState } from "react";
-import DateRangePicker from "@/components/date-range-picker";
-import { usePathname } from "@/components/navigation";
-import { cn, getCookiesDecrypt } from "@/lib/utils";
+import DateRangePicker from "@/components/ui/structures/date-range-picker";
+import { usePathname } from "@/components/ui/structures/navigation";
+import { cn, getCookiesDecrypt } from "@/lib/utils/utils";
import {
Dialog,
DialogContent,
@@ -14,11 +14,11 @@ import {
import { Button } from "./ui/button";
import { Label } from "./ui/label";
import { Input } from "./ui/input";
-import pdfGenerator from "@/utils/pdf-generator";
+import pdfGenerator from "@/lib/utils/video-player/pdf-generator";
import {
tableauSignin,
tableauViewImage,
-} from "@/service/tableau/tableau-service";
+} from "@/lib/services/tableau/tableau-service";
const PageTitle = ({
title,
diff --git a/components/revenue-bar-chart.tsx b/src/components/ui/structures/revenue-bar-chart.tsx
similarity index 98%
rename from components/revenue-bar-chart.tsx
rename to src/components/ui/structures/revenue-bar-chart.tsx
index 14e0190b..dce15260 100644
--- a/components/revenue-bar-chart.tsx
+++ b/src/components/ui/structures/revenue-bar-chart.tsx
@@ -1,6 +1,6 @@
"use client"
-import { useConfig } from "@/hooks/use-config";
+import { useConfig } from "@/lib/hooks/use-config";
import { useTranslations } from "next-intl";
import { useTheme } from "next-themes";
import dynamic from "next/dynamic";
diff --git a/components/site-breadcrumb.tsx b/src/components/ui/structures/site-breadcrumb.tsx
similarity index 92%
rename from components/site-breadcrumb.tsx
rename to src/components/ui/structures/site-breadcrumb.tsx
index b5b6fa04..06b506e8 100644
--- a/components/site-breadcrumb.tsx
+++ b/src/components/ui/structures/site-breadcrumb.tsx
@@ -1,6 +1,6 @@
'use client';
import React from 'react'
-import { Link, usePathname, useRouter } from "@/components/navigation";
+import { Link, usePathname, useRouter } from "@/components/ui/structures/navigation";
import {
Breadcrumb,
BreadcrumbEllipsis,
@@ -15,7 +15,7 @@ import { ReactNode } from "react";
const SiteBreadcrumb = ({ children }: { children?: ReactNode }) => {
const location = usePathname();
- const locations = location.split('/').filter(path => path)
+ const locations = location.split('/').filter((path: any) => path)
diff --git a/components/ui/switch.tsx b/src/components/ui/switch.tsx
similarity index 98%
rename from components/ui/switch.tsx
rename to src/components/ui/switch.tsx
index 1fe205a6..c222b01f 100644
--- a/components/ui/switch.tsx
+++ b/src/components/ui/switch.tsx
@@ -2,7 +2,7 @@
import * as React from "react"
import * as SwitchPrimitives from "@radix-ui/react-switch"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { cva, type VariantProps } from "class-variance-authority";
import { color, size } from "@/lib/type";
diff --git a/components/ui/table.tsx b/src/components/ui/table.tsx
similarity index 98%
rename from components/ui/table.tsx
rename to src/components/ui/table.tsx
index d4c65bf9..5a3a122c 100644
--- a/components/ui/table.tsx
+++ b/src/components/ui/table.tsx
@@ -1,6 +1,6 @@
import * as React from "react"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const Table = React.forwardRef<
HTMLTableElement,
diff --git a/components/ui/tabs.tsx b/src/components/ui/tabs.tsx
similarity index 98%
rename from components/ui/tabs.tsx
rename to src/components/ui/tabs.tsx
index d7fb7f46..39f7943a 100644
--- a/components/ui/tabs.tsx
+++ b/src/components/ui/tabs.tsx
@@ -3,7 +3,7 @@
import * as React from "react"
import * as TabsPrimitive from "@radix-ui/react-tabs"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const Tabs = TabsPrimitive.Root
diff --git a/components/ui/textarea.tsx b/src/components/ui/textarea.tsx
similarity index 98%
rename from components/ui/textarea.tsx
rename to src/components/ui/textarea.tsx
index da511f81..c8c772d8 100644
--- a/components/ui/textarea.tsx
+++ b/src/components/ui/textarea.tsx
@@ -1,6 +1,6 @@
import * as React from "react";
-import { cn } from "@/lib/utils";
+import { cn } from "@/lib/utils/utils"
import { cva, type VariantProps } from "class-variance-authority";
import { InputColor, radius } from "@/lib/type";
diff --git a/components/ui/toast.tsx b/src/components/ui/toast.tsx
similarity index 99%
rename from components/ui/toast.tsx
rename to src/components/ui/toast.tsx
index 521b94b0..99146f70 100644
--- a/components/ui/toast.tsx
+++ b/src/components/ui/toast.tsx
@@ -5,7 +5,7 @@ import * as ToastPrimitives from "@radix-ui/react-toast"
import { cva, type VariantProps } from "class-variance-authority"
import { X } from "lucide-react"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const ToastProvider = ToastPrimitives.Provider
diff --git a/components/ui/toaster.tsx b/src/components/ui/toaster.tsx
similarity index 100%
rename from components/ui/toaster.tsx
rename to src/components/ui/toaster.tsx
diff --git a/components/ui/toggle-group.tsx b/src/components/ui/toggle-group.tsx
similarity index 97%
rename from components/ui/toggle-group.tsx
rename to src/components/ui/toggle-group.tsx
index 6cadb522..3a933122 100644
--- a/components/ui/toggle-group.tsx
+++ b/src/components/ui/toggle-group.tsx
@@ -4,7 +4,7 @@ import * as React from "react"
import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group"
import { VariantProps } from "class-variance-authority"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { toggleVariants } from "@/components/ui/toggle"
const ToggleGroupContext = React.createContext<
diff --git a/components/ui/toggle.tsx b/src/components/ui/toggle.tsx
similarity index 97%
rename from components/ui/toggle.tsx
rename to src/components/ui/toggle.tsx
index c849b42b..53c83eaf 100644
--- a/components/ui/toggle.tsx
+++ b/src/components/ui/toggle.tsx
@@ -4,7 +4,7 @@ import * as React from "react"
import * as TogglePrimitive from "@radix-ui/react-toggle"
import { cva, type VariantProps } from "class-variance-authority"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const toggleVariants = cva(
"inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors hover:bg-muted hover:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-secondary data-[state=on]:text-accent-foreground",
diff --git a/components/ui/tooltip.tsx b/src/components/ui/tooltip.tsx
similarity index 98%
rename from components/ui/tooltip.tsx
rename to src/components/ui/tooltip.tsx
index f50e9307..c98f9831 100644
--- a/components/ui/tooltip.tsx
+++ b/src/components/ui/tooltip.tsx
@@ -3,7 +3,7 @@
import * as React from "react"
import * as TooltipPrimitive from "@radix-ui/react-tooltip"
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
import { cva, type VariantProps } from "class-variance-authority";
import { color } from "@/lib/type";
diff --git a/components/ui/use-toast.ts b/src/components/ui/use-toast.ts
similarity index 100%
rename from components/ui/use-toast.ts
rename to src/components/ui/use-toast.ts
diff --git a/components/view-source/view-source.module.css b/src/components/ui/view-source/view-source.module.css
similarity index 100%
rename from components/view-source/view-source.module.css
rename to src/components/ui/view-source/view-source.module.css
diff --git a/components/view-source/view-source.tsx b/src/components/ui/view-source/view-source.tsx
similarity index 100%
rename from components/view-source/view-source.tsx
rename to src/components/ui/view-source/view-source.tsx
diff --git a/config/index.ts b/src/config/index.ts
similarity index 100%
rename from config/index.ts
rename to src/config/index.ts
diff --git a/src/config/locales.ts b/src/config/locales.ts
new file mode 100644
index 00000000..989f2d56
--- /dev/null
+++ b/src/config/locales.ts
@@ -0,0 +1,4 @@
+export const locales = ['in', 'en'] as const;
+export type Locale = (typeof locales)[number];
+
+export const defaultLocale = 'in' as const;
\ No newline at end of file
diff --git a/config/site.ts b/src/config/site.ts
similarity index 100%
rename from config/site.ts
rename to src/config/site.ts
diff --git a/config/swal.ts b/src/config/swal.ts
similarity index 100%
rename from config/swal.ts
rename to src/config/swal.ts
diff --git a/messages/ar.json b/src/i18n/messages/ar.json
similarity index 100%
rename from messages/ar.json
rename to src/i18n/messages/ar.json
diff --git a/messages/en.json b/src/i18n/messages/en.json
similarity index 100%
rename from messages/en.json
rename to src/i18n/messages/en.json
diff --git a/messages/in.json b/src/i18n/messages/in.json
similarity index 100%
rename from messages/in.json
rename to src/i18n/messages/in.json
diff --git a/i18n/request.ts b/src/i18n/request.ts
similarity index 63%
rename from i18n/request.ts
rename to src/i18n/request.ts
index 80ef9c3c..f2dc1b82 100644
--- a/i18n/request.ts
+++ b/src/i18n/request.ts
@@ -1,6 +1,6 @@
-import {notFound} from 'next/navigation';
-import {getRequestConfig} from 'next-intl/server';
-import {routing} from './routing';
+import { notFound } from 'next/navigation';
+import { getRequestConfig } from 'next-intl/server';
+import { routing } from './routing';
export default getRequestConfig(async ({requestLocale}) => {
let locale = await requestLocale;
@@ -12,6 +12,6 @@ export default getRequestConfig(async ({requestLocale}) => {
return {
locale,
- messages: (await import(`../messages/${locale}.json`)).default
+ messages: (await import(`./messages/${locale}.json`)).default
};
});
\ No newline at end of file
diff --git a/i18n/routing.ts b/src/i18n/routing.ts
similarity index 83%
rename from i18n/routing.ts
rename to src/i18n/routing.ts
index bcd8ce56..6fe2a82c 100644
--- a/i18n/routing.ts
+++ b/src/i18n/routing.ts
@@ -1,12 +1,12 @@
import { defineRouting } from "next-intl/routing";
import { createSharedPathnamesNavigation } from "next-intl/navigation";
-import { locales } from "@/config";
+import { locales, defaultLocale } from "@/config/locales";
+
export const routing = defineRouting({
// A list of all locales that are supported
- locales: locales,
-
+ locales,
// Used when no locale matches
- defaultLocale: "in",
+ defaultLocale,
});
// Lightweight wrappers around Next.js' navigation APIs
diff --git a/hooks/use-chat.ts b/src/lib/hooks/use-chat.ts
similarity index 100%
rename from hooks/use-chat.ts
rename to src/lib/hooks/use-chat.ts
diff --git a/hooks/use-config.ts b/src/lib/hooks/use-config.ts
similarity index 100%
rename from hooks/use-config.ts
rename to src/lib/hooks/use-config.ts
diff --git a/hooks/use-mail.ts b/src/lib/hooks/use-mail.ts
similarity index 100%
rename from hooks/use-mail.ts
rename to src/lib/hooks/use-mail.ts
diff --git a/hooks/use-media-query.ts b/src/lib/hooks/use-media-query.ts
similarity index 100%
rename from hooks/use-media-query.ts
rename to src/lib/hooks/use-media-query.ts
diff --git a/hooks/use-menu-hover.ts b/src/lib/hooks/use-menu-hover.ts
similarity index 100%
rename from hooks/use-menu-hover.ts
rename to src/lib/hooks/use-menu-hover.ts
diff --git a/hooks/use-mobile-menu.ts b/src/lib/hooks/use-mobile-menu.ts
similarity index 100%
rename from hooks/use-mobile-menu.ts
rename to src/lib/hooks/use-mobile-menu.ts
diff --git a/hooks/use-mounted.ts b/src/lib/hooks/use-mounted.ts
similarity index 100%
rename from hooks/use-mounted.ts
rename to src/lib/hooks/use-mounted.ts
diff --git a/hooks/use-mutation-observer.ts b/src/lib/hooks/use-mutation-observer.ts
similarity index 100%
rename from hooks/use-mutation-observer.ts
rename to src/lib/hooks/use-mutation-observer.ts
diff --git a/hooks/use-todo.ts b/src/lib/hooks/use-todo.ts
similarity index 100%
rename from hooks/use-todo.ts
rename to src/lib/hooks/use-todo.ts
diff --git a/service/agenda-setting/agenda-setting.ts b/src/lib/services/agenda-setting/agenda-setting.ts
similarity index 100%
rename from service/agenda-setting/agenda-setting.ts
rename to src/lib/services/agenda-setting/agenda-setting.ts
diff --git a/service/auth.ts b/src/lib/services/auth.ts
similarity index 100%
rename from service/auth.ts
rename to src/lib/services/auth.ts
diff --git a/service/blog/blog.ts b/src/lib/services/blog/blog.ts
similarity index 100%
rename from service/blog/blog.ts
rename to src/lib/services/blog/blog.ts
diff --git a/service/broadcast/broadcast.ts b/src/lib/services/broadcast/broadcast.ts
similarity index 100%
rename from service/broadcast/broadcast.ts
rename to src/lib/services/broadcast/broadcast.ts
diff --git a/service/communication/communication.ts b/src/lib/services/communication/communication.ts
similarity index 100%
rename from service/communication/communication.ts
rename to src/lib/services/communication/communication.ts
diff --git a/service/communication/report-account.ts b/src/lib/services/communication/report-account.ts
similarity index 100%
rename from service/communication/report-account.ts
rename to src/lib/services/communication/report-account.ts
diff --git a/service/content/ai.ts b/src/lib/services/content/ai.ts
similarity index 100%
rename from service/content/ai.ts
rename to src/lib/services/content/ai.ts
diff --git a/service/content/content.ts b/src/lib/services/content/content.ts
similarity index 100%
rename from service/content/content.ts
rename to src/lib/services/content/content.ts
diff --git a/service/contest/contest.ts b/src/lib/services/contest/contest.ts
similarity index 100%
rename from service/contest/contest.ts
rename to src/lib/services/contest/contest.ts
diff --git a/service/curated-content/curated-content.ts b/src/lib/services/curated-content/curated-content.ts
similarity index 100%
rename from service/curated-content/curated-content.ts
rename to src/lib/services/curated-content/curated-content.ts
diff --git a/service/detail/detail.ts b/src/lib/services/detail/detail.ts
similarity index 100%
rename from service/detail/detail.ts
rename to src/lib/services/detail/detail.ts
diff --git a/service/experts/experts.ts b/src/lib/services/experts/experts.ts
similarity index 100%
rename from service/experts/experts.ts
rename to src/lib/services/experts/experts.ts
diff --git a/service/global.d.ts b/src/lib/services/global.d.ts
similarity index 100%
rename from service/global.d.ts
rename to src/lib/services/global.d.ts
diff --git a/service/http-config/axios-base-instance.ts b/src/lib/services/http-config/axios-base-instance.ts
similarity index 100%
rename from service/http-config/axios-base-instance.ts
rename to src/lib/services/http-config/axios-base-instance.ts
diff --git a/service/http-config/axios-base-prod-instance.ts b/src/lib/services/http-config/axios-base-prod-instance.ts
similarity index 100%
rename from service/http-config/axios-base-prod-instance.ts
rename to src/lib/services/http-config/axios-base-prod-instance.ts
diff --git a/service/http-config/axios-interceptor-instance.ts b/src/lib/services/http-config/axios-interceptor-instance.ts
similarity index 100%
rename from service/http-config/axios-interceptor-instance.ts
rename to src/lib/services/http-config/axios-interceptor-instance.ts
diff --git a/service/http-config/axiosCustom.ts b/src/lib/services/http-config/axiosCustom.ts
similarity index 100%
rename from service/http-config/axiosCustom.ts
rename to src/lib/services/http-config/axiosCustom.ts
diff --git a/service/http-config/axiosInstanceJson.ts b/src/lib/services/http-config/axiosInstanceJson.ts
similarity index 100%
rename from service/http-config/axiosInstanceJson.ts
rename to src/lib/services/http-config/axiosInstanceJson.ts
diff --git a/service/http-config/axiosNulisAIInstance.ts b/src/lib/services/http-config/axiosNulisAIInstance.ts
similarity index 100%
rename from service/http-config/axiosNulisAIInstance.ts
rename to src/lib/services/http-config/axiosNulisAIInstance.ts
diff --git a/service/http-config/http-base-service.ts b/src/lib/services/http-config/http-base-service.ts
similarity index 100%
rename from service/http-config/http-base-service.ts
rename to src/lib/services/http-config/http-base-service.ts
diff --git a/service/http-config/http-interceptor-prod-service.ts b/src/lib/services/http-config/http-interceptor-prod-service.ts
similarity index 100%
rename from service/http-config/http-interceptor-prod-service.ts
rename to src/lib/services/http-config/http-interceptor-prod-service.ts
diff --git a/service/http-config/http-interceptor-service.ts b/src/lib/services/http-config/http-interceptor-service.ts
similarity index 100%
rename from service/http-config/http-interceptor-service.ts
rename to src/lib/services/http-config/http-interceptor-service.ts
diff --git a/service/http-config/nulisAIApi.ts b/src/lib/services/http-config/nulisAIApi.ts
similarity index 100%
rename from service/http-config/nulisAIApi.ts
rename to src/lib/services/http-config/nulisAIApi.ts
diff --git a/service/landing/landing.ts b/src/lib/services/landing/landing.ts
similarity index 100%
rename from service/landing/landing.ts
rename to src/lib/services/landing/landing.ts
diff --git a/service/login-services.ts b/src/lib/services/login-services.ts
similarity index 100%
rename from service/login-services.ts
rename to src/lib/services/login-services.ts
diff --git a/service/management-user/management-user.ts b/src/lib/services/management-user/management-user.ts
similarity index 100%
rename from service/management-user/management-user.ts
rename to src/lib/services/management-user/management-user.ts
diff --git a/service/master/faq.ts b/src/lib/services/master/faq.ts
similarity index 100%
rename from service/master/faq.ts
rename to src/lib/services/master/faq.ts
diff --git a/service/master/knowledge-base.ts b/src/lib/services/master/knowledge-base.ts
similarity index 100%
rename from service/master/knowledge-base.ts
rename to src/lib/services/master/knowledge-base.ts
diff --git a/service/media-tracking/media-tracking.ts b/src/lib/services/media-tracking/media-tracking.ts
similarity index 100%
rename from service/media-tracking/media-tracking.ts
rename to src/lib/services/media-tracking/media-tracking.ts
diff --git a/service/notifications/notifications.ts b/src/lib/services/notifications/notifications.ts
similarity index 100%
rename from service/notifications/notifications.ts
rename to src/lib/services/notifications/notifications.ts
diff --git a/service/planning/planning.ts b/src/lib/services/planning/planning.ts
similarity index 100%
rename from service/planning/planning.ts
rename to src/lib/services/planning/planning.ts
diff --git a/service/report/report.ts b/src/lib/services/report/report.ts
similarity index 100%
rename from service/report/report.ts
rename to src/lib/services/report/report.ts
diff --git a/service/schedule/schedule.ts b/src/lib/services/schedule/schedule.ts
similarity index 100%
rename from service/schedule/schedule.ts
rename to src/lib/services/schedule/schedule.ts
diff --git a/service/settings/settings.ts b/src/lib/services/settings/settings.ts
similarity index 100%
rename from service/settings/settings.ts
rename to src/lib/services/settings/settings.ts
diff --git a/service/survey/survey.ts b/src/lib/services/survey/survey.ts
similarity index 100%
rename from service/survey/survey.ts
rename to src/lib/services/survey/survey.ts
diff --git a/service/tableau/tableau-service.ts b/src/lib/services/tableau/tableau-service.ts
similarity index 100%
rename from service/tableau/tableau-service.ts
rename to src/lib/services/tableau/tableau-service.ts
diff --git a/service/task.ts b/src/lib/services/task.ts
similarity index 100%
rename from service/task.ts
rename to src/lib/services/task.ts
diff --git a/service/ticketing/ticketing.ts b/src/lib/services/ticketing/ticketing.ts
similarity index 100%
rename from service/ticketing/ticketing.ts
rename to src/lib/services/ticketing/ticketing.ts
diff --git a/lib/appex-chart-options.ts b/src/lib/utils/appex-chart-options.ts
similarity index 100%
rename from lib/appex-chart-options.ts
rename to src/lib/utils/appex-chart-options.ts
diff --git a/lib/auth.ts b/src/lib/utils/auth.ts
similarity index 100%
rename from lib/auth.ts
rename to src/lib/utils/auth.ts
diff --git a/lib/colors.ts b/src/lib/utils/colors.ts
similarity index 100%
rename from lib/colors.ts
rename to src/lib/utils/colors.ts
diff --git a/lib/data.ts b/src/lib/utils/data.ts
similarity index 100%
rename from lib/data.ts
rename to src/lib/utils/data.ts
diff --git a/lib/events.ts b/src/lib/utils/events.ts
similarity index 100%
rename from lib/events.ts
rename to src/lib/utils/events.ts
diff --git a/utils/globals.tsx b/src/lib/utils/globals.tsx
similarity index 100%
rename from utils/globals.tsx
rename to src/lib/utils/globals.tsx
diff --git a/lib/menus.ts b/src/lib/utils/menus.ts
similarity index 99%
rename from lib/menus.ts
rename to src/lib/utils/menus.ts
index 9f85a4ea..3a5799aa 100644
--- a/lib/menus.ts
+++ b/src/lib/utils/menus.ts
@@ -766,9 +766,9 @@ export function getMenuList(pathname: string, t: any): Group[] {
// children: [],
// },
// {
- // href: "/components/navigation-menu",
+ // href: "@/components/ui/structures/navigation-menu",
// label: t("navigationMenu"),
- // active: pathname === "/components/navigation-menu",
+ // active: pathname === "@/components/ui/structures/navigation-menu",
// icon: "",
// children: [],
// },
@@ -4299,9 +4299,9 @@ export function getHorizontalMenuList(pathname: string, t: any): Group[] {
children: [],
},
{
- href: "/components/navigation-menu",
+ href: "@/components/ui/structures/navigation-menu",
label: t("navigationMenu"),
- active: pathname === "/components/navigation-menu",
+ active: pathname === "@/components/ui/structures/navigation-menu",
icon: "",
children: [],
},
diff --git a/utils/pdf-generator.tsx b/src/lib/utils/pdf-generator.tsx
similarity index 100%
rename from utils/pdf-generator.tsx
rename to src/lib/utils/pdf-generator.tsx
diff --git a/lib/swal.ts b/src/lib/utils/swal.ts
similarity index 100%
rename from lib/swal.ts
rename to src/lib/utils/swal.ts
diff --git a/lib/type.ts b/src/lib/utils/type.ts
similarity index 100%
rename from lib/type.ts
rename to src/lib/utils/type.ts
diff --git a/lib/utils.ts b/src/lib/utils/utils.ts
similarity index 100%
rename from lib/utils.ts
rename to src/lib/utils/utils.ts
diff --git a/utils/video-player.tsx b/src/lib/utils/video-player.tsx
similarity index 100%
rename from utils/video-player.tsx
rename to src/lib/utils/video-player.tsx
diff --git a/src/messages/en.json b/src/messages/en.json
new file mode 100644
index 00000000..f80a85d8
--- /dev/null
+++ b/src/messages/en.json
@@ -0,0 +1,10 @@
+{
+ "Index": {
+ "title": "Welcome to Media Hub",
+ "description": "Integrated Media Platform for Indonesian National Police"
+ },
+ "Common": {
+ "search": "Search",
+ "menu": "Menu"
+ }
+}
\ No newline at end of file
diff --git a/src/messages/in.json b/src/messages/in.json
new file mode 100644
index 00000000..8f17152f
--- /dev/null
+++ b/src/messages/in.json
@@ -0,0 +1,10 @@
+{
+ "Index": {
+ "title": "Selamat Datang di Media Hub",
+ "description": "Platform Media Terpadu untuk Kepolisian Republik Indonesia"
+ },
+ "Common": {
+ "search": "Cari",
+ "menu": "Menu"
+ }
+}
\ No newline at end of file
diff --git a/pages/_app.mdx b/src/pages/_app.mdx
similarity index 100%
rename from pages/_app.mdx
rename to src/pages/_app.mdx
diff --git a/pages/_meta.json b/src/pages/_meta.json
similarity index 100%
rename from pages/_meta.json
rename to src/pages/_meta.json
diff --git a/pages/docs/_meta.json b/src/pages/docs/_meta.json
similarity index 100%
rename from pages/docs/_meta.json
rename to src/pages/docs/_meta.json
diff --git a/pages/docs/charts.mdx b/src/pages/docs/charts.mdx
similarity index 100%
rename from pages/docs/charts.mdx
rename to src/pages/docs/charts.mdx
diff --git a/pages/docs/deployment.mdx b/src/pages/docs/deployment.mdx
similarity index 100%
rename from pages/docs/deployment.mdx
rename to src/pages/docs/deployment.mdx
diff --git a/pages/docs/diagram.mdx b/src/pages/docs/diagram.mdx
similarity index 100%
rename from pages/docs/diagram.mdx
rename to src/pages/docs/diagram.mdx
diff --git a/pages/docs/folder-structure.mdx b/src/pages/docs/folder-structure.mdx
similarity index 100%
rename from pages/docs/folder-structure.mdx
rename to src/pages/docs/folder-structure.mdx
diff --git a/pages/docs/getting-support.mdx b/src/pages/docs/getting-support.mdx
similarity index 100%
rename from pages/docs/getting-support.mdx
rename to src/pages/docs/getting-support.mdx
diff --git a/pages/docs/hire-us.mdx b/src/pages/docs/hire-us.mdx
similarity index 100%
rename from pages/docs/hire-us.mdx
rename to src/pages/docs/hire-us.mdx
diff --git a/pages/docs/installation.mdx b/src/pages/docs/installation.mdx
similarity index 100%
rename from pages/docs/installation.mdx
rename to src/pages/docs/installation.mdx
diff --git a/pages/docs/introduction.mdx b/src/pages/docs/introduction.mdx
similarity index 100%
rename from pages/docs/introduction.mdx
rename to src/pages/docs/introduction.mdx
diff --git a/pages/docs/layout-color-customization.mdx b/src/pages/docs/layout-color-customization.mdx
similarity index 100%
rename from pages/docs/layout-color-customization.mdx
rename to src/pages/docs/layout-color-customization.mdx
diff --git a/pages/docs/layout-customization.mdx b/src/pages/docs/layout-customization.mdx
similarity index 100%
rename from pages/docs/layout-customization.mdx
rename to src/pages/docs/layout-customization.mdx
diff --git a/pages/docs/licenses.mdx b/src/pages/docs/licenses.mdx
similarity index 100%
rename from pages/docs/licenses.mdx
rename to src/pages/docs/licenses.mdx
diff --git a/pages/docs/maps.mdx b/src/pages/docs/maps.mdx
similarity index 100%
rename from pages/docs/maps.mdx
rename to src/pages/docs/maps.mdx
diff --git a/pages/docs/menu-customization.mdx b/src/pages/docs/menu-customization.mdx
similarity index 100%
rename from pages/docs/menu-customization.mdx
rename to src/pages/docs/menu-customization.mdx
diff --git a/pages/docs/new-page.mdx b/src/pages/docs/new-page.mdx
similarity index 100%
rename from pages/docs/new-page.mdx
rename to src/pages/docs/new-page.mdx
diff --git a/pages/docs/prerequisites.mdx b/src/pages/docs/prerequisites.mdx
similarity index 100%
rename from pages/docs/prerequisites.mdx
rename to src/pages/docs/prerequisites.mdx
diff --git a/pages/docs/quick-start.mdx b/src/pages/docs/quick-start.mdx
similarity index 100%
rename from pages/docs/quick-start.mdx
rename to src/pages/docs/quick-start.mdx
diff --git a/pages/docs/resources.mdx b/src/pages/docs/resources.mdx
similarity index 100%
rename from pages/docs/resources.mdx
rename to src/pages/docs/resources.mdx
diff --git a/pages/docs/source-and-credits.mdx b/src/pages/docs/source-and-credits.mdx
similarity index 100%
rename from pages/docs/source-and-credits.mdx
rename to src/pages/docs/source-and-credits.mdx
diff --git a/pages/docs/starter-kit.mdx b/src/pages/docs/starter-kit.mdx
similarity index 100%
rename from pages/docs/starter-kit.mdx
rename to src/pages/docs/starter-kit.mdx
diff --git a/pages/docs/thank-you.mdx b/src/pages/docs/thank-you.mdx
similarity index 100%
rename from pages/docs/thank-you.mdx
rename to src/pages/docs/thank-you.mdx
diff --git a/pages/docs/update-log.mdx b/src/pages/docs/update-log.mdx
similarity index 100%
rename from pages/docs/update-log.mdx
rename to src/pages/docs/update-log.mdx
diff --git a/providers/auth.provider.tsx b/src/providers/auth.provider.tsx
similarity index 100%
rename from providers/auth.provider.tsx
rename to src/providers/auth.provider.tsx
diff --git a/providers/content.provider.tsx b/src/providers/content.provider.tsx
similarity index 93%
rename from providers/content.provider.tsx
rename to src/providers/content.provider.tsx
index 33246981..26fed2c6 100644
--- a/providers/content.provider.tsx
+++ b/src/providers/content.provider.tsx
@@ -1,7 +1,7 @@
'use client'
-import { useConfig } from '@/hooks/use-config'
+import { useConfig } from '@/lib/hooks/use-config'
import React from 'react'
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const LayoutContentProvider = ({ children }: { children: React.ReactNode }) => {
const [config, setConfig] = useConfig();
diff --git a/providers/direction-provider.tsx b/src/providers/direction-provider.tsx
similarity index 91%
rename from providers/direction-provider.tsx
rename to src/providers/direction-provider.tsx
index a3fcfdfe..b9a701b3 100644
--- a/providers/direction-provider.tsx
+++ b/src/providers/direction-provider.tsx
@@ -1,7 +1,7 @@
'use client'
import React from 'react'
import { DirectionProvider as RadixDirProvider } from '@radix-ui/react-direction';
-import { useConfig } from '@/hooks/use-config';
+import { useConfig } from '@/lib/hooks/use-config';
const DirectionProvider = ({ direction, children }: { direction: any, children: React.ReactNode }) => {
const [, setConfig] = useConfig();
diff --git a/providers/layout.provider.tsx b/src/providers/layout.provider.tsx
similarity index 80%
rename from providers/layout.provider.tsx
rename to src/providers/layout.provider.tsx
index 4d9c38f8..d7bb96a8 100644
--- a/providers/layout.provider.tsx
+++ b/src/providers/layout.provider.tsx
@@ -1,7 +1,7 @@
'use client'
-import { useConfig } from '@/hooks/use-config'
+import { useConfig } from '@/lib/hooks/use-config'
import React from 'react'
-import { cn } from "@/lib/utils"
+import { cn } from "@/lib/utils/utils"
const LayoutProvider = ({ children }: { children: React.ReactNode }) => {
const [config, setConfig] = useConfig();
diff --git a/providers/loader-provider.tsx b/src/providers/loader-provider.tsx
similarity index 100%
rename from providers/loader-provider.tsx
rename to src/providers/loader-provider.tsx
diff --git a/providers/mounted.provider.tsx b/src/providers/mounted.provider.tsx
similarity index 72%
rename from providers/mounted.provider.tsx
rename to src/providers/mounted.provider.tsx
index 95aee641..cb08c1f0 100644
--- a/providers/mounted.provider.tsx
+++ b/src/providers/mounted.provider.tsx
@@ -1,7 +1,7 @@
"use client";
-import Loader from "@/components/loader";
+import Loader from "@/components/ui/structures/loader";
-import { useMounted } from "@/hooks/use-mounted";
+import { useMounted } from "@/lib/hooks/use-mounted";
import React from "react";
const MountedProvider = ({ children, isProtected }: { children: React.ReactNode, isProtected: Boolean }) => {
diff --git a/providers/theme-provider.tsx b/src/providers/theme-provider.tsx
similarity index 100%
rename from providers/theme-provider.tsx
rename to src/providers/theme-provider.tsx
diff --git a/src/styles/globals.css b/src/styles/globals.css
new file mode 100644
index 00000000..fe0e9d4a
--- /dev/null
+++ b/src/styles/globals.css
@@ -0,0 +1,80 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;
+
+@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
+
+@layer base {
+ :root {
+ --background: 0 0% 100%;
+ --foreground: 222.2 84% 4.9%;
+
+ --muted: 210 40% 96.1%;
+ --muted-foreground: 215.4 16.3% 46.9%;
+
+ --popover: 0 0% 100%;
+ --popover-foreground: 222.2 84% 4.9%;
+
+ --card: 0 0% 100%;
+ --card-foreground: 222.2 84% 4.9%;
+
+ --border: 214.3 31.8% 91.4%;
+ --input: 214.3 31.8% 91.4%;
+
+ --primary: 222.2 47.4% 11.2%;
+ --primary-foreground: 210 40% 98%;
+
+ --secondary: 210 40% 96.1%;
+ --secondary-foreground: 222.2 47.4% 11.2%;
+
+ --accent: 210 40% 96.1%;
+ --accent-foreground: 222.2 47.4% 11.2%;
+
+ --destructive: 0 84.2% 60.2%;
+ --destructive-foreground: 210 40% 98%;
+
+ --ring: 215 20.2% 65.1%;
+
+ --radius: 0.5rem;
+ }
+
+ .dark {
+ --background: 222.2 84% 4.9%;
+ --foreground: 210 40% 98%;
+
+ --muted: 217.2 32.6% 17.5%;
+ --muted-foreground: 215 20.2% 65.1%;
+
+ --popover: 222.2 84% 4.9%;
+ --popover-foreground: 210 40% 98%;
+
+ --card: 222.2 84% 4.9%;
+ --card-foreground: 210 40% 98%;
+
+ --border: 217.2 32.6% 17.5%;
+ --input: 217.2 32.6% 17.5%;
+
+ --primary: 210 40% 98%;
+ --primary-foreground: 222.2 47.4% 11.2%;
+
+ --secondary: 217.2 32.6% 17.5%;
+ --secondary-foreground: 210 40% 98%;
+
+ --accent: 217.2 32.6% 17.5%;
+ --accent-foreground: 210 40% 98%;
+
+ --destructive: 0 62.8% 30.6%;
+ --destructive-foreground: 0 85.7% 97.3%;
+
+ --ring: 217.2 32.6% 17.5%;
+ }
+}
+
+@layer base {
+ * {
+ @apply border-border;
+ }
+ body {
+ @apply bg-background text-foreground;
+ }
+}
diff --git a/vendor/ckeditor5/LICENSE.md b/src/vendor/ckeditor5/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/LICENSE.md
rename to src/vendor/ckeditor5/LICENSE.md
diff --git a/vendor/ckeditor5/README.md b/src/vendor/ckeditor5/README.md
similarity index 100%
rename from vendor/ckeditor5/README.md
rename to src/vendor/ckeditor5/README.md
diff --git a/vendor/ckeditor5/build/ckeditor.d.ts b/src/vendor/ckeditor5/build/ckeditor.d.ts
similarity index 100%
rename from vendor/ckeditor5/build/ckeditor.d.ts
rename to src/vendor/ckeditor5/build/ckeditor.d.ts
diff --git a/vendor/ckeditor5/build/ckeditor.js b/src/vendor/ckeditor5/build/ckeditor.js
similarity index 100%
rename from vendor/ckeditor5/build/ckeditor.js
rename to src/vendor/ckeditor5/build/ckeditor.js
diff --git a/vendor/ckeditor5/build/ckeditor.js.map b/src/vendor/ckeditor5/build/ckeditor.js.map
similarity index 100%
rename from vendor/ckeditor5/build/ckeditor.js.map
rename to src/vendor/ckeditor5/build/ckeditor.js.map
diff --git a/vendor/ckeditor5/build/translations/af.js b/src/vendor/ckeditor5/build/translations/af.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/af.js
rename to src/vendor/ckeditor5/build/translations/af.js
diff --git a/vendor/ckeditor5/build/translations/ar.js b/src/vendor/ckeditor5/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/ar.js
rename to src/vendor/ckeditor5/build/translations/ar.js
diff --git a/vendor/ckeditor5/build/translations/ast.js b/src/vendor/ckeditor5/build/translations/ast.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/ast.js
rename to src/vendor/ckeditor5/build/translations/ast.js
diff --git a/vendor/ckeditor5/build/translations/az.js b/src/vendor/ckeditor5/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/az.js
rename to src/vendor/ckeditor5/build/translations/az.js
diff --git a/vendor/ckeditor5/build/translations/bg.js b/src/vendor/ckeditor5/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/bg.js
rename to src/vendor/ckeditor5/build/translations/bg.js
diff --git a/vendor/ckeditor5/build/translations/bn.js b/src/vendor/ckeditor5/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/bn.js
rename to src/vendor/ckeditor5/build/translations/bn.js
diff --git a/vendor/ckeditor5/build/translations/bs.js b/src/vendor/ckeditor5/build/translations/bs.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/bs.js
rename to src/vendor/ckeditor5/build/translations/bs.js
diff --git a/vendor/ckeditor5/build/translations/ca.js b/src/vendor/ckeditor5/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/ca.js
rename to src/vendor/ckeditor5/build/translations/ca.js
diff --git a/vendor/ckeditor5/build/translations/cs.js b/src/vendor/ckeditor5/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/cs.js
rename to src/vendor/ckeditor5/build/translations/cs.js
diff --git a/vendor/ckeditor5/build/translations/da.js b/src/vendor/ckeditor5/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/da.js
rename to src/vendor/ckeditor5/build/translations/da.js
diff --git a/vendor/ckeditor5/build/translations/de-ch.js b/src/vendor/ckeditor5/build/translations/de-ch.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/de-ch.js
rename to src/vendor/ckeditor5/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/build/translations/de.js b/src/vendor/ckeditor5/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/de.js
rename to src/vendor/ckeditor5/build/translations/de.js
diff --git a/vendor/ckeditor5/build/translations/el.js b/src/vendor/ckeditor5/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/el.js
rename to src/vendor/ckeditor5/build/translations/el.js
diff --git a/vendor/ckeditor5/build/translations/en-au.js b/src/vendor/ckeditor5/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/en-au.js
rename to src/vendor/ckeditor5/build/translations/en-au.js
diff --git a/vendor/ckeditor5/build/translations/en-gb.js b/src/vendor/ckeditor5/build/translations/en-gb.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/en-gb.js
rename to src/vendor/ckeditor5/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/build/translations/eo.js b/src/vendor/ckeditor5/build/translations/eo.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/eo.js
rename to src/vendor/ckeditor5/build/translations/eo.js
diff --git a/vendor/ckeditor5/build/translations/es-co.js b/src/vendor/ckeditor5/build/translations/es-co.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/es-co.js
rename to src/vendor/ckeditor5/build/translations/es-co.js
diff --git a/vendor/ckeditor5/build/translations/es.js b/src/vendor/ckeditor5/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/es.js
rename to src/vendor/ckeditor5/build/translations/es.js
diff --git a/vendor/ckeditor5/build/translations/et.js b/src/vendor/ckeditor5/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/et.js
rename to src/vendor/ckeditor5/build/translations/et.js
diff --git a/vendor/ckeditor5/build/translations/eu.js b/src/vendor/ckeditor5/build/translations/eu.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/eu.js
rename to src/vendor/ckeditor5/build/translations/eu.js
diff --git a/vendor/ckeditor5/build/translations/fa.js b/src/vendor/ckeditor5/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/fa.js
rename to src/vendor/ckeditor5/build/translations/fa.js
diff --git a/vendor/ckeditor5/build/translations/fi.js b/src/vendor/ckeditor5/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/fi.js
rename to src/vendor/ckeditor5/build/translations/fi.js
diff --git a/vendor/ckeditor5/build/translations/fr.js b/src/vendor/ckeditor5/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/fr.js
rename to src/vendor/ckeditor5/build/translations/fr.js
diff --git a/vendor/ckeditor5/build/translations/gl.js b/src/vendor/ckeditor5/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/gl.js
rename to src/vendor/ckeditor5/build/translations/gl.js
diff --git a/vendor/ckeditor5/build/translations/gu.js b/src/vendor/ckeditor5/build/translations/gu.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/gu.js
rename to src/vendor/ckeditor5/build/translations/gu.js
diff --git a/vendor/ckeditor5/build/translations/he.js b/src/vendor/ckeditor5/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/he.js
rename to src/vendor/ckeditor5/build/translations/he.js
diff --git a/vendor/ckeditor5/build/translations/hi.js b/src/vendor/ckeditor5/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/hi.js
rename to src/vendor/ckeditor5/build/translations/hi.js
diff --git a/vendor/ckeditor5/build/translations/hr.js b/src/vendor/ckeditor5/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/hr.js
rename to src/vendor/ckeditor5/build/translations/hr.js
diff --git a/vendor/ckeditor5/build/translations/hu.js b/src/vendor/ckeditor5/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/hu.js
rename to src/vendor/ckeditor5/build/translations/hu.js
diff --git a/vendor/ckeditor5/build/translations/hy.js b/src/vendor/ckeditor5/build/translations/hy.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/hy.js
rename to src/vendor/ckeditor5/build/translations/hy.js
diff --git a/vendor/ckeditor5/build/translations/id.js b/src/vendor/ckeditor5/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/id.js
rename to src/vendor/ckeditor5/build/translations/id.js
diff --git a/vendor/ckeditor5/build/translations/it.js b/src/vendor/ckeditor5/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/it.js
rename to src/vendor/ckeditor5/build/translations/it.js
diff --git a/vendor/ckeditor5/build/translations/ja.js b/src/vendor/ckeditor5/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/ja.js
rename to src/vendor/ckeditor5/build/translations/ja.js
diff --git a/vendor/ckeditor5/build/translations/jv.js b/src/vendor/ckeditor5/build/translations/jv.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/jv.js
rename to src/vendor/ckeditor5/build/translations/jv.js
diff --git a/vendor/ckeditor5/build/translations/kk.js b/src/vendor/ckeditor5/build/translations/kk.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/kk.js
rename to src/vendor/ckeditor5/build/translations/kk.js
diff --git a/vendor/ckeditor5/build/translations/km.js b/src/vendor/ckeditor5/build/translations/km.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/km.js
rename to src/vendor/ckeditor5/build/translations/km.js
diff --git a/vendor/ckeditor5/build/translations/kn.js b/src/vendor/ckeditor5/build/translations/kn.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/kn.js
rename to src/vendor/ckeditor5/build/translations/kn.js
diff --git a/vendor/ckeditor5/build/translations/ko.js b/src/vendor/ckeditor5/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/ko.js
rename to src/vendor/ckeditor5/build/translations/ko.js
diff --git a/vendor/ckeditor5/build/translations/ku.js b/src/vendor/ckeditor5/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/ku.js
rename to src/vendor/ckeditor5/build/translations/ku.js
diff --git a/vendor/ckeditor5/build/translations/lt.js b/src/vendor/ckeditor5/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/lt.js
rename to src/vendor/ckeditor5/build/translations/lt.js
diff --git a/vendor/ckeditor5/build/translations/lv.js b/src/vendor/ckeditor5/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/lv.js
rename to src/vendor/ckeditor5/build/translations/lv.js
diff --git a/vendor/ckeditor5/build/translations/ms.js b/src/vendor/ckeditor5/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/ms.js
rename to src/vendor/ckeditor5/build/translations/ms.js
diff --git a/vendor/ckeditor5/build/translations/nb.js b/src/vendor/ckeditor5/build/translations/nb.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/nb.js
rename to src/vendor/ckeditor5/build/translations/nb.js
diff --git a/vendor/ckeditor5/build/translations/ne.js b/src/vendor/ckeditor5/build/translations/ne.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/ne.js
rename to src/vendor/ckeditor5/build/translations/ne.js
diff --git a/vendor/ckeditor5/build/translations/nl.js b/src/vendor/ckeditor5/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/nl.js
rename to src/vendor/ckeditor5/build/translations/nl.js
diff --git a/vendor/ckeditor5/build/translations/no.js b/src/vendor/ckeditor5/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/no.js
rename to src/vendor/ckeditor5/build/translations/no.js
diff --git a/vendor/ckeditor5/build/translations/oc.js b/src/vendor/ckeditor5/build/translations/oc.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/oc.js
rename to src/vendor/ckeditor5/build/translations/oc.js
diff --git a/vendor/ckeditor5/build/translations/pl.js b/src/vendor/ckeditor5/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/pl.js
rename to src/vendor/ckeditor5/build/translations/pl.js
diff --git a/vendor/ckeditor5/build/translations/pt-br.js b/src/vendor/ckeditor5/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/pt-br.js
rename to src/vendor/ckeditor5/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/build/translations/pt.js b/src/vendor/ckeditor5/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/pt.js
rename to src/vendor/ckeditor5/build/translations/pt.js
diff --git a/vendor/ckeditor5/build/translations/ro.js b/src/vendor/ckeditor5/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/ro.js
rename to src/vendor/ckeditor5/build/translations/ro.js
diff --git a/vendor/ckeditor5/build/translations/ru.js b/src/vendor/ckeditor5/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/ru.js
rename to src/vendor/ckeditor5/build/translations/ru.js
diff --git a/vendor/ckeditor5/build/translations/si.js b/src/vendor/ckeditor5/build/translations/si.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/si.js
rename to src/vendor/ckeditor5/build/translations/si.js
diff --git a/vendor/ckeditor5/build/translations/sk.js b/src/vendor/ckeditor5/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/sk.js
rename to src/vendor/ckeditor5/build/translations/sk.js
diff --git a/vendor/ckeditor5/build/translations/sl.js b/src/vendor/ckeditor5/build/translations/sl.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/sl.js
rename to src/vendor/ckeditor5/build/translations/sl.js
diff --git a/vendor/ckeditor5/build/translations/sq.js b/src/vendor/ckeditor5/build/translations/sq.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/sq.js
rename to src/vendor/ckeditor5/build/translations/sq.js
diff --git a/vendor/ckeditor5/build/translations/sr-latn.js b/src/vendor/ckeditor5/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/build/translations/sr.js b/src/vendor/ckeditor5/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/sr.js
rename to src/vendor/ckeditor5/build/translations/sr.js
diff --git a/vendor/ckeditor5/build/translations/sv.js b/src/vendor/ckeditor5/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/sv.js
rename to src/vendor/ckeditor5/build/translations/sv.js
diff --git a/vendor/ckeditor5/build/translations/th.js b/src/vendor/ckeditor5/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/th.js
rename to src/vendor/ckeditor5/build/translations/th.js
diff --git a/vendor/ckeditor5/build/translations/tk.js b/src/vendor/ckeditor5/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/tk.js
rename to src/vendor/ckeditor5/build/translations/tk.js
diff --git a/vendor/ckeditor5/build/translations/tr.js b/src/vendor/ckeditor5/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/tr.js
rename to src/vendor/ckeditor5/build/translations/tr.js
diff --git a/vendor/ckeditor5/build/translations/tt.js b/src/vendor/ckeditor5/build/translations/tt.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/tt.js
rename to src/vendor/ckeditor5/build/translations/tt.js
diff --git a/vendor/ckeditor5/build/translations/ug.js b/src/vendor/ckeditor5/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/ug.js
rename to src/vendor/ckeditor5/build/translations/ug.js
diff --git a/vendor/ckeditor5/build/translations/uk.js b/src/vendor/ckeditor5/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/uk.js
rename to src/vendor/ckeditor5/build/translations/uk.js
diff --git a/vendor/ckeditor5/build/translations/ur.js b/src/vendor/ckeditor5/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/ur.js
rename to src/vendor/ckeditor5/build/translations/ur.js
diff --git a/vendor/ckeditor5/build/translations/uz.js b/src/vendor/ckeditor5/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/uz.js
rename to src/vendor/ckeditor5/build/translations/uz.js
diff --git a/vendor/ckeditor5/build/translations/vi.js b/src/vendor/ckeditor5/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/vi.js
rename to src/vendor/ckeditor5/build/translations/vi.js
diff --git a/vendor/ckeditor5/build/translations/zh-cn.js b/src/vendor/ckeditor5/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/build/translations/zh.js b/src/vendor/ckeditor5/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/build/translations/zh.js
rename to src/vendor/ckeditor5/build/translations/zh.js
diff --git a/src/vendor/ckeditor5/node_modules/.bin/tsc b/src/vendor/ckeditor5/node_modules/.bin/tsc
new file mode 100644
index 00000000..c4864b9a
--- /dev/null
+++ b/src/vendor/ckeditor5/node_modules/.bin/tsc
@@ -0,0 +1,16 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+ *CYGWIN*|*MINGW*|*MSYS*)
+ if command -v cygpath > /dev/null 2>&1; then
+ basedir=`cygpath -w "$basedir"`
+ fi
+ ;;
+esac
+
+if [ -x "$basedir/node" ]; then
+ exec "$basedir/node" "$basedir/../typescript/bin/tsc" "$@"
+else
+ exec node "$basedir/../typescript/bin/tsc" "$@"
+fi
diff --git a/vendor/ckeditor5/node_modules/.bin/tsc.cmd b/src/vendor/ckeditor5/node_modules/.bin/tsc.cmd
similarity index 100%
rename from vendor/ckeditor5/node_modules/.bin/tsc.cmd
rename to src/vendor/ckeditor5/node_modules/.bin/tsc.cmd
diff --git a/vendor/ckeditor5/node_modules/.bin/tsc.ps1 b/src/vendor/ckeditor5/node_modules/.bin/tsc.ps1
similarity index 100%
rename from vendor/ckeditor5/node_modules/.bin/tsc.ps1
rename to src/vendor/ckeditor5/node_modules/.bin/tsc.ps1
diff --git a/src/vendor/ckeditor5/node_modules/.bin/tsserver b/src/vendor/ckeditor5/node_modules/.bin/tsserver
new file mode 100644
index 00000000..6c19ce3d
--- /dev/null
+++ b/src/vendor/ckeditor5/node_modules/.bin/tsserver
@@ -0,0 +1,16 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+ *CYGWIN*|*MINGW*|*MSYS*)
+ if command -v cygpath > /dev/null 2>&1; then
+ basedir=`cygpath -w "$basedir"`
+ fi
+ ;;
+esac
+
+if [ -x "$basedir/node" ]; then
+ exec "$basedir/node" "$basedir/../typescript/bin/tsserver" "$@"
+else
+ exec node "$basedir/../typescript/bin/tsserver" "$@"
+fi
diff --git a/vendor/ckeditor5/node_modules/.bin/tsserver.cmd b/src/vendor/ckeditor5/node_modules/.bin/tsserver.cmd
similarity index 100%
rename from vendor/ckeditor5/node_modules/.bin/tsserver.cmd
rename to src/vendor/ckeditor5/node_modules/.bin/tsserver.cmd
diff --git a/vendor/ckeditor5/node_modules/.bin/tsserver.ps1 b/src/vendor/ckeditor5/node_modules/.bin/tsserver.ps1
similarity index 100%
rename from vendor/ckeditor5/node_modules/.bin/tsserver.ps1
rename to src/vendor/ckeditor5/node_modules/.bin/tsserver.ps1
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/alignment.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/alignment.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/alignment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/alignment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/af.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/af.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/af.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/af.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/az.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/bs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/de-ch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/de-ch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/en-au.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/en-gb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/en-gb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/en-gb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/es-co.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/es-co.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/es-co.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/es-co.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fa.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/jv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/jv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/jv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/jv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/kk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/kk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/kk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/kk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/km.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/km.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/km.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/km.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ku.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/nb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/nb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/nb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/nb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ne.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ne.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ne.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ne.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sq.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sq.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sq.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sq.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sr-latn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/tk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ug.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/uz.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/af.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/af.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/af.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/af.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/bs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/jv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/jv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/jv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/jv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/kk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/kk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/kk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/kk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/command.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/command.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/command.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/context.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/context.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/context.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/index.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugin.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/typings.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/typings.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/src/typings.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/index.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enter.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/index.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/utils.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-enter/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/README.md b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/package.json b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/index.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/delete.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/delete.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/delete.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/index.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/input.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/input.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/input.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typing.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typing.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typing.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/index.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/model.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/model.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/model.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/template.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/template.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/template.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/view.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/view.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/view.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/index.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undo.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/collection.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/collection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/collection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/config.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/config.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/config.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/count.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/count.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/count.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/delay.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/delay.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/delay.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/diff.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/diff.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/diff.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/env.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/env.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/env.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/first.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/first.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/first.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/index.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/language.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/language.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/language.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/locale.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/locale.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/locale.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mix.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mix.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/mix.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/nth.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/nth.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/nth.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/retry.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/retry.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/retry.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/spy.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/spy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/spy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/uid.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/uid.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/uid.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/version.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/version.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/version.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/wait.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/wait.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-utils/src/wait.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/index.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/utils.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widget.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widget.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widget.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg
rename to src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css b/src/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/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/ckeditor5-dll.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/ckeditor5-dll.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/ckeditor5-dll.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/ckeditor5-dll.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json b/src/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/ckeditor5-alignment/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/af.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/af.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/af.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/af.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ast.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ast.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ast.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ast.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/az.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/bs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/de-ch.js b/src/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/ckeditor5-alignment/node_modules/ckeditor5/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/en-au.js b/src/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/ckeditor5-alignment/node_modules/ckeditor5/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/en-gb.js b/src/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/ckeditor5-alignment/node_modules/ckeditor5/build/translations/en-gb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/eo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/eo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/eo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/eo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/es-co.js b/src/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/ckeditor5-alignment/node_modules/ckeditor5/build/translations/es-co.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/es-co.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/eu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/eu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/eu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/eu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fa.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/gu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/gu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/gu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/gu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/hy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/jv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/jv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/jv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/jv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/km.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/km.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/km.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/km.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/kn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/kn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/kn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/kn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ku.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/nb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/nb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/nb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/nb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ne.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ne.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ne.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ne.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/oc.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/oc.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/oc.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/oc.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pt-br.js b/src/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/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/si.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/si.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/si.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/si.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sq.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sq.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sq.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sq.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sr-latn.js b/src/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/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/tt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ug.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/uz.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/zh-cn.js b/src/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/ckeditor5-alignment/node_modules/ckeditor5/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/clipboard.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/clipboard.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/clipboard.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/clipboard.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/clipboard.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/clipboard.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/clipboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/clipboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/core.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/core.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/core.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/core.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/core.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/core.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/core.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/core.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/engine.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/engine.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/engine.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/engine.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/engine.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/engine.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/engine.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/engine.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/enter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/enter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/enter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/enter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/enter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/enter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/enter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/enter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/paragraph.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/paragraph.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/paragraph.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/paragraph.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/paragraph.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/paragraph.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/paragraph.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/paragraph.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/select-all.d.ts b/src/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/ckeditor5-alignment/node_modules/ckeditor5/src/select-all.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/select-all.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/select-all.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/select-all.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/select-all.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/select-all.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/typing.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/typing.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/typing.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/typing.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/typing.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/typing.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/typing.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/typing.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/ui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/ui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/ui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/ui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/ui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/ui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/ui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/ui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/undo.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/undo.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/undo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/undo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/undo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/undo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/undo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/undo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/upload.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/upload.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/upload.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/upload.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/upload.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/upload.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/upload.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/upload.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/watchdog.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/watchdog.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/watchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/watchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/watchdog.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/watchdog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/watchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/watchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/widget.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/widget.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/widget.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/widget.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/widget.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/widget.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/widget.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/node_modules/ckeditor5/src/widget.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignment.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignment.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignment.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignment.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignment.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignment.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/alignmentui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-alignment/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/autoformat.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/autoformat.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/autoformat.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/autoformat.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/es-co.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/es-co.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/es-co.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/es-co.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/autoformat.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/autoformat.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/autoformat.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/autoformat.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/autoformat.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/autoformat.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/autoformat.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/autoformat.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/blockautoformatediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/blockautoformatediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/blockautoformatediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/blockautoformatediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/blockautoformatediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/blockautoformatediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/blockautoformatediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/blockautoformatediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/inlineautoformatediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/inlineautoformatediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/inlineautoformatediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/inlineautoformatediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/inlineautoformatediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/inlineautoformatediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/inlineautoformatediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-autoformat/src/inlineautoformatediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/basic-styles.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/basic-styles.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/basic-styles.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/basic-styles.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/af.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/af.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/af.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/af.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ast.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ast.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ast.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ast.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/az.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/bs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/de-ch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/de-ch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/en-au.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/en-gb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/en-gb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/en-gb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/eo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/eo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/eo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/eo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/es-co.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/es-co.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/es-co.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/es-co.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/eu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/eu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/eu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/eu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fa.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/gu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/gu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/gu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/gu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/hy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/jv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/jv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/jv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/jv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/km.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/km.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/km.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/km.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/kn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/kn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/kn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/kn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ku.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/nb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/nb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/nb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/nb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ne.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ne.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ne.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ne.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/oc.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/oc.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/oc.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/oc.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/si.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/si.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/si.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/si.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sq.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sq.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sq.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sq.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sr-latn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/tt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ug.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/uz.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/af.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/af.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/af.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/af.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ast.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ast.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/bs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/eo.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/eo.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/eu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/eu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/gu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/gu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/gu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/gu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hy.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hy.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hy.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/hy.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/jv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/jv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/jv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/jv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/kn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/kn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/oc.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/oc.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/oc.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/oc.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/si.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/si.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/si.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/si.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/attributecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/attributecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/attributecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/attributecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/attributecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/attributecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/attributecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/attributecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/bold/boldui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/code/codeui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/italic/italicui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/strikethrough/strikethroughui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/subscript/subscriptui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/superscript/superscriptui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/underline/underlineui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/code.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/code.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/code.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/code.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/code.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/code.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/code.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/code.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/italic.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/italic.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/italic.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/italic.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/strikethrough.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/strikethrough.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/strikethrough.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/strikethrough.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/subscript.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/subscript.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/subscript.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/subscript.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/superscript.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/superscript.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/superscript.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/superscript.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/underline.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/underline.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/underline.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-basic-styles/theme/icons/underline.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/block-quote.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/block-quote.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/block-quote.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/block-quote.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/af.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/af.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/af.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/af.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/az.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/bs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/de-ch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/de-ch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/en-au.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/en-gb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/en-gb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/en-gb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/es-co.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/es-co.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/es-co.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/es-co.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/eu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/eu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/eu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/eu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fa.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/gu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/gu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/gu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/gu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/km.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/km.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/km.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/km.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/kn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/kn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/kn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/kn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ku.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/nb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/nb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/nb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/nb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ne.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ne.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ne.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ne.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sq.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sq.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sq.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sq.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sr-latn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/tk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ug.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/uz.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/af.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/af.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/af.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/af.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/bs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/eu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/eu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/gu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/gu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/gu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/gu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/kn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/kn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquote.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquote.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquote.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquote.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquote.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquote.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquote.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquote.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquotecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquotecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquotecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquotecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquotecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquotecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquotecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquotecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/blockquoteui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/theme/blockquote.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/theme/blockquote.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/theme/blockquote.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-block-quote/theme/blockquote.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/build/cloud-services.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/build/cloud-services.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/build/cloud-services.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/build/cloud-services.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservices.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservices.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservices.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservices.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservices.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservices.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservices.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservices.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicesconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicesconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicesconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicesconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicesconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicesconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicesconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicesconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicescore.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicescore.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicescore.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicescore.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicescore.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicescore.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicescore.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/cloudservicescore.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/token/token.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/token/token.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/token/token.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/token/token.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/token/token.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/token/token.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/token/token.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/token/token.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/fileuploader.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/fileuploader.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/fileuploader.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/fileuploader.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/fileuploader.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/fileuploader.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/fileuploader.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/fileuploader.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-cloud-services/src/uploadgateway/uploadgateway.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/code-block.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/code-block.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/code-block.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/code-block.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/af.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/af.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/af.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/af.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/az.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/bs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/de-ch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/de-ch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/en-au.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/es-co.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/es-co.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/es-co.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/es-co.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fa.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/jv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/jv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/jv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/jv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ku.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sq.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sq.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sq.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sq.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sr-latn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/tk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ug.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/uz.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/af.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/af.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/af.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/af.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/bs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/jv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/jv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/jv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/jv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/README.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/package.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/LICENSE.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/README.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/package.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/command.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/command.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/command.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/context.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/context.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/context.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/index.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugin.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/typings.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/typings.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/src/typings.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/README.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/package.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/index.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/README.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/package.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enter.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/index.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/utils.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-enter/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/README.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/package.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/README.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/package.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/index.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/index.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/README.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/package.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/delete.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/delete.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/delete.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/index.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/input.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/input.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/input.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typing.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typing.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typing.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/README.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/package.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/index.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/model.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/model.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/model.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/template.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/template.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/template.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/view.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/view.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/view.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/README.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/package.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/index.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undo.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/README.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/package.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/collection.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/collection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/collection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/config.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/config.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/config.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/count.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/count.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/count.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/delay.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/delay.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/delay.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/diff.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/diff.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/diff.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/env.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/env.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/env.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/first.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/first.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/first.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/index.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/language.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/language.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/language.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/locale.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/locale.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/locale.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mix.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mix.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/mix.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/nth.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/nth.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/nth.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/retry.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/retry.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/retry.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/spy.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/spy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/spy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/uid.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/uid.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/uid.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/version.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/version.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/version.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/wait.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/wait.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-utils/src/wait.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/README.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/package.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/README.md b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/package.json b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/index.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/utils.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widget.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widget.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widget.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg
rename to src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css b/src/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/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/ckeditor5-dll.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/ckeditor5-dll.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/ckeditor5-dll.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/af.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/af.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/af.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ar.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ast.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ast.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ast.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/az.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bg.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bn.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bs.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/bs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ca.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/cs.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/da.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/de-ch.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/de.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/el.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/en-au.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/en-gb.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/en-gb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/eo.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/eo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/eo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/es-co.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/es-co.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/es-co.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/es.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/et.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/eu.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/eu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/eu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fa.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fi.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fr.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/gl.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/gu.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/gu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/gu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/he.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hi.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hr.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hu.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hy.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/hy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/id.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/it.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ja.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/jv.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/jv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/jv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/km.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/km.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/km.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/kn.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/kn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/kn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ko.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ku.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/lt.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/lv.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ms.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/nb.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/nb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/nb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ne.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ne.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ne.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/nl.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/no.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/oc.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/oc.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/oc.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pl.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pt-br.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pt.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ro.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ru.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/si.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/si.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/si.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sk.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sl.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sq.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sq.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sq.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sr-latn.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sr.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sv.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/th.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tk.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tr.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tt.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/tt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ug.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/uk.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ur.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/uz.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/vi.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/zh-cn.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/zh.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/clipboard.d.ts b/src/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/ckeditor5-code-block/node_modules/ckeditor5/src/clipboard.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/clipboard.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/clipboard.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/clipboard.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/clipboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/clipboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/core.d.ts b/src/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/ckeditor5-code-block/node_modules/ckeditor5/src/core.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/core.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/core.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/core.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/core.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/core.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/engine.d.ts b/src/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/ckeditor5-code-block/node_modules/ckeditor5/src/engine.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/engine.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/engine.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/engine.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/engine.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/engine.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/enter.d.ts b/src/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/ckeditor5-code-block/node_modules/ckeditor5/src/enter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/enter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/enter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/enter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/enter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/enter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/paragraph.d.ts b/src/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/ckeditor5-code-block/node_modules/ckeditor5/src/paragraph.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/paragraph.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/paragraph.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/paragraph.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/paragraph.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/paragraph.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/select-all.d.ts b/src/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/ckeditor5-code-block/node_modules/ckeditor5/src/select-all.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/select-all.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/select-all.js b/src/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/ckeditor5-code-block/node_modules/ckeditor5/src/select-all.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/select-all.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/typing.d.ts b/src/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/ckeditor5-code-block/node_modules/ckeditor5/src/typing.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/typing.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/typing.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/typing.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/typing.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/typing.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/ui.d.ts b/src/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/ckeditor5-code-block/node_modules/ckeditor5/src/ui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/ui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/ui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/ui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/ui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/ui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/undo.d.ts b/src/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/ckeditor5-code-block/node_modules/ckeditor5/src/undo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/undo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/undo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/undo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/undo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/undo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/upload.d.ts b/src/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/ckeditor5-code-block/node_modules/ckeditor5/src/upload.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/upload.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/upload.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/upload.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/upload.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/upload.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/utils.d.ts b/src/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/ckeditor5-code-block/node_modules/ckeditor5/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/watchdog.d.ts b/src/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/ckeditor5-code-block/node_modules/ckeditor5/src/watchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/watchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/watchdog.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/watchdog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/watchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/watchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/widget.d.ts b/src/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/ckeditor5-code-block/node_modules/ckeditor5/src/widget.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/widget.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/widget.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/widget.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/widget.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/node_modules/ckeditor5/src/widget.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblock.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblock.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblock.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblock.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblock.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblock.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblock.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblock.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/codeblockui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/converters.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/converters.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/converters.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/converters.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/converters.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/converters.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/converters.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/converters.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/indentcodeblockcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/indentcodeblockcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/indentcodeblockcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/indentcodeblockcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/indentcodeblockcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/indentcodeblockcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/indentcodeblockcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/indentcodeblockcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/outdentcodeblockcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/outdentcodeblockcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/outdentcodeblockcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/outdentcodeblockcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/outdentcodeblockcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/outdentcodeblockcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/outdentcodeblockcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/outdentcodeblockcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/theme/codeblock.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/theme/codeblock.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/theme/codeblock.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-code-block/theme/codeblock.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/command.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/command.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/command.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/command.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/context.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/context.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/context.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/context.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/plugin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/plugin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/plugin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/plugin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/typings.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/typings.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/typings.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/src/typings.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/build/editor-classic.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/build/editor-classic.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/build/editor-classic.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/build/editor-classic.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditorui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditorui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditorui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditorui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditorui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditorui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditorui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditorui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditoruiview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditoruiview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditoruiview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditoruiview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditoruiview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditoruiview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditoruiview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/classiceditoruiview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/theme/classiceditor.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/theme/classiceditor.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/theme/classiceditor.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-editor-classic/theme/classiceditor.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/enter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/enter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/enter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/enter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-enter/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/build/essentials.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/build/essentials.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/build/essentials.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/build/essentials.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/essentials.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/essentials.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/essentials.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/essentials.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/essentials.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/essentials.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/essentials.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/essentials.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-essentials/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/font.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/font.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/font.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/font.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/az.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/bs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/bs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/bs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/bs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/de-ch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/de-ch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/en-au.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/en-gb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/en-gb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/en-gb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/es-co.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/es-co.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/es-co.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/es-co.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/fa.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/jv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/jv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/jv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/jv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ku.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/nb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/nb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/nb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/nb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ne.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ne.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ne.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ne.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sq.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sq.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sq.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sq.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sr-latn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/tk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ug.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/uz.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/bs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/bs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/bs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/bs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/jv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/jv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/jv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/jv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/command.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/command.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/command.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/command.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/context.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/context.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/context.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/context.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/plugin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/plugin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/plugin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/plugin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/typings.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/typings.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/typings.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/src/typings.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/enter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/enter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/enter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/enter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-enter/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/delete.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/delete.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/delete.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/delete.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/input.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/input.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/input.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/input.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/typing.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/typing.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/typing.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/typing.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/model.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/model.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/model.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/model.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/template.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/template.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/template.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/template.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/view.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/view.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/view.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/view.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/collection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/collection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/collection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/collection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/config.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/config.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/config.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/config.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/count.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/count.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/count.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/count.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/delay.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/delay.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/delay.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/delay.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/diff.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/diff.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/diff.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/diff.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/env.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/env.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/env.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/env.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/first.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/first.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/first.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/first.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/language.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/language.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/language.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/language.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/locale.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/locale.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/locale.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/locale.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/mix.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/mix.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/mix.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/mix.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/nth.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/nth.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/nth.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/nth.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/retry.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/retry.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/retry.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/retry.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/spy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/spy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/spy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/spy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/uid.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/uid.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/uid.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/uid.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/version.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/version.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/version.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/version.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/wait.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/wait.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/wait.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-utils/src/wait.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widget.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widget.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widget.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widget.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/ckeditor5-dll.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/ckeditor5-dll.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/ckeditor5-dll.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/ckeditor5-dll.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/af.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/af.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/af.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/af.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ast.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ast.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ast.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ast.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/az.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/bs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/bs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/bs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/bs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/de-ch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/de-ch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/en-au.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/en-gb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/en-gb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/en-gb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/eo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/eo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/eo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/eo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/es-co.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/es-co.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/es-co.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/es-co.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/eu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/eu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/eu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/eu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/fa.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/gu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/gu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/gu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/gu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/hy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/hy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/hy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/hy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/jv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/jv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/jv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/jv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/km.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/km.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/km.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/km.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/kn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/kn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/kn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/kn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ku.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/nb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/nb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/nb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/nb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ne.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ne.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ne.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ne.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/oc.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/oc.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/oc.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/oc.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/si.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/si.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/si.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/si.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sq.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sq.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sq.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sq.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sr-latn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/tk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/tt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/tt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/tt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/tt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ug.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/uz.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/clipboard.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/clipboard.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/clipboard.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/clipboard.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/clipboard.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/clipboard.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/clipboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/clipboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/core.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/core.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/core.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/core.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/core.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/core.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/core.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/core.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/engine.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/engine.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/engine.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/engine.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/engine.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/engine.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/engine.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/engine.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/enter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/enter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/enter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/enter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/enter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/enter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/enter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/enter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/paragraph.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/paragraph.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/paragraph.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/paragraph.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/paragraph.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/paragraph.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/paragraph.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/paragraph.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/select-all.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/select-all.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/select-all.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/select-all.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/select-all.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/select-all.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/select-all.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/select-all.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/typing.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/typing.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/typing.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/typing.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/typing.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/typing.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/typing.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/typing.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/ui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/ui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/ui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/ui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/ui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/ui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/ui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/ui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/undo.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/undo.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/undo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/undo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/undo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/undo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/undo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/undo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/upload.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/upload.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/upload.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/upload.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/upload.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/upload.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/upload.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/upload.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/watchdog.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/watchdog.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/watchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/watchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/watchdog.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/watchdog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/watchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/watchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/widget.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/widget.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/widget.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/widget.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/widget.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/widget.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/widget.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/node_modules/ckeditor5/src/widget.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/font.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/font.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/font.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/font.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/font.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/font.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/font.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/font.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontbackgroundcolor/fontbackgroundcolorui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcolor/fontcolorui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilycommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilycommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilycommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilycommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilycommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilycommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilycommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilycommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilyediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilyediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilyediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilyediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilyediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilyediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilyediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilyediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilyui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilyui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilyui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilyui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilyui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilyui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilyui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/fontfamilyui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontfamily/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/fontsize/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/ui/colorui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/ui/colorui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/ui/colorui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/ui/colorui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/ui/colorui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/ui/colorui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/ui/colorui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/ui/colorui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/fontsize.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/fontsize.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/fontsize.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/fontsize.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/icons/font-background.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/icons/font-background.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/icons/font-background.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/icons/font-background.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/icons/font-color.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/icons/font-color.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/icons/font-color.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/icons/font-color.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/icons/font-family.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/icons/font-family.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/icons/font-family.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/icons/font-family.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/icons/font-size.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/icons/font-size.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/icons/font-size.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-font/theme/icons/font-size.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/heading.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/heading.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/heading.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/heading.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/az.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/bs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/bs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/bs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/bs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/de-ch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/de-ch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/en-au.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/en-gb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/en-gb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/en-gb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/eo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/eo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/eo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/eo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/eu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/eu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/eu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/eu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/fa.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/hy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/hy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/hy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/hy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/jv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/jv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/jv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/jv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/km.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/km.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/km.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/km.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/kn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/kn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/kn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/kn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ku.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/nb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/nb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/nb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/nb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ne.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ne.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ne.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ne.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sq.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sq.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sq.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sq.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sr-latn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/tk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ug.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/uz.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/bs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/bs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/bs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/bs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/eo.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/eo.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/eu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/eu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/hy.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/hy.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/hy.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/hy.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/jv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/jv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/jv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/jv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/kn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/kn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/heading.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/heading.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/heading.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/heading.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/heading.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/heading.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/heading.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/heading.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingbuttonsui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingbuttonsui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingbuttonsui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingbuttonsui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingbuttonsui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingbuttonsui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingbuttonsui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingbuttonsui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/headingui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/title.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/title.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/title.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/title.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/title.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/title.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/title.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/title.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/theme/heading.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/theme/heading.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/theme/heading.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-heading/theme/heading.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/image.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/image.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/image.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/image.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ast.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ast.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ast.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ast.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/az.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/bs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/bs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/bs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/bs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/de-ch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/de-ch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/en-au.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/en-gb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/en-gb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/en-gb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/eo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/eo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/eo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/eo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/es-co.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/es-co.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/es-co.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/es-co.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/eu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/eu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/eu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/eu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/fa.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/jv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/jv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/jv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/jv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/km.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/km.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/km.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/km.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/kn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/kn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/kn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/kn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ku.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/nb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/nb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/nb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/nb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ne.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ne.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ne.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ne.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/si.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/si.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/si.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/si.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sq.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sq.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sq.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sq.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sr-latn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/tk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/tt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/tt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/tt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/tt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ug.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/uz.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ast.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ast.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/bs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/bs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/bs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/bs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/eo.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/eo.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/eu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/eu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/jv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/jv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/jv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/jv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/kn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/kn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/si.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/si.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/si.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/si.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/tt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/tt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/autoimage.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/autoimage.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/autoimage.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/autoimage.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/autoimage.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/autoimage.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/autoimage.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/autoimage.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/converters.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/converters.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/converters.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/converters.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/converters.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/converters.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/converters.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/converters.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageblockediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageblockediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageblockediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageblockediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageblockediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageblockediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageblockediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageblockediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageinlineediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageinlineediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageinlineediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageinlineediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageinlineediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageinlineediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageinlineediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageinlineediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageloadobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageloadobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageloadobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageloadobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageloadobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageloadobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageloadobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageloadobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageplaceholder.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageplaceholder.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageplaceholder.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageplaceholder.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageplaceholder.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageplaceholder.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageplaceholder.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imageplaceholder.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imagetypecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imagetypecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imagetypecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imagetypecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imagetypecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imagetypecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imagetypecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/imagetypecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/insertimagecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/insertimagecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/insertimagecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/insertimagecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/insertimagecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/insertimagecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/insertimagecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/insertimagecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/replaceimagesourcecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/replaceimagesourcecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/replaceimagesourcecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/replaceimagesourcecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/replaceimagesourcecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/replaceimagesourcecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/replaceimagesourcecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/replaceimagesourcecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/ui/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/ui/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/ui/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/ui/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/ui/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/ui/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/ui/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/ui/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/image/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageblock.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageblock.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageblock.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageblock.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageblock.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageblock.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageblock.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageblock.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionutils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionutils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionutils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionutils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionutils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionutils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionutils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/imagecaptionutils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/toggleimagecaptioncommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/toggleimagecaptioncommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/toggleimagecaptioncommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/toggleimagecaptioncommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/toggleimagecaptioncommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/toggleimagecaptioncommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/toggleimagecaptioncommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagecaption/toggleimagecaptioncommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinline.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinline.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinline.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinline.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinline.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinline.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinline.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinline.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/imageinsertui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/imageinsertui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/imageinsertui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/imageinsertui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/imageinsertui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/imageinsertui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/imageinsertui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/imageinsertui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/imageinsertviaurlui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/imageinsertviaurlui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/imageinsertviaurlui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/imageinsertviaurlui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/imageinsertviaurlui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/imageinsertviaurlui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/imageinsertviaurlui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/imageinsertviaurlui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/ui/imageinsertformview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/ui/imageinsertformview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/ui/imageinsertformview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/ui/imageinsertformview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/ui/imageinsertformview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/ui/imageinsertformview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/ui/imageinsertformview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/ui/imageinsertformview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/ui/imageinserturlview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/ui/imageinserturlview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/ui/imageinserturlview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/ui/imageinserturlview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/ui/imageinserturlview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/ui/imageinserturlview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/ui/imageinserturlview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsert/ui/imageinserturlview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsertviaurl.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsertviaurl.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsertviaurl.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsertviaurl.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsertviaurl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsertviaurl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsertviaurl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageinsertviaurl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizebuttons.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizebuttons.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizebuttons.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizebuttons.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizebuttons.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizebuttons.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizebuttons.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizebuttons.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizeediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizeediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizeediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizeediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizeediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizeediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizeediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizeediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizehandles.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizehandles.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizehandles.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizehandles.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizehandles.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizehandles.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizehandles.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/imageresizehandles.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/resizeimagecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/resizeimagecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/resizeimagecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/resizeimagecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/resizeimagecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/resizeimagecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/resizeimagecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageresize/resizeimagecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagesizeattributes.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagesizeattributes.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagesizeattributes.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagesizeattributes.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagesizeattributes.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagesizeattributes.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagesizeattributes.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagesizeattributes.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/converters.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/converters.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/converters.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/converters.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/converters.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/converters.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/converters.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/converters.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestylecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestylecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestylecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestylecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestylecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestylecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestylecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestylecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestyleediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestyleediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestyleediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestyleediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestyleediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestyleediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestyleediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestyleediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestyleui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestyleui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestyleui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestyleui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestyleui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestyleui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestyleui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/imagestyleui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagestyle/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativeediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativeediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativeediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativeediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativeediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativeediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativeediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativeediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativeui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativeui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativeui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativeui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativeui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativeui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativeui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/imagetextalternativeui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/ui/textalternativeformview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/ui/textalternativeformview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/ui/textalternativeformview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/ui/textalternativeformview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/ui/textalternativeformview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/ui/textalternativeformview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/ui/textalternativeformview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetextalternative/ui/textalternativeformview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetoolbar.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetoolbar.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetoolbar.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetoolbar.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetoolbar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetoolbar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetoolbar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imagetoolbar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadprogress.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadprogress.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadprogress.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadprogress.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadprogress.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadprogress.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadprogress.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadprogress.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/imageuploadui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/uploadimagecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/uploadimagecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/uploadimagecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/uploadimagecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/uploadimagecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/uploadimagecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/uploadimagecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/uploadimagecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageupload/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageutils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageutils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageutils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageutils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageutils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageutils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageutils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/imageutils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/pictureediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/pictureediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/pictureediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/pictureediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/pictureediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/pictureediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/pictureediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/src/pictureediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/image.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/image.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/image.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/image.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imagecaption.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imagecaption.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imagecaption.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imagecaption.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageinsert.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageinsert.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageinsert.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageinsert.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageplaceholder.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageplaceholder.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageplaceholder.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageplaceholder.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageresize.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageresize.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageresize.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageresize.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imagestyle.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imagestyle.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imagestyle.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imagestyle.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageuploadicon.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageuploadicon.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageuploadicon.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageuploadicon.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageuploadloader.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageuploadloader.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageuploadloader.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageuploadloader.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageuploadprogress.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageuploadprogress.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageuploadprogress.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/imageuploadprogress.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/textalternativeform.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/textalternativeform.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/textalternativeform.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-image/theme/textalternativeform.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/indent.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/indent.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/indent.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/indent.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/az.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/de-ch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/de-ch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/en-au.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/en-gb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/en-gb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/en-gb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fa.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ku.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ne.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ne.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ne.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ne.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sr-latn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/tk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ug.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/uz.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indent.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indent.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indent.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indent.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indent.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indent.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indent.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indent.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblock.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblock.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblock.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblock.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblock.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblock.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblock.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblock.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblockcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblockcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblockcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblockcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblockcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblockcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblockcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentblockcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentbehavior.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingclasses.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentcommandbehavior/indentusingoffset.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/indentui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-indent/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/link.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/link.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/link.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/link.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ast.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ast.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ast.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ast.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/az.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/de-ch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/de-ch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/en-au.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/en-gb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/en-gb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/en-gb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/eo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/eo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/eo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/eo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/eu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/eu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/eu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/eu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/fa.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/hy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/hy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/hy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/hy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/km.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/km.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/km.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/km.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/kn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/kn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/kn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/kn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ku.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/nb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/nb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/nb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/nb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ne.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ne.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ne.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ne.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sq.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sq.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sq.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sq.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sr-latn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/tk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/tt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/tt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/tt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/tt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ug.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/uz.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ast.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ast.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/eo.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/eo.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/eu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/eu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/hy.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/hy.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/hy.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/hy.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/kn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/kn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/tt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/tt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/autolink.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/autolink.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/autolink.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/autolink.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/autolink.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/autolink.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/autolink.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/autolink.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/link.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/link.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/link.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/link.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/link.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/link.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/link.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/link.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimage.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimage.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimage.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimage.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimage.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimage.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimage.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimage.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimageediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimageediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimageediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimageediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimageediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimageediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimageediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimageediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimageui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimageui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimageui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimageui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimageui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimageui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimageui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkimageui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/linkui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/ui/linkactionsview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/ui/linkactionsview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/ui/linkactionsview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/ui/linkactionsview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/ui/linkactionsview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/ui/linkactionsview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/ui/linkactionsview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/ui/linkactionsview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/ui/linkformview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/ui/linkformview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/ui/linkformview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/ui/linkformview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/ui/linkformview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/ui/linkformview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/ui/linkformview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/ui/linkformview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/unlinkcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/unlinkcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/unlinkcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/unlinkcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/unlinkcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/unlinkcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/unlinkcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/unlinkcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils/automaticdecorators.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils/automaticdecorators.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils/automaticdecorators.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils/automaticdecorators.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils/automaticdecorators.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils/automaticdecorators.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils/automaticdecorators.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils/automaticdecorators.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils/manualdecorator.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils/manualdecorator.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils/manualdecorator.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils/manualdecorator.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils/manualdecorator.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils/manualdecorator.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils/manualdecorator.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/src/utils/manualdecorator.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/icons/link.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/icons/link.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/icons/link.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/icons/link.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/icons/unlink.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/icons/unlink.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/icons/unlink.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/icons/unlink.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/link.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/link.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/link.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/link.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/linkactions.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/linkactions.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/linkactions.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/linkactions.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/linkform.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/linkform.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/linkform.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/linkform.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/linkimage.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/linkimage.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/linkimage.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-link/theme/linkimage.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/list.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/list.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/list.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/list.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ast.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ast.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ast.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ast.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/az.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/de-ch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/de-ch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/en-au.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/en-gb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/en-gb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/en-gb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/eo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/eo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/eo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/eo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/eu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/eu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/eu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/eu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/fa.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/jv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/jv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/jv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/jv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/km.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/km.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/km.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/km.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/kn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/kn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/kn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/kn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ku.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/nb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/nb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/nb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/nb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ne.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ne.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ne.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ne.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/si.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/si.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/si.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/si.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sq.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sq.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sq.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sq.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sr-latn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/tk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/tt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/tt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/tt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/tt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ug.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/uz.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ast.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ast.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/eo.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/eo.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/eu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/eu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/jv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/jv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/jv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/jv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/kn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/kn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/si.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/si.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/si.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/si.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/tt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/tt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/documentlist.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/documentlist.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/documentlist.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/documentlist.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/documentlist.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/documentlist.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/documentlist.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/documentlist.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/documentlistproperties.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/documentlistproperties.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/documentlistproperties.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/documentlistproperties.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/documentlistproperties.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/documentlistproperties.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/documentlistproperties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/documentlistproperties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyconverters.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyconverters.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyconverters.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyconverters.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyconverters.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyconverters.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyconverters.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyconverters.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyindentcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyindentcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyindentcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyindentcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyindentcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyindentcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyindentcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyindentcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistutils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistutils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistutils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistutils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistutils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistutils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistutils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacylistutils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyutils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyutils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyutils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyutils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyutils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyutils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyutils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylist/legacyutils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacylistpropertiesediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacylistpropertiesediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacylistpropertiesediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacylistpropertiesediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacylistpropertiesediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacylistpropertiesediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacylistpropertiesediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacylistpropertiesediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacylistreversedcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacylistreversedcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacylistreversedcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacylistreversedcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacylistreversedcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacylistreversedcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacylistreversedcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacylistreversedcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacyliststartcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacyliststartcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacyliststartcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacyliststartcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacyliststartcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacyliststartcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacyliststartcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacyliststartcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacyliststylecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacyliststylecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacyliststylecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacyliststylecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacyliststylecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacyliststylecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacyliststylecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacylistproperties/legacyliststylecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacychecktodolistcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacychecktodolistcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacychecktodolistcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacychecktodolistcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacychecktodolistcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacychecktodolistcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacychecktodolistcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacychecktodolistcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistconverters.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistconverters.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistconverters.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistconverters.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistconverters.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistconverters.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistconverters.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistconverters.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/legacytodolist/legacytodolistediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/adjacentlistssupport.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/adjacentlistssupport.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/adjacentlistssupport.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/adjacentlistssupport.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/adjacentlistssupport.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/adjacentlistssupport.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/adjacentlistssupport.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/adjacentlistssupport.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/converters.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/converters.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/converters.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/converters.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/converters.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/converters.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/converters.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/converters.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listindentcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listindentcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listindentcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listindentcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listindentcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listindentcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listindentcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listindentcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listmergecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listmergecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listmergecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listmergecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listmergecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listmergecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listmergecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listmergecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listsplitcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listsplitcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listsplitcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listsplitcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listsplitcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listsplitcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listsplitcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listsplitcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listutils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listutils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listutils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listutils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listutils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listutils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listutils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/listutils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/listwalker.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/listwalker.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/listwalker.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/listwalker.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/listwalker.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/listwalker.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/listwalker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/listwalker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/model.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/model.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/model.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/model.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/model.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/model.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/model.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/model.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/postfixers.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/postfixers.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/postfixers.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/postfixers.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/postfixers.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/postfixers.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/postfixers.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/postfixers.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/view.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/view.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/view.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/view.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/view.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/view.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/view.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/list/utils/view.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/converters.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/converters.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/converters.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/converters.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/converters.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/converters.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/converters.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/converters.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesutils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesutils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesutils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesutils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesutils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesutils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesutils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listpropertiesutils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listreversedcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listreversedcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listreversedcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listreversedcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listreversedcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listreversedcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listreversedcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/listreversedcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/liststartcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/liststartcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/liststartcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/liststartcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/liststartcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/liststartcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/liststartcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/liststartcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/liststylecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/liststylecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/liststylecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/liststylecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/liststylecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/liststylecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/liststylecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/liststylecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/ui/listpropertiesview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/ui/listpropertiesview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/ui/listpropertiesview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/ui/listpropertiesview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/ui/listpropertiesview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/ui/listpropertiesview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/ui/listpropertiesview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/ui/listpropertiesview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/utils/style.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/utils/style.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/utils/style.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/utils/style.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/utils/style.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/utils/style.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/utils/style.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/listproperties/utils/style.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/tododocumentlist.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/tododocumentlist.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/tododocumentlist.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/tododocumentlist.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/tododocumentlist.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/tododocumentlist.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/tododocumentlist.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/tododocumentlist.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/checktodolistcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/checktodolistcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/checktodolistcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/checktodolistcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/checktodolistcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/checktodolistcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/checktodolistcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/checktodolistcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todocheckboxchangeobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todocheckboxchangeobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todocheckboxchangeobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todocheckboxchangeobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todocheckboxchangeobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todocheckboxchangeobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todocheckboxchangeobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todocheckboxchangeobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todolistediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todolistediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todolistediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todolistediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todolistediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todolistediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todolistediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todolistediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todolistui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todolistui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todolistui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todolistui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todolistui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todolistui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todolistui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/src/todolist/todolistui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/documentlist.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/documentlist.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/documentlist.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/documentlist.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststylecircle.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststylecircle.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststylecircle.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststylecircle.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyledecimal.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyledecimal.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyledecimal.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyledecimal.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyledecimalleadingzero.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyledecimalleadingzero.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyledecimalleadingzero.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyledecimalleadingzero.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyledisc.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyledisc.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyledisc.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyledisc.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststylelowerlatin.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststylelowerlatin.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststylelowerlatin.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststylelowerlatin.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststylelowerroman.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststylelowerroman.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststylelowerroman.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststylelowerroman.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststylesquare.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststylesquare.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststylesquare.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststylesquare.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyleupperlatin.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyleupperlatin.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyleupperlatin.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyleupperlatin.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyleupperroman.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyleupperroman.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyleupperroman.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/icons/liststyleupperroman.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/list.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/list.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/list.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/list.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/listproperties.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/listproperties.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/listproperties.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/listproperties.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/liststyles.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/liststyles.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/liststyles.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/liststyles.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/todolist.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/todolist.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/todolist.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-list/theme/todolist.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/media-embed.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/media-embed.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/media-embed.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/media-embed.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/az.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/de-ch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/de-ch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/en-au.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/en-gb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/en-gb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/en-gb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/fa.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ku.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ne.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ne.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ne.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ne.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sq.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sq.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sq.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sq.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sr-latn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/tk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/uz.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/automediaembed.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/automediaembed.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/automediaembed.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/automediaembed.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/automediaembed.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/automediaembed.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/automediaembed.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/automediaembed.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/converters.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/converters.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/converters.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/converters.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/converters.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/converters.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/converters.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/converters.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembed.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembed.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembed.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembed.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembed.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembed.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembed.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembed.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedtoolbar.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedtoolbar.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedtoolbar.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedtoolbar.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedtoolbar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedtoolbar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedtoolbar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedtoolbar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaembedui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaregistry.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaregistry.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaregistry.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaregistry.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaregistry.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaregistry.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaregistry.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/mediaregistry.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/ui/mediaformview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/ui/mediaformview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/ui/mediaformview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/ui/mediaformview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/ui/mediaformview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/ui/mediaformview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/ui/mediaformview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/ui/mediaformview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/icons/media-placeholder.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/icons/media-placeholder.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/icons/media-placeholder.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/icons/media-placeholder.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/icons/media.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/icons/media.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/icons/media.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/icons/media.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/icons/media/twitter.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/icons/media/twitter.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/icons/media/twitter.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/icons/media/twitter.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/mediaembed.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/mediaembed.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/mediaembed.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/mediaembed.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/mediaembedediting.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/mediaembedediting.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/mediaembedediting.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/mediaembedediting.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/mediaform.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/mediaform.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/mediaform.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-media-embed/theme/mediaform.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/build/paste-from-office.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/build/paste-from-office.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/build/paste-from-office.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/build/paste-from-office.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/br.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/br.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/br.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/br.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/image.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/image.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/image.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/image.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/image.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/image.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/image.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/image.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/list.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/list.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/list.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/list.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/list.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/list.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/list.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/list.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/parse.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/parse.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/parse.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/parse.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/parse.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/parse.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/parse.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/parse.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeboldwrapper.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeboldwrapper.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeboldwrapper.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeboldwrapper.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeboldwrapper.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeboldwrapper.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeboldwrapper.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeboldwrapper.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removegooglesheetstag.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removegooglesheetstag.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removegooglesheetstag.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removegooglesheetstag.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removegooglesheetstag.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removegooglesheetstag.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removegooglesheetstag.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removegooglesheetstag.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeinvalidtablewidth.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeinvalidtablewidth.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeinvalidtablewidth.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeinvalidtablewidth.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeinvalidtablewidth.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeinvalidtablewidth.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeinvalidtablewidth.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removeinvalidtablewidth.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removemsattributes.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removemsattributes.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removemsattributes.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removemsattributes.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removemsattributes.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removemsattributes.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removemsattributes.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removemsattributes.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removestyleblock.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removestyleblock.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removestyleblock.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removestyleblock.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removestyleblock.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removestyleblock.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removestyleblock.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removestyleblock.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removexmlns.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removexmlns.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removexmlns.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removexmlns.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removexmlns.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removexmlns.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removexmlns.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/removexmlns.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/space.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/space.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/space.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/space.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/space.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/space.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/space.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/space.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/filters/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googledocsnormalizer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googlesheetsnormalizer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googlesheetsnormalizer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googlesheetsnormalizer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googlesheetsnormalizer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googlesheetsnormalizer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googlesheetsnormalizer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googlesheetsnormalizer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/googlesheetsnormalizer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/mswordnormalizer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/mswordnormalizer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/mswordnormalizer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/mswordnormalizer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/mswordnormalizer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/mswordnormalizer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/mswordnormalizer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/normalizers/mswordnormalizer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/source-editing.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/source-editing.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/source-editing.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/source-editing.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/en-au.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sr-latn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ug.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardmarkersutils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/clipboardpipeline.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdrop.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdropblocktoolbar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/dragdroptarget.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/lineview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/normalizeclipboarddata.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/plaintexttohtml.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/src/utils/viewtoplaintext.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-clipboard/theme/clipboard.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/command.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/command.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/command.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/command.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/context.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/context.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/context.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/context.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/plugin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/plugin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/plugin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/plugin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/typings.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/typings.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/typings.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/src/typings.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/enter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/enter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/enter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/enter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/enter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/entercommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/enterobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/shiftenter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/shiftentercommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-enter/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/insertparagraphcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraph.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphbuttonui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-paragraph/src/paragraphcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectall.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/src/selectallui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-select-all/theme/icons/select-all.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/delete.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/delete.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/delete.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/delete.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/input.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/input.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/input.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/input.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/typing.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/typing.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/typing.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/typing.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/model.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/model.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/model.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/model.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/template.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/template.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/template.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/template.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/view.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/view.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/view.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/view.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/collection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/collection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/collection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/collection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/config.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/config.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/config.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/config.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/count.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/count.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/count.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/count.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/delay.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/delay.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/delay.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/delay.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/diff.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/diff.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/diff.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/diff.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/env.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/env.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/env.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/env.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/first.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/first.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/first.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/first.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/language.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/language.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/language.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/language.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/locale.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/locale.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/locale.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/locale.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/mix.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/mix.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/mix.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/mix.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/nth.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/nth.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/nth.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/nth.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/retry.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/retry.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/retry.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/retry.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/spy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/spy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/spy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/spy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/uid.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/uid.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/uid.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/uid.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/version.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/version.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/version.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/version.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/wait.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/wait.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/wait.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-utils/src/wait.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widget.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widget.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widget.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widget.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/ckeditor5-dll.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/ckeditor5-dll.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/ckeditor5-dll.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/ckeditor5-dll.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/af.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/af.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/af.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/af.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ast.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ast.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ast.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ast.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/az.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/bs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/bs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/bs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/bs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/de-ch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/de-ch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/en-au.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/en-gb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/en-gb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/en-gb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/eo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/eo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/eo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/eo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/es-co.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/es-co.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/es-co.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/es-co.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/eu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/eu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/eu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/eu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/fa.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/gu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/gu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/gu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/gu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/hy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/hy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/hy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/hy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/jv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/jv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/jv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/jv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/km.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/km.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/km.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/km.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/kn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/kn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/kn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/kn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ku.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/nb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/nb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/nb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/nb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ne.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ne.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ne.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ne.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/oc.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/oc.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/oc.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/oc.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/si.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/si.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/si.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/si.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sq.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sq.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sq.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sq.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sr-latn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/tk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/tt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/tt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/tt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/tt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ug.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/uz.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/clipboard.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/clipboard.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/clipboard.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/clipboard.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/clipboard.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/clipboard.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/clipboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/clipboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/core.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/core.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/core.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/core.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/core.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/core.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/core.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/core.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/engine.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/engine.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/engine.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/engine.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/engine.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/engine.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/engine.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/engine.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/enter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/enter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/enter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/enter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/enter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/enter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/enter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/enter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/paragraph.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/paragraph.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/paragraph.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/paragraph.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/paragraph.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/paragraph.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/paragraph.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/paragraph.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/select-all.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/select-all.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/select-all.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/select-all.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/select-all.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/select-all.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/select-all.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/select-all.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/typing.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/typing.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/typing.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/typing.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/typing.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/typing.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/typing.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/typing.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/ui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/ui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/ui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/ui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/ui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/ui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/ui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/ui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/undo.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/undo.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/undo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/undo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/undo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/undo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/undo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/undo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/upload.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/upload.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/upload.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/upload.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/upload.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/upload.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/upload.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/upload.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/watchdog.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/watchdog.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/watchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/watchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/watchdog.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/watchdog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/watchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/watchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/widget.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/widget.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/widget.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/widget.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/widget.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/widget.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/widget.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/node_modules/ckeditor5/src/widget.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceeditingconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceeditingconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceeditingconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceeditingconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceeditingconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceeditingconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceeditingconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/sourceeditingconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/utils/formathtml.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/utils/formathtml.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/utils/formathtml.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/utils/formathtml.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/utils/formathtml.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/utils/formathtml.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/utils/formathtml.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/src/utils/formathtml.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/theme/icons/source-editing.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/theme/icons/source-editing.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/theme/icons/source-editing.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/theme/icons/source-editing.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/theme/sourceediting.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/theme/sourceediting.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/theme/sourceediting.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-source-editing/theme/sourceediting.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/table.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/table.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/table.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/table.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/az.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/da.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/de-ch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/de-ch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/de.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/el.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/en-au.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/en-gb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/en-gb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/en-gb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/es.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/et.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/fa.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/he.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/hy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/hy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/hy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/hy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/id.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/it.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ku.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/nb.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/nb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/nb.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/nb.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ne.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ne.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ne.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ne.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/no.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sl.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sl.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sl.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sq.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sq.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sq.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sq.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sr-latn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/th.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/tk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/tt.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/tt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/tt.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/tt.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ug.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/uz.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/hy.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/hy.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/hy.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/hy.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/tt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/tt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/insertcolumncommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/insertcolumncommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/insertcolumncommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/insertcolumncommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/insertcolumncommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/insertcolumncommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/insertcolumncommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/insertcolumncommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/insertrowcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/insertrowcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/insertrowcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/insertrowcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/insertrowcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/insertrowcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/insertrowcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/insertrowcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/inserttablecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/inserttablecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/inserttablecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/inserttablecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/inserttablecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/inserttablecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/inserttablecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/inserttablecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/mergecellcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/mergecellcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/mergecellcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/mergecellcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/mergecellcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/mergecellcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/mergecellcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/mergecellcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/mergecellscommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/mergecellscommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/mergecellscommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/mergecellscommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/mergecellscommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/mergecellscommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/mergecellscommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/mergecellscommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/removecolumncommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/removecolumncommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/removecolumncommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/removecolumncommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/removecolumncommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/removecolumncommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/removecolumncommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/removecolumncommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/removerowcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/removerowcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/removerowcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/removerowcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/removerowcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/removerowcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/removerowcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/removerowcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/selectcolumncommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/selectcolumncommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/selectcolumncommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/selectcolumncommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/selectcolumncommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/selectcolumncommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/selectcolumncommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/selectcolumncommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/selectrowcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/selectrowcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/selectrowcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/selectrowcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/selectrowcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/selectrowcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/selectrowcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/selectrowcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/setheadercolumncommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/setheadercolumncommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/setheadercolumncommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/setheadercolumncommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/setheadercolumncommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/setheadercolumncommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/setheadercolumncommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/setheadercolumncommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/setheaderrowcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/setheaderrowcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/setheaderrowcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/setheaderrowcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/setheaderrowcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/setheaderrowcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/setheaderrowcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/setheaderrowcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/splitcellcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/splitcellcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/splitcellcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/splitcellcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/splitcellcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/splitcellcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/splitcellcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/commands/splitcellcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/downcast.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/downcast.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/downcast.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/downcast.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/downcast.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/downcast.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/downcast.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/downcast.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-caption-post-fixer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-caption-post-fixer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-caption-post-fixer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-caption-post-fixer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-caption-post-fixer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-caption-post-fixer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-caption-post-fixer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-caption-post-fixer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-cell-paragraph-post-fixer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-cell-paragraph-post-fixer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-cell-paragraph-post-fixer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-cell-paragraph-post-fixer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-cell-paragraph-post-fixer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-cell-paragraph-post-fixer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-cell-paragraph-post-fixer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-cell-paragraph-post-fixer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-cell-refresh-handler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-cell-refresh-handler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-cell-refresh-handler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-cell-refresh-handler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-cell-refresh-handler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-cell-refresh-handler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-cell-refresh-handler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-cell-refresh-handler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-headings-refresh-handler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-headings-refresh-handler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-headings-refresh-handler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-headings-refresh-handler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-headings-refresh-handler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-headings-refresh-handler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-headings-refresh-handler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-headings-refresh-handler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-layout-post-fixer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-layout-post-fixer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-layout-post-fixer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-layout-post-fixer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-layout-post-fixer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-layout-post-fixer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-layout-post-fixer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/table-layout-post-fixer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/tableproperties.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/tableproperties.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/tableproperties.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/tableproperties.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/tableproperties.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/tableproperties.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/tableproperties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/tableproperties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/upcasttable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/upcasttable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/upcasttable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/upcasttable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/upcasttable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/upcasttable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/upcasttable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/converters/upcasttable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/plaintableoutput.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/plaintableoutput.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/plaintableoutput.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/plaintableoutput.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/plaintableoutput.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/plaintableoutput.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/plaintableoutput.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/plaintableoutput.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/table.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/table.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/table.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/table.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/table.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/table.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/table.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/table.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/tablecaptionediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/tablecaptionediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/tablecaptionediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/tablecaptionediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/tablecaptionediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/tablecaptionediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/tablecaptionediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/tablecaptionediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/tablecaptionui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/tablecaptionui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/tablecaptionui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/tablecaptionui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/tablecaptionui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/tablecaptionui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/tablecaptionui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/tablecaptionui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/toggletablecaptioncommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/toggletablecaptioncommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/toggletablecaptioncommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/toggletablecaptioncommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/toggletablecaptioncommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/toggletablecaptioncommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/toggletablecaptioncommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/toggletablecaptioncommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecaption/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellbordercolorcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellbordercolorcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellbordercolorcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellbordercolorcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellbordercolorcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellbordercolorcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellbordercolorcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellbordercolorcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellborderstylecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellborderstylecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellborderstylecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellborderstylecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellborderstylecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellborderstylecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellborderstylecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellborderstylecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellborderwidthcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellborderwidthcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellborderwidthcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellborderwidthcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellborderwidthcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellborderwidthcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellborderwidthcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellborderwidthcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellheightcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellheightcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellheightcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellheightcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellheightcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellheightcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellheightcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellheightcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellpaddingcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellpaddingcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellpaddingcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellpaddingcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellpaddingcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellpaddingcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellpaddingcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellpaddingcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellpropertycommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellpropertycommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellpropertycommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellpropertycommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellpropertycommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellpropertycommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellpropertycommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellpropertycommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellverticalalignmentcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellverticalalignmentcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellverticalalignmentcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellverticalalignmentcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellverticalalignmentcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellverticalalignmentcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellverticalalignmentcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/commands/tablecellverticalalignmentcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/tablecellpropertiesediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/tablecellpropertiesediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/tablecellpropertiesediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/tablecellpropertiesediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/tablecellpropertiesediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/tablecellpropertiesediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/tablecellpropertiesediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/tablecellpropertiesediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/tablecellpropertiesui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/tablecellpropertiesui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/tablecellpropertiesui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/tablecellpropertiesui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/tablecellpropertiesui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/tablecellpropertiesui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/tablecellpropertiesui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/tablecellpropertiesui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellproperties/ui/tablecellpropertiesview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellwidth/commands/tablecellwidthcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellwidth/commands/tablecellwidthcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellwidth/commands/tablecellwidthcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellwidth/commands/tablecellwidthcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellwidth/commands/tablecellwidthcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellwidth/commands/tablecellwidthcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellwidth/commands/tablecellwidthcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellwidth/commands/tablecellwidthcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellwidth/tablecellwidthediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellwidth/tablecellwidthediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellwidth/tablecellwidthediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellwidth/tablecellwidthediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellwidth/tablecellwidthediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellwidth/tablecellwidthediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellwidth/tablecellwidthediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecellwidth/tablecellwidthediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableclipboard.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableclipboard.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableclipboard.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableclipboard.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableclipboard.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableclipboard.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableclipboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableclipboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/constants.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/constants.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/constants.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/constants.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/constants.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/constants.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/constants.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/constants.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/converters.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/converters.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/converters.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/converters.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/converters.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/converters.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/converters.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/converters.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/tablecolumnresizeediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/tablecolumnresizeediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/tablecolumnresizeediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/tablecolumnresizeediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/tablecolumnresizeediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/tablecolumnresizeediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/tablecolumnresizeediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/tablecolumnresizeediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/tablewidthscommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/tablewidthscommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/tablewidthscommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/tablewidthscommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/tablewidthscommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/tablewidthscommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/tablewidthscommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/tablewidthscommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablecolumnresize/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablekeyboard.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablekeyboard.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablekeyboard.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablekeyboard.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablekeyboard.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablekeyboard.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablekeyboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablekeyboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablemouse.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablemouse.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablemouse.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablemouse.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablemouse.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablemouse.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablemouse.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablemouse.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablemouse/mouseeventsobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablemouse/mouseeventsobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablemouse/mouseeventsobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablemouse/mouseeventsobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablemouse/mouseeventsobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablemouse/mouseeventsobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablemouse/mouseeventsobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablemouse/mouseeventsobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablealignmentcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablealignmentcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablealignmentcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablealignmentcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablealignmentcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablealignmentcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablealignmentcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablealignmentcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablebackgroundcolorcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablebackgroundcolorcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablebackgroundcolorcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablebackgroundcolorcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablebackgroundcolorcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablebackgroundcolorcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablebackgroundcolorcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablebackgroundcolorcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablebordercolorcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablebordercolorcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablebordercolorcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablebordercolorcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablebordercolorcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablebordercolorcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablebordercolorcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablebordercolorcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableborderstylecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableborderstylecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableborderstylecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableborderstylecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableborderstylecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableborderstylecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableborderstylecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableborderstylecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableborderwidthcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableborderwidthcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableborderwidthcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableborderwidthcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableborderwidthcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableborderwidthcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableborderwidthcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableborderwidthcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableheightcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableheightcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableheightcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableheightcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableheightcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableheightcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableheightcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tableheightcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablepropertycommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablepropertycommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablepropertycommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablepropertycommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablepropertycommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablepropertycommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablepropertycommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablepropertycommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablewidthcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablewidthcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablewidthcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablewidthcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablewidthcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablewidthcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablewidthcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/commands/tablewidthcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/tablepropertiesediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/tablepropertiesediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/tablepropertiesediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/tablepropertiesediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/tablepropertiesediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/tablepropertiesediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/tablepropertiesediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/tablepropertiesediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/tablepropertiesui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/tablepropertiesui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/tablepropertiesui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/tablepropertiesui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/tablepropertiesui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/tablepropertiesui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/tablepropertiesui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/tablepropertiesui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/ui/tablepropertiesview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/ui/tablepropertiesview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/ui/tablepropertiesview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/ui/tablepropertiesview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/ui/tablepropertiesview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/ui/tablepropertiesview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/ui/tablepropertiesview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableproperties/ui/tablepropertiesview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableselection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableselection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableselection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableselection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableselection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableselection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableselection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableselection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tabletoolbar.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tabletoolbar.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tabletoolbar.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tabletoolbar.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tabletoolbar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tabletoolbar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tabletoolbar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tabletoolbar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableutils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableutils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableutils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableutils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableutils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableutils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableutils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tableutils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablewalker.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablewalker.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablewalker.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablewalker.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablewalker.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablewalker.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablewalker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/tablewalker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/colorinputview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/colorinputview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/colorinputview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/colorinputview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/colorinputview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/colorinputview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/colorinputview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/colorinputview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/formrowview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/formrowview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/formrowview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/formrowview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/formrowview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/formrowview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/formrowview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/formrowview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/inserttableview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/inserttableview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/inserttableview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/inserttableview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/inserttableview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/inserttableview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/inserttableview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/ui/inserttableview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/common.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/common.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/common.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/common.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/common.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/common.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/common.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/common.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/structure.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/structure.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/structure.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/structure.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/structure.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/structure.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/structure.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/structure.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/table-properties.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/table-properties.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/table-properties.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/table-properties.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/table-properties.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/table-properties.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/table-properties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/table-properties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/contextualballoon.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/contextualballoon.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/contextualballoon.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/contextualballoon.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/contextualballoon.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/contextualballoon.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/contextualballoon.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/contextualballoon.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/table-properties.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/table-properties.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/table-properties.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/table-properties.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/table-properties.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/table-properties.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/table-properties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/table-properties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/widget.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/widget.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/widget.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/widget.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/widget.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/widget.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/widget.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/src/utils/ui/widget.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/colorinput.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/colorinput.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/colorinput.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/colorinput.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/form.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/form.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/form.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/form.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/formrow.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/formrow.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/formrow.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/formrow.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-cell-properties.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-cell-properties.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-cell-properties.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-cell-properties.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-column.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-column.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-column.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-column.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-merge-cell.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-merge-cell.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-merge-cell.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-merge-cell.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-properties.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-properties.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-properties.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-properties.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-row.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-row.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-row.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/icons/table-row.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/inserttable.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/inserttable.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/inserttable.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/inserttable.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/table.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/table.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/table.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/table.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tablecaption.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tablecaption.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tablecaption.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tablecaption.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tablecellproperties.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tablecellproperties.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tablecellproperties.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tablecellproperties.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tablecolumnresize.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tablecolumnresize.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tablecolumnresize.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tablecolumnresize.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tableediting.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tableediting.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tableediting.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tableediting.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tableform.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tableform.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tableform.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tableform.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tableproperties.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tableproperties.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tableproperties.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tableproperties.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tableselection.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tableselection.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tableselection.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-table/theme/tableselection.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/delete.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/delete.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/delete.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/delete.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/delete.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/deletecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/deleteobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/input.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/input.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/input.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/input.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/input.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/inserttextcommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/inserttextobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/texttransformation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/textwatcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/twostepcaretmovement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/typing.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/typing.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/typing.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/typing.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/typing.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/typingconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/changebuffer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/findattributerange.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/getlasttextline.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-typing/src/utils/inlinehighlight.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/af.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/bs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/jv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/arialiveannouncer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/autocomplete/autocompleteview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/addkeyboardhandlingforgrid.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/clickoutsidehandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/csstransitiondisablermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/draggableviewmixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/injectcsstransitiondisabler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/preventdefault.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/bindings/submithandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/button.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/button.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabel.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonlabelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/buttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/filedialogbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/button/switchbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/collapsible/collapsibleview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colorgridview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/colortileview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorgrid/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/colorpickerview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorpicker/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorgridsfragmentview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorpickerfragmentview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/colorselectorview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/colorselector/documentcolorcollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/componentfactory.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogactionsview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogcontentview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dialog/dialogview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbutton.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/dropdownbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/button/splitbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelfocusable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownpanelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/dropdownview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editableui/editableuiview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editableui/inline/inlineeditableuiview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelp.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/accessibilityhelp/accessibilityhelpcontentview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/bodycollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/boxed/boxededitoruiview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editorui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/editoruiview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/editorui/poweredby.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/focuscycler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/formheader/formheaderview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/highlightedtext/highlightedtextview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/icon/iconview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/iframe/iframeview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/input/inputbase.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/input/inputview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/inputnumber/inputnumberview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/inputtext/inputtextview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/label/labelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/labeledfieldview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledfield/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/labeledinput/labeledinputview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemgroupview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listitemview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listseparatorview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenubuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitembuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemfiledialogbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistitemview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenulistview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenupanelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarmenuview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/menubarview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/menubar/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/model.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/model.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/model.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/model.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/model.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/notification/notification.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/balloonpanelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/panel/sticky/stickypanelview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/filteredview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/searchinfoview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/searchresultsview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextqueryview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/search/text/searchtextview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/spinner/spinnerview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/template.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/template.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/template.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/template.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/template.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/textarea/textareaview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/balloon/balloontoolbar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blockbuttonview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarlinebreakview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarseparatorview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/toolbar/toolbarview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/tooltipmanager.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/view.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/view.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/view.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/view.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/view.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/src/viewcollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/arialiveannouncer/arialiveannouncer.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/autocomplete/autocomplete.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/button.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/button/switchbutton.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/collapsible/collapsible.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorgrid/colorgrid.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorpicker/colorpicker.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/colorselector/colorselector.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialog.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dialog/dialogactions.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/dropdown.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/listdropdown.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/splitbutton.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/dropdown/toolbardropdown.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/accessibilityhelp.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/editorui/editorui.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/formheader/formheader.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/highlightedtext/highlightedtext.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/icon/icon.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/input/input.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/label/label.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledfield/labeledfieldview.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/labeledinput/labeledinput.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubar.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenu.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenubutton.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitem.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenulistitembutton.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/menubar/menubarmenupanel.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonpanel.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/fakepanel.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/stickypanel.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/responsive-form/responsiveform.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/search/search.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/spinner/spinner.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/textarea/textarea.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/blocktoolbar.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/toolbar/toolbar.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/components/tooltip/tooltip.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_hidden.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_poweredby.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_reset.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_transition.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/_zindex.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/globals/globals.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/icons/accessibility.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/icons/color-tile-check.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/icons/dropdown-arrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/icons/project-logo.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_dir.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/si.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/basecommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/redocommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undocommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undoediting.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undoui.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-undo/src/undoui.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/af.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ast.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/bs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/en-gb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/eo.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/es-co.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/eu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/gu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/hy.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/jv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/km.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/kn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/nb.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ne.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/oc.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/si.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/tt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ug.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/accessibility.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/accessibility.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/command.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/command.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/command.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/command.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/command.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/commandcollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/context.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/context.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/context.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/context.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/context.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/contextplugin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editingkeystrokehandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/editorconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/attachtoform.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/dataapimixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/editor/utils/securesourceelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/multicommand.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/multicommand.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/pendingactions.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/plugin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/plugin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/plugin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/plugin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/plugin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/plugincollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/typings.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/typings.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/typings.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/typings.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/src/typings.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-bottom.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-center.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-justify.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-left.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-middle.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-right.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/align-top.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/bold.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/browse-files.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/bulletedlist.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/cancel.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/caption.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/check.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/codeblock.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/cog.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/color-palette.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/drag-indicator.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/eraser.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading1.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading2.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading3.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading4.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading5.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/heading6.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/history.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/horizontalline.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/html.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-asset-manager.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-upload.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/image-url.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/importexport.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/indent.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/loupe.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/low-vision.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/next-arrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/numberedlist.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-center.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-full-width.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-left.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline-right.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-inline.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-left.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-right.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-full.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-large.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-medium.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-small.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/outdent.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/paragraph.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/pencil.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/pilcrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/plus.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/previous-arrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/quote.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/redo.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/table.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/text-alternative.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/text.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/three-vertical-dots.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/todolist.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-core/theme/icons/undo.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/controller/datacontroller.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/controller/editingcontroller.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversion.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/conversionhelpers.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/mapper.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/modelconsumable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcastdispatcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/upcasthelpers.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/conversion/viewconsumable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/basichtmlwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/dataprocessor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmldataprocessor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/htmlwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dataprocessor/xmldataprocessor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/model.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/operationreplayer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/dev-utils/view.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/batch.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/differ.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/document.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/document.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/documentfragment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/documentselection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/element.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/element.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/history.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/history.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/item.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/item.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/liveposition.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/liverange.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/markercollection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/model.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/model.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/node.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/node.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/nodelist.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/attributeoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/detachoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/insertoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/markeroperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/mergeoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/moveoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/nooperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/operationfactory.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/renameoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootattributeoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/rootoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/splitoperation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/transform.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/operation/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/position.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/position.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/range.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/range.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/rootelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/schema.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/selection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/text.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/text.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/textproxy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/treewalker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/typecheckable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/autoparagraphing.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/deletecontent.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/getselectedcontent.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertcontent.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/insertobject.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/modifyselection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/utils/selection-post-fixer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/model/writer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/attributeelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/containerelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/datatransfer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/document.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/document.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/documentfragment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/documentselection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/domconverter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/downcastwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/editableelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/element.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/element.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/elementdefinition.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/emptyelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/filler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/item.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/item.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/matcher.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/node.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/node.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/arrowkeysobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingemittermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/bubblingeventinfo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/clickobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/compositionobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventdata.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/domeventobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/fakeselectionobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/focusobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/inputobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/keyobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mouseobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/mutationobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/observer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/selectionobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/observer/tabobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/placeholder.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/position.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/position.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/range.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/range.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/rawelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/renderer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/rooteditableelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/selection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/background.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/border.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/margin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/padding.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/styles/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/stylesmap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/text.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/text.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/textproxy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/treewalker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/typecheckable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/uielement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/upcastwriter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/view.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/src/view/view.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/theme/placeholder.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-engine/theme/renderer.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/collection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/collection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/collection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/collection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/config.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/config.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/config.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/config.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/count.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/count.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/count.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/count.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/delay.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/delay.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/delay.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/delay.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/diff.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/diff.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/diff.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/diff.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/env.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/env.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/env.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/env.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/first.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/first.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/first.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/first.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/language.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/language.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/language.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/language.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/locale.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/locale.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/locale.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/locale.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/mix.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/mix.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/mix.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/mix.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/nth.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/nth.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/nth.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/nth.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/retry.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/retry.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/retry.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/retry.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/spy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/spy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/spy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/spy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/uid.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/uid.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/uid.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/uid.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/version.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/version.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/version.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/version.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/wait.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/wait.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/wait.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/node_modules/@ckeditor/ckeditor5-utils/src/wait.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/base64uploadadapter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/base64uploadadapter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/base64uploadadapter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/base64uploadadapter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/base64uploadadapter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/base64uploadadapter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/base64uploadadapter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/base64uploadadapter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/simpleuploadadapter.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/simpleuploadadapter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/simpleuploadadapter.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/simpleuploadadapter.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/simpleuploadadapter.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/simpleuploadadapter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/simpleuploadadapter.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/adapters/simpleuploadadapter.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filereader.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filereader.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filereader.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filereader.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filereader.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filereader.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filereader.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filereader.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filerepository.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filerepository.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filerepository.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filerepository.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filerepository.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filerepository.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filerepository.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/filerepository.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/uploadconfig.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/uploadconfig.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/uploadconfig.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/uploadconfig.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/uploadconfig.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/uploadconfig.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/uploadconfig.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-upload/src/uploadconfig.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/abortabledebounce.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/areconnectedthroughproperties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/ckeditorerror.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/collection.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/collection.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/collection.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/collection.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/collection.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/comparearrays.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/config.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/config.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/config.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/config.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/config.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/count.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/count.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/count.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/count.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/count.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/delay.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/delay.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/delay.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/delay.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/delay.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/diff.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/diff.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/diff.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/diff.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/diff.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/difftochanges.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/createelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/emittermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/findclosestscrollableancestor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getancestors.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getborderwidths.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getcommonancestor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getdatafromelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/getpositionedancestor.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/global.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/indexof.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/insertat.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iscomment.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isnode.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isrange.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/istext.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvalidattributename.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/isvisible.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/iswindow.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/position.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/rect.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/remove.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/resizeobserver.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/scroll.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/setdatainelement.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/dom/tounit.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/elementreplacer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/emittermixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/env.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/env.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/env.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/env.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/env.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/eventinfo.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/fastdiff.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/first.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/first.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/first.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/first.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/first.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/focustracker.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/inserttopriorityarray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/isiterable.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/keyboard.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/keystrokehandler.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/language.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/language.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/language.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/language.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/language.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/locale.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/locale.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/locale.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/locale.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/locale.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/mapsequal.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/mix.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/mix.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/mix.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/mix.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/mix.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/nth.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/nth.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/nth.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/nth.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/nth.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/objecttomap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/observablemixin.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/priorities.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/priorities.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/retry.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/retry.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/retry.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/retry.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/retry.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/splicearray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/spy.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/spy.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/spy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/spy.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/spy.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/toarray.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/toarray.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/tomap.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/tomap.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/translation-service.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/uid.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/uid.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/uid.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/uid.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/uid.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/unicode.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/unicode.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/verifylicense.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/version.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/version.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/version.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/version.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/version.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/wait.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/wait.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/wait.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/wait.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-utils/src/wait.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/ckeditor5-metadata.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/contextwatchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/editorwatchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/areconnectedthroughproperties.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/utils/getsubnodes.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-watchdog/src/watchdog.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/README.md b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/README.md
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/README.md
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/contexts.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ar.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/az.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bg.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/bn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ca.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/cs.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/da.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de-ch.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/de.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/el.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en-au.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/en.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/es.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/et.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fa.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/fr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/gl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/he.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/hu.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/id.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/it.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ja.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ko.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ku.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/lv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ms.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/nl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/no.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pl.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt-br.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/pt.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ro.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ru.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sq.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr-latn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/sv.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/th.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/tr.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uk.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/ur.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/uz.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/vi.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh-cn.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/lang/translations/zh.po
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/package.json b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/package.json
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/package.json
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/augmentation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/highlightstack.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/index.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/index.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/index.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/index.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/index.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/verticalnavigation.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widget.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widget.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widget.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widget.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widget.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizer.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/resizerstate.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgetresize/sizeview.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettoolbarrepository.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/utils.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.d.ts
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/src/widgettypearound/widgettypearound.js
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/icons/drag-handle.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/icons/return-arrow.svg
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/widget.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/widgetresize.css
diff --git a/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css b/src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css
similarity index 100%
rename from vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css
rename to src/vendor/ckeditor5/node_modules/@ckeditor/ckeditor5-widget/theme/widgettypearound.css
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/CHANGELOG.md b/src/vendor/ckeditor5/node_modules/ckeditor5/CHANGELOG.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/CHANGELOG.md
rename to src/vendor/ckeditor5/node_modules/ckeditor5/CHANGELOG.md
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/LICENSE.md b/src/vendor/ckeditor5/node_modules/ckeditor5/LICENSE.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/LICENSE.md
rename to src/vendor/ckeditor5/node_modules/ckeditor5/LICENSE.md
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/README.md b/src/vendor/ckeditor5/node_modules/ckeditor5/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/README.md
rename to src/vendor/ckeditor5/node_modules/ckeditor5/README.md
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/ckeditor5-dll.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/ckeditor5-dll.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/ckeditor5-dll.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/ckeditor5-dll.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json b/src/vendor/ckeditor5/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/ckeditor5-dll.manifest.json
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/af.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/af.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/af.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/af.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ar.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ar.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/ar.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ar.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ast.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ast.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/ast.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ast.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/az.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/az.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/az.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/az.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/bg.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/bg.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/bg.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/bg.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/bn.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/bn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/bn.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/bn.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/bs.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/bs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/bs.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/bs.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ca.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ca.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/ca.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ca.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/cs.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/cs.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/cs.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/cs.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/da.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/da.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/da.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/da.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/de-ch.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/de-ch.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/de-ch.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/de-ch.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/de.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/de.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/de.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/de.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/el.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/el.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/el.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/el.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/en-au.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/en-au.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/en-au.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/en-au.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/en-gb.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/en-gb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/en-gb.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/en-gb.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/eo.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/eo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/eo.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/eo.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/es-co.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/es-co.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/es-co.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/es-co.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/es.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/es.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/es.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/es.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/et.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/et.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/et.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/et.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/eu.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/eu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/eu.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/eu.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/fa.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/fa.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/fa.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/fa.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/fi.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/fi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/fi.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/fi.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/fr.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/fr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/fr.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/fr.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/gl.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/gl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/gl.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/gl.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/gu.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/gu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/gu.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/gu.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/he.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/he.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/he.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/he.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/hi.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/hi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/hi.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/hi.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/hr.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/hr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/hr.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/hr.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/hu.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/hu.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/hu.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/hu.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/hy.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/hy.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/hy.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/hy.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/id.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/id.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/id.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/id.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/it.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/it.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/it.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/it.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ja.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ja.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/ja.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ja.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/jv.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/jv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/jv.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/jv.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/km.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/km.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/km.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/km.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/kn.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/kn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/kn.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/kn.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ko.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ko.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/ko.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ko.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ku.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ku.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/ku.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ku.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/lt.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/lt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/lt.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/lt.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/lv.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/lv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/lv.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/lv.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ms.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ms.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/ms.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ms.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/nb.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/nb.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/nb.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/nb.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ne.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ne.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/ne.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ne.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/nl.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/nl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/nl.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/nl.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/no.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/no.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/no.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/no.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/oc.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/oc.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/oc.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/oc.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/pl.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/pl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/pl.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/pl.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/pt-br.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/pt-br.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/pt-br.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/pt-br.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/pt.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/pt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/pt.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/pt.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ro.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ro.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/ro.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ro.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ru.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ru.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/ru.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ru.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/si.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/si.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/si.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/si.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sk.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/sk.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sk.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sl.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sl.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/sl.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sl.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sq.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sq.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/sq.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sq.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sr-latn.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sr-latn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/sr-latn.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sr-latn.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sr.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/sr.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sr.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sv.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sv.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/sv.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/sv.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/th.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/th.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/th.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/th.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/tk.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/tk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/tk.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/tk.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/tr.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/tr.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/tr.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/tr.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/tt.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/tt.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/tt.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/tt.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ug.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ug.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/ug.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ug.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/uk.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/uk.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/uk.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/uk.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ur.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ur.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/ur.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/ur.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/uz.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/uz.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/uz.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/uz.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/vi.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/vi.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/vi.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/vi.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/zh-cn.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/zh-cn.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/zh-cn.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/zh-cn.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/build/translations/zh.js b/src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/zh.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/build/translations/zh.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/build/translations/zh.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/package.json b/src/vendor/ckeditor5/node_modules/ckeditor5/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/package.json
rename to src/vendor/ckeditor5/node_modules/ckeditor5/package.json
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/clipboard.d.ts b/src/vendor/ckeditor5/node_modules/ckeditor5/src/clipboard.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/clipboard.d.ts
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/clipboard.d.ts
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/clipboard.js b/src/vendor/ckeditor5/node_modules/ckeditor5/src/clipboard.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/clipboard.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/clipboard.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/core.d.ts b/src/vendor/ckeditor5/node_modules/ckeditor5/src/core.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/core.d.ts
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/core.d.ts
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/core.js b/src/vendor/ckeditor5/node_modules/ckeditor5/src/core.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/core.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/core.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/engine.d.ts b/src/vendor/ckeditor5/node_modules/ckeditor5/src/engine.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/engine.d.ts
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/engine.d.ts
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/engine.js b/src/vendor/ckeditor5/node_modules/ckeditor5/src/engine.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/engine.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/engine.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/enter.d.ts b/src/vendor/ckeditor5/node_modules/ckeditor5/src/enter.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/enter.d.ts
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/enter.d.ts
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/enter.js b/src/vendor/ckeditor5/node_modules/ckeditor5/src/enter.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/enter.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/enter.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/paragraph.d.ts b/src/vendor/ckeditor5/node_modules/ckeditor5/src/paragraph.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/paragraph.d.ts
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/paragraph.d.ts
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/paragraph.js b/src/vendor/ckeditor5/node_modules/ckeditor5/src/paragraph.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/paragraph.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/paragraph.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/select-all.d.ts b/src/vendor/ckeditor5/node_modules/ckeditor5/src/select-all.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/select-all.d.ts
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/select-all.d.ts
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/select-all.js b/src/vendor/ckeditor5/node_modules/ckeditor5/src/select-all.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/select-all.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/select-all.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/typing.d.ts b/src/vendor/ckeditor5/node_modules/ckeditor5/src/typing.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/typing.d.ts
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/typing.d.ts
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/typing.js b/src/vendor/ckeditor5/node_modules/ckeditor5/src/typing.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/typing.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/typing.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/ui.d.ts b/src/vendor/ckeditor5/node_modules/ckeditor5/src/ui.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/ui.d.ts
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/ui.d.ts
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/ui.js b/src/vendor/ckeditor5/node_modules/ckeditor5/src/ui.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/ui.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/ui.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/undo.d.ts b/src/vendor/ckeditor5/node_modules/ckeditor5/src/undo.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/undo.d.ts
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/undo.d.ts
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/undo.js b/src/vendor/ckeditor5/node_modules/ckeditor5/src/undo.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/undo.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/undo.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/upload.d.ts b/src/vendor/ckeditor5/node_modules/ckeditor5/src/upload.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/upload.d.ts
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/upload.d.ts
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/upload.js b/src/vendor/ckeditor5/node_modules/ckeditor5/src/upload.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/upload.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/upload.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/utils.d.ts b/src/vendor/ckeditor5/node_modules/ckeditor5/src/utils.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/utils.d.ts
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/utils.d.ts
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/utils.js b/src/vendor/ckeditor5/node_modules/ckeditor5/src/utils.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/utils.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/utils.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/watchdog.d.ts b/src/vendor/ckeditor5/node_modules/ckeditor5/src/watchdog.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/watchdog.d.ts
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/watchdog.d.ts
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/watchdog.js b/src/vendor/ckeditor5/node_modules/ckeditor5/src/watchdog.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/watchdog.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/watchdog.js
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/widget.d.ts b/src/vendor/ckeditor5/node_modules/ckeditor5/src/widget.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/widget.d.ts
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/widget.d.ts
diff --git a/vendor/ckeditor5/node_modules/ckeditor5/src/widget.js b/src/vendor/ckeditor5/node_modules/ckeditor5/src/widget.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/ckeditor5/src/widget.js
rename to src/vendor/ckeditor5/node_modules/ckeditor5/src/widget.js
diff --git a/vendor/ckeditor5/node_modules/typescript/LICENSE.txt b/src/vendor/ckeditor5/node_modules/typescript/LICENSE.txt
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/LICENSE.txt
rename to src/vendor/ckeditor5/node_modules/typescript/LICENSE.txt
diff --git a/vendor/ckeditor5/node_modules/typescript/README.md b/src/vendor/ckeditor5/node_modules/typescript/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/README.md
rename to src/vendor/ckeditor5/node_modules/typescript/README.md
diff --git a/vendor/ckeditor5/node_modules/typescript/SECURITY.md b/src/vendor/ckeditor5/node_modules/typescript/SECURITY.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/SECURITY.md
rename to src/vendor/ckeditor5/node_modules/typescript/SECURITY.md
diff --git a/vendor/ckeditor5/node_modules/typescript/ThirdPartyNoticeText.txt b/src/vendor/ckeditor5/node_modules/typescript/ThirdPartyNoticeText.txt
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/ThirdPartyNoticeText.txt
rename to src/vendor/ckeditor5/node_modules/typescript/ThirdPartyNoticeText.txt
diff --git a/vendor/ckeditor5/node_modules/typescript/bin/tsc b/src/vendor/ckeditor5/node_modules/typescript/bin/tsc
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/bin/tsc
rename to src/vendor/ckeditor5/node_modules/typescript/bin/tsc
diff --git a/vendor/ckeditor5/node_modules/typescript/bin/tsserver b/src/vendor/ckeditor5/node_modules/typescript/bin/tsserver
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/bin/tsserver
rename to src/vendor/ckeditor5/node_modules/typescript/bin/tsserver
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/README.md b/src/vendor/ckeditor5/node_modules/typescript/lib/README.md
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/README.md
rename to src/vendor/ckeditor5/node_modules/typescript/lib/README.md
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/cancellationToken.js b/src/vendor/ckeditor5/node_modules/typescript/lib/cancellationToken.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/cancellationToken.js
rename to src/vendor/ckeditor5/node_modules/typescript/lib/cancellationToken.js
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/cs/diagnosticMessages.generated.json b/src/vendor/ckeditor5/node_modules/typescript/lib/cs/diagnosticMessages.generated.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/cs/diagnosticMessages.generated.json
rename to src/vendor/ckeditor5/node_modules/typescript/lib/cs/diagnosticMessages.generated.json
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/de/diagnosticMessages.generated.json b/src/vendor/ckeditor5/node_modules/typescript/lib/de/diagnosticMessages.generated.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/de/diagnosticMessages.generated.json
rename to src/vendor/ckeditor5/node_modules/typescript/lib/de/diagnosticMessages.generated.json
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/es/diagnosticMessages.generated.json b/src/vendor/ckeditor5/node_modules/typescript/lib/es/diagnosticMessages.generated.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/es/diagnosticMessages.generated.json
rename to src/vendor/ckeditor5/node_modules/typescript/lib/es/diagnosticMessages.generated.json
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/fr/diagnosticMessages.generated.json b/src/vendor/ckeditor5/node_modules/typescript/lib/fr/diagnosticMessages.generated.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/fr/diagnosticMessages.generated.json
rename to src/vendor/ckeditor5/node_modules/typescript/lib/fr/diagnosticMessages.generated.json
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/it/diagnosticMessages.generated.json b/src/vendor/ckeditor5/node_modules/typescript/lib/it/diagnosticMessages.generated.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/it/diagnosticMessages.generated.json
rename to src/vendor/ckeditor5/node_modules/typescript/lib/it/diagnosticMessages.generated.json
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/ja/diagnosticMessages.generated.json b/src/vendor/ckeditor5/node_modules/typescript/lib/ja/diagnosticMessages.generated.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/ja/diagnosticMessages.generated.json
rename to src/vendor/ckeditor5/node_modules/typescript/lib/ja/diagnosticMessages.generated.json
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/ko/diagnosticMessages.generated.json b/src/vendor/ckeditor5/node_modules/typescript/lib/ko/diagnosticMessages.generated.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/ko/diagnosticMessages.generated.json
rename to src/vendor/ckeditor5/node_modules/typescript/lib/ko/diagnosticMessages.generated.json
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.decorators.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.decorators.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.decorators.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.decorators.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.decorators.legacy.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.decorators.legacy.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.decorators.legacy.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.decorators.legacy.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.dom.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.dom.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.dom.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.dom.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.dom.iterable.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.dom.iterable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.dom.iterable.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.dom.iterable.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.collection.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.collection.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.collection.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.collection.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.core.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.core.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.core.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.core.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.generator.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.generator.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.generator.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.generator.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.iterable.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.iterable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.iterable.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.iterable.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.promise.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.promise.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.promise.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.promise.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.proxy.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.proxy.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.proxy.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.proxy.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.reflect.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.reflect.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.reflect.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.reflect.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.symbol.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.symbol.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.symbol.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.symbol.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2016.array.include.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2016.array.include.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2016.array.include.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2016.array.include.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2016.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2016.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2016.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2016.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2016.full.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2016.full.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2016.full.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2016.full.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.full.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.full.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.full.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.full.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.intl.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.intl.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.intl.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.intl.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.object.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.object.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.object.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.object.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.string.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.string.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.string.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.string.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.full.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.full.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.full.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.full.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.intl.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.intl.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.intl.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.intl.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.promise.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.promise.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.promise.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.promise.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.regexp.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.regexp.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.regexp.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2018.regexp.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.array.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.array.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.array.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.array.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.full.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.full.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.full.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.full.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.intl.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.intl.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.intl.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.intl.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.object.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.object.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.object.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.object.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.string.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.string.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.string.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.string.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.symbol.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.symbol.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.symbol.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2019.symbol.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.bigint.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.bigint.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.bigint.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.bigint.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.date.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.date.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.date.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.date.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.full.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.full.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.full.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.full.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.intl.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.intl.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.intl.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.intl.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.number.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.number.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.number.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.number.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.promise.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.promise.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.promise.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.promise.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.string.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.string.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.string.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.string.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.full.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.full.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.full.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.full.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.intl.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.intl.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.intl.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.intl.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.promise.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.promise.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.promise.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.promise.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.string.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.string.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.string.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.string.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.weakref.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.weakref.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.weakref.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2021.weakref.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.array.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.array.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.array.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.array.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.error.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.error.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.error.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.error.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.full.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.full.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.full.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.full.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.intl.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.intl.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.intl.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.intl.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.object.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.object.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.object.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.object.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.regexp.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.regexp.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.regexp.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.regexp.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.string.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.string.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.string.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2022.string.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2023.array.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2023.array.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2023.array.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2023.array.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2023.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2023.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2023.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2023.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es2023.full.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2023.full.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es2023.full.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es2023.full.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es5.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es5.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es5.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es5.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.es6.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.es6.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.es6.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.es6.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.esnext.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.esnext.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.esnext.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.esnext.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.esnext.full.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.esnext.full.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.esnext.full.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.esnext.full.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.esnext.intl.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.esnext.intl.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.esnext.intl.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.esnext.intl.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.scripthost.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.scripthost.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.scripthost.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.scripthost.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.webworker.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.webworker.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.webworker.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.webworker.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.webworker.importscripts.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.webworker.importscripts.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.webworker.importscripts.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.webworker.importscripts.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/lib.webworker.iterable.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/lib.webworker.iterable.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/lib.webworker.iterable.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/lib.webworker.iterable.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/pl/diagnosticMessages.generated.json b/src/vendor/ckeditor5/node_modules/typescript/lib/pl/diagnosticMessages.generated.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/pl/diagnosticMessages.generated.json
rename to src/vendor/ckeditor5/node_modules/typescript/lib/pl/diagnosticMessages.generated.json
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json b/src/vendor/ckeditor5/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json
rename to src/vendor/ckeditor5/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/ru/diagnosticMessages.generated.json b/src/vendor/ckeditor5/node_modules/typescript/lib/ru/diagnosticMessages.generated.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/ru/diagnosticMessages.generated.json
rename to src/vendor/ckeditor5/node_modules/typescript/lib/ru/diagnosticMessages.generated.json
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/tr/diagnosticMessages.generated.json b/src/vendor/ckeditor5/node_modules/typescript/lib/tr/diagnosticMessages.generated.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/tr/diagnosticMessages.generated.json
rename to src/vendor/ckeditor5/node_modules/typescript/lib/tr/diagnosticMessages.generated.json
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/tsc.js b/src/vendor/ckeditor5/node_modules/typescript/lib/tsc.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/tsc.js
rename to src/vendor/ckeditor5/node_modules/typescript/lib/tsc.js
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/tsserver.js b/src/vendor/ckeditor5/node_modules/typescript/lib/tsserver.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/tsserver.js
rename to src/vendor/ckeditor5/node_modules/typescript/lib/tsserver.js
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/tsserverlibrary.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/tsserverlibrary.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/tsserverlibrary.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/tsserverlibrary.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/tsserverlibrary.js b/src/vendor/ckeditor5/node_modules/typescript/lib/tsserverlibrary.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/tsserverlibrary.js
rename to src/vendor/ckeditor5/node_modules/typescript/lib/tsserverlibrary.js
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/typesMap.json b/src/vendor/ckeditor5/node_modules/typescript/lib/typesMap.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/typesMap.json
rename to src/vendor/ckeditor5/node_modules/typescript/lib/typesMap.json
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/typescript.d.ts b/src/vendor/ckeditor5/node_modules/typescript/lib/typescript.d.ts
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/typescript.d.ts
rename to src/vendor/ckeditor5/node_modules/typescript/lib/typescript.d.ts
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/typescript.js b/src/vendor/ckeditor5/node_modules/typescript/lib/typescript.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/typescript.js
rename to src/vendor/ckeditor5/node_modules/typescript/lib/typescript.js
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/typingsInstaller.js b/src/vendor/ckeditor5/node_modules/typescript/lib/typingsInstaller.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/typingsInstaller.js
rename to src/vendor/ckeditor5/node_modules/typescript/lib/typingsInstaller.js
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/watchGuard.js b/src/vendor/ckeditor5/node_modules/typescript/lib/watchGuard.js
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/watchGuard.js
rename to src/vendor/ckeditor5/node_modules/typescript/lib/watchGuard.js
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json b/src/vendor/ckeditor5/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json
rename to src/vendor/ckeditor5/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json
diff --git a/vendor/ckeditor5/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json b/src/vendor/ckeditor5/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json
rename to src/vendor/ckeditor5/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json
diff --git a/vendor/ckeditor5/node_modules/typescript/package.json b/src/vendor/ckeditor5/node_modules/typescript/package.json
similarity index 100%
rename from vendor/ckeditor5/node_modules/typescript/package.json
rename to src/vendor/ckeditor5/node_modules/typescript/package.json
diff --git a/vendor/ckeditor5/package.json b/src/vendor/ckeditor5/package.json
similarity index 100%
rename from vendor/ckeditor5/package.json
rename to src/vendor/ckeditor5/package.json
diff --git a/vendor/ckeditor5/sample/index.html b/src/vendor/ckeditor5/sample/index.html
similarity index 100%
rename from vendor/ckeditor5/sample/index.html
rename to src/vendor/ckeditor5/sample/index.html
diff --git a/vendor/ckeditor5/sample/script.js b/src/vendor/ckeditor5/sample/script.js
similarity index 100%
rename from vendor/ckeditor5/sample/script.js
rename to src/vendor/ckeditor5/sample/script.js
diff --git a/vendor/ckeditor5/sample/styles.css b/src/vendor/ckeditor5/sample/styles.css
similarity index 100%
rename from vendor/ckeditor5/sample/styles.css
rename to src/vendor/ckeditor5/sample/styles.css
diff --git a/vendor/ckeditor5/src/ckeditor.ts b/src/vendor/ckeditor5/src/ckeditor.ts
similarity index 100%
rename from vendor/ckeditor5/src/ckeditor.ts
rename to src/vendor/ckeditor5/src/ckeditor.ts
diff --git a/vendor/ckeditor5/tsconfig.json b/src/vendor/ckeditor5/tsconfig.json
similarity index 100%
rename from vendor/ckeditor5/tsconfig.json
rename to src/vendor/ckeditor5/tsconfig.json
diff --git a/vendor/ckeditor5/webpack.config.js b/src/vendor/ckeditor5/webpack.config.js
similarity index 100%
rename from vendor/ckeditor5/webpack.config.js
rename to src/vendor/ckeditor5/webpack.config.js
diff --git a/style/global.css b/style/global.css
deleted file mode 100644
index 5a22a31a..00000000
--- a/style/global.css
+++ /dev/null
@@ -1,2 +0,0 @@
-/* @import url("https://fonts.googleapis.com/css2?family=Bytesized&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"); */
-@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
diff --git a/tailwind.config.ts b/tailwind.config.ts
index 8586acd1..3f468487 100644
--- a/tailwind.config.ts
+++ b/tailwind.config.ts
@@ -3,11 +3,7 @@ import type { Config } from "tailwindcss";
const config = {
darkMode: ["class"],
content: [
- "./pages/**/*.{ts,tsx}",
- "./components/**/*.{js,ts,tsx}",
- "./providers/**/*.{ts,tsx}",
- "./app/**/*.{ts,tsx}",
- "./src/**/*.{ts,tsx}",
+ "./src/**/*.{js,ts,jsx,tsx,mdx}",
],
prefix: "",
theme: {
@@ -46,7 +42,6 @@ const config = {
DEFAULT: "hsl(var(--default) / )",
foreground: "hsl(var(--default-foreground) / )",
},
-
input: "hsl(var(--input))",
ring: "hsl(var(--ring))",
background: "hsl(var(--background))",
@@ -82,7 +77,6 @@ const config = {
},
success: {
DEFAULT: "hsl(var(--success) / )",
-
foreground: "hsl(var(--success-foreground) / )",
},
info: {
@@ -91,7 +85,6 @@ const config = {
},
warning: {
DEFAULT: "hsl(var(--warning) / )",
-
foreground: "hsl(var(--warning-foreground) / )",
},
muted: {
@@ -111,7 +104,6 @@ const config = {
foreground: "hsl(var(--card-foreground))",
},
},
-
borderRadius: {
lg: "var(--radius)",
md: "calc(var(--radius) - 2px)",
@@ -151,7 +143,6 @@ const config = {
base3: "16px 10px 40px rgba(15, 23, 42, 0.22)",
deep: "-2px 0px 8px rgba(0, 0, 0, 0.16)",
dropdown: "0px 4px 8px rgba(0, 0, 0, 0.08)",
-
testi: "0px 4px 24px rgba(0, 0, 0, 0.06)",
todo: "rgba(235 233 241, 0.6) 0px 3px 10px 0px",
},
diff --git a/theme.config.tsx b/theme.config.tsx
index 9a1f503c..61ffdcc7 100644
--- a/theme.config.tsx
+++ b/theme.config.tsx
@@ -1,6 +1,6 @@
import React from "react";
import { DocsThemeConfig } from "nextra-theme-docs";
-import DashCodeLogo from "@/components/dascode-logo";
+import DashCodeLogo from "@/components/ui/structures/dascode-logo";
const config: DocsThemeConfig = {
logo: (
diff --git a/tsconfig.json b/tsconfig.json
index 56fa23fa..11025abd 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -18,9 +18,10 @@
}
],
"paths": {
- "@/*": ["./*"]
- }
+ "@/*": ["./src/*"]
+ },
+ "baseUrl": "."
},
- "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "components/landing-page/NewsBottom.tsx", "components/landing-page/NavBottom.js"],
+ "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/components/features/landing-page/NewsBottom.tsx", "src/components/features/landing-page/NavBottom.js"],
"exclude": ["node_modules"]
}
diff --git a/vendor/ckeditor5/node_modules/.bin/tsc b/vendor/ckeditor5/node_modules/.bin/tsc
deleted file mode 120000
index 49798517..00000000
--- a/vendor/ckeditor5/node_modules/.bin/tsc
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../typescript/bin/tsc" "$@"
-else
- exec node "$basedir/../typescript/bin/tsc" "$@"
-fi
diff --git a/vendor/ckeditor5/node_modules/.bin/tsserver b/vendor/ckeditor5/node_modules/.bin/tsserver
deleted file mode 120000
index cc53aac9..00000000
--- a/vendor/ckeditor5/node_modules/.bin/tsserver
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../typescript/bin/tsserver" "$@"
-else
- exec node "$basedir/../typescript/bin/tsserver" "$@"
-fi