From 2d77f2a771a9aab59b3b9932e379c886cce361b7 Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Tue, 16 Jan 2024 13:22:30 +0300 Subject: [PATCH] Update static files --- .../wwwroot/libs/prismjs/LICENSE | 21 + .../wwwroot/libs/uppy/README.md | 28 +- .../wwwroot/libs/uppy/uppy.css | 2941 +- .../wwwroot/libs/uppy/uppy.js | 42133 ---------------- .../wwwroot/libs/uppy/uppy.js.map | 513 - .../wwwroot/libs/uppy/uppy.legacy.min.js | 56 + .../wwwroot/libs/uppy/uppy.legacy.min.js.map | 7 + .../wwwroot/libs/uppy/uppy.min.css | 4 +- .../wwwroot/libs/uppy/uppy.min.js | 65 +- .../wwwroot/libs/uppy/uppy.min.js.map | 5295 +- .../wwwroot/libs/uppy/uppy.min.mjs | 63 + .../wwwroot/libs/uppy/uppy.min.mjs.map | 7 + .../host/Volo.CmsKit.Web.Unified/yarn.lock | 534 + 13 files changed, 2355 insertions(+), 49312 deletions(-) create mode 100644 modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/prismjs/LICENSE delete mode 100644 modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/uppy.js delete mode 100644 modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/uppy.js.map create mode 100644 modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/uppy.legacy.min.js create mode 100644 modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/uppy.legacy.min.js.map create mode 100644 modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/uppy.min.mjs create mode 100644 modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/uppy.min.mjs.map diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/prismjs/LICENSE b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/prismjs/LICENSE new file mode 100644 index 0000000000..528949f42d --- /dev/null +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/prismjs/LICENSE @@ -0,0 +1,21 @@ +MIT LICENSE + +Copyright (c) 2012 Lea Verou + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/README.md b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/README.md index d33fe844ca..96526d55c9 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/README.md +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/README.md @@ -1,17 +1,17 @@ # Uppy Hi, thanks for trying out the bundled version of the Uppy File Uploader. You can use -this from a CDN (e.g. ``) or bundle it with your webapp. +this from a CDN (``) or bundle it with your webapp. -Note that the recommended way to use Uppy is to install it with yarn/npm and use a -bundler like Webpack so that you can create a smaller custom build with just the +Note that the recommended way to use Uppy is to install it with yarn/npm and use a +bundler like Webpack so that you can create a smaller custom build with only the things that you need. More info on . ## How to use this bundle -You can extract the contents of this zip to e.g. `./js/uppy` +You can extract the contents of this zip to a directory, such as `./js/uppy`. -Now you can create an HTML file, e.g.: `./upload.html` with the following contents: +Now you can create an HTML file, for example `./upload.html`, with the following contents: ```html @@ -28,13 +28,13 @@ Now you can create an HTML file, e.g.: `./upload.html` with the following conten - -