Skip to content

Commit

Permalink
chore: update visual previews
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot authored and Juveniel committed Nov 20, 2023
1 parent f4825d8 commit 425823e
Show file tree
Hide file tree
Showing 15 changed files with 76 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/bootstrap/dropzone/dropzone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/classic/dropzone/dropzone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/default/dropzone/dropzone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/_output/fluent/dropzone/dropzone-states.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/fluent/dropzone/dropzone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/material/dropzone/dropzone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/nouvelle/dropzone/dropzone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions tests/dropzone/dropzone-states.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!doctype html>
<html lang="en" class="k-no-animations" style="--kendo-scrollbar-width: 15px;">
<head>
<title>Document</title>
<meta charset="utf-8">
<link rel="stylesheet" data-role="kendo-theme" href="/packages/default/dist/all.css">
<link rel="stylesheet" href="/packages/html/assets/styles.css">
<script src="/packages/html/assets/scripts.js"></script>
</head>
<body id="app" class="k-body">
<div id="test-area" class="k-d-grid k-grid-cols-2">
<section>
<p>External dropzone normal</p>
<div class="k-external-dropzone">
<div class="k-dropzone-inner">
<span class="k-dropzone-icon k-icon k-svg-icon k-icon-xxxl k-svg-i-upload">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M32 384v96h448v-96H32zm192-64h64V192h96L256 32 128 192h96v128z"></path>
</svg>
</span>
<span class="k-dropzone-hint">Drag and drop files here to upload</span>
<span class="k-dropzone-note">Only JPEG, PNG and SVG files are allowed.</span>
</div>
</div>
</section>
<section>
<p>External dropzone hover</p>
<div class="k-external-dropzone k-external-dropzone-hover">
<div class="k-dropzone-inner">
<span class="k-dropzone-icon k-icon k-svg-icon k-icon-xxxl k-svg-i-upload">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M32 384v96h448v-96H32zm192-64h64V192h96L256 32 128 192h96v128z"></path>
</svg>
</span>
<span class="k-dropzone-hint">Drag and drop files here to upload</span>
<span class="k-dropzone-note">Only JPEG, PNG and SVG files are allowed.</span>
</div>
</div>
</section>
<section>
<p>External dropzone custom size</p>
<div class="k-external-dropzone" style="height: 350px; width: 400px;">
<div class="k-dropzone-inner">
<span class="k-dropzone-icon k-icon k-svg-icon k-icon-xxxl k-svg-i-upload">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M32 384v96h448v-96H32zm192-64h64V192h96L256 32 128 192h96v128z"></path>
</svg>
</span>
<span class="k-dropzone-hint">Drag and drop files here to upload</span>
<span class="k-dropzone-note">Only JPEG, PNG and SVG files are allowed.</span>
</div>
</div>
</section>
</div>
</body>
</html>
28 changes: 19 additions & 9 deletions tests/dropzone/dropzone.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,44 +10,54 @@
<body id="app" class="k-body">
<div id="test-area" class="k-d-grid k-grid-cols-2">
<section>
<p>External dropzone</p>
<p>External dropzone Empty</p>
<div class="k-external-dropzone">
<div class="k-dropzone-inner">
<span class="k-dropzone-icon k-icon k-svg-icon k-icon-xxxl k-svg-i-upload">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M32 384v96h448v-96H32zm192-64h64V192h96L256 32 128 192h96v128z"></path>
</svg>
</span>
<span class="k-dropzone-hint">Drag and drop files here to upload</span>
<span class="k-dropzone-note"> Only JPEG, PNG and SVG files are allowed. </span>
</div>
</div>
</section>
<section>
<p>External dropzone - hover dragging files</p>
<div class="k-external-dropzone k-external-dropzone-hover">
<p>External dropzone with only Hint</p>
<div class="k-external-dropzone">
<div class="k-dropzone-inner">
<span class="k-dropzone-icon k-icon k-svg-icon k-icon-xxxl k-svg-i-upload">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M32 384v96h448v-96H32zm192-64h64V192h96L256 32 128 192h96v128z"></path>
</svg>
</span>
<span class="k-dropzone-hint">Drag and drop files here to upload</span>
<span class="k-dropzone-note"> Only JPEG, PNG and SVG files are allowed. </span>
</div>
</div>
</section>
<section>
<p>External dropzone</p>
<div class="k-external-dropzone" style="height: 400px;">
<p>External dropzone with only Note</p>
<div class="k-external-dropzone">
<div class="k-dropzone-inner">
<span class="k-dropzone-icon k-icon k-svg-icon k-icon-xxxl k-svg-i-upload">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M32 384v96h448v-96H32zm192-64h64V192h96L256 32 128 192h96v128z"></path>
</svg>
</span>
<span class="k-dropzone-note">Only JPEG, PNG and SVG files are allowed.</span>
</div>
</div>
</section>
<section>
<p>External dropzone with Hind &amp; Note</p>
<div class="k-external-dropzone">
<div class="k-dropzone-inner">
<span class="k-dropzone-icon k-icon k-svg-icon k-icon-xxxl k-svg-i-upload">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M32 384v96h448v-96H32zm192-64h64V192h96L256 32 128 192h96v128z"></path>
</svg>
</span>
<span class="k-dropzone-hint">Drag and drop files here to upload</span>
<span class="k-dropzone-note"> Only JPEG, PNG and SVG files are allowed. </span>
<span class="k-dropzone-note">Only JPEG, PNG and SVG files are allowed.</span>
</div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion tests/spreadsheet/spreadsheet-insert-dialogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</svg>
</span>
<span class="k-dropzone-hint">Drag and drop files here to upload</span>
<span class="k-dropzone-note"> Only JPEG, PNG and SVG files are allowed. </span>
<span class="k-dropzone-note">Only JPEG, PNG and SVG files are allowed.</span>
</div>
</div>
<div class="k-upload k-upload-async">
Expand Down

0 comments on commit 425823e

Please sign in to comment.