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 epetrow committed Aug 27, 2024
1 parent c5475a3 commit e7b4ab1
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 deletions.
Binary file modified tests/_output/bootstrap/dock-manager/dock-manager.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/dock-manager/dock-manager.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/dock-manager/dock-manager.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/fluent/dock-manager/dock-manager.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/pivotgrid/pivotgrid-settings-left-right.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/material/dock-manager/dock-manager.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/dock-manager/dock-manager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tests/dock-manager/dock-manager-unpinned-pane.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</span>
</button>
</li>
<li class="k-item">
<li class="k-item k-last">
<span class="k-link">File 2</span>
<button class="k-button k-button-md k-button-flat k-button-flat-primary k-rounded-md k-icon-button">
<span class="k-button-icon k-icon k-svg-icon k-svg-i-pin">
Expand Down Expand Up @@ -128,7 +128,7 @@
</span>
</button>
</li>
<li class="k-item">
<li class="k-item k-last">
<span class="k-link">File 6</span>
<button class="k-button k-button-md k-button-flat k-button-flat-primary k-rounded-md k-icon-button">
<span class="k-button-icon k-icon k-svg-icon k-svg-i-pin">
Expand Down
8 changes: 4 additions & 4 deletions tests/dock-manager/dock-manager.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<section>
<div class="k-dock-manager">
<div class="k-toolbar-left k-dock-manager-toolbar k-toolbar k-toolbar-md">
<button class="k-toolbar-button k-button k-button-md k-button-flat k-button-flat-base k-rounded-md">
<button class="k-toolbar-button k-button k-button-sm k-button-flat k-button-flat-base k-rounded-md">
<span class="k-button-text">File 3</span>
</button>
<div class="k-separator k-separator-horizontal"></div>
<button class="k-toolbar-button k-button k-button-md k-button-flat k-button-flat-base k-rounded-md">
<button class="k-toolbar-button k-button k-button-sm k-button-flat k-button-flat-base k-rounded-md">
<span class="k-button-text">File 4</span>
</button>
</div>
Expand Down Expand Up @@ -83,7 +83,7 @@
</span>
</button>
</li>
<li class="k-item">
<li class="k-item k-last">
<span class="k-link">File 2</span>
<button class="k-button k-button-md k-button-flat k-button-flat-primary k-rounded-md k-icon-button">
<span class="k-button-icon k-icon k-svg-icon k-svg-i-pin">
Expand Down Expand Up @@ -131,7 +131,7 @@
</span>
</button>
</li>
<li class="k-item">
<li class="k-item k-last">
<span class="k-link">File 6</span>
<button class="k-button k-button-md k-button-flat k-button-flat-primary k-rounded-md k-icon-button">
<span class="k-button-icon k-icon k-svg-icon k-svg-i-pin">
Expand Down
4 changes: 2 additions & 2 deletions tests/pivotgrid/pivotgrid-settings-left-right.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<div class="k-pivotgrid-configurator-header-text">Settings</div>
</div>
<div class="k-pivotgrid-configurator-content">
<form class="k-form-horizontal k-form k-form-md">
<form class="k-form k-form-md k-form-vertical">
<div class="k-form-field">
<label class="k-label">Fields</label>
</div>
Expand Down Expand Up @@ -685,7 +685,7 @@
<div class="k-pivotgrid-configurator-header-text">Settings</div>
</div>
<div class="k-pivotgrid-configurator-content">
<form class="k-form-horizontal k-form k-form-md">
<form class="k-form k-form-md k-form-vertical">
<div class="k-form-field">
<label class="k-label">Fields</label>
</div>
Expand Down
20 changes: 10 additions & 10 deletions tests/scheduler/scheduler-agenda-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<td class="k-scheduler-cell">
<div class="k-task">
<span class="k-scheduler-mark" style="background-color: gold;"></span>
<span class="k-scheduler-task text">Task 1 Title</span>
<span class="k-scheduler-task-text">Task 1 Title</span>
<a href="#" class="k-link k-event-delete">
<span class="k-icon k-svg-icon k-svg-i-x">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
Expand All @@ -119,7 +119,7 @@
<td class="k-scheduler-cell">
<div class="k-task">
<span class="k-scheduler-mark" style="background-color: gold;"></span>
<span class="k-scheduler-task text">Task 2 Title</span>
<span class="k-scheduler-task-text">Task 2 Title</span>
<a href="#" class="k-link k-event-delete">
<span class="k-icon k-svg-icon k-svg-i-x">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
Expand All @@ -142,7 +142,7 @@
<td class="k-scheduler-cell">
<div class="k-task">
<span class="k-scheduler-mark" style="background-color: gold;"></span>
<span class="k-scheduler-task text">Task 3 Title</span>
<span class="k-scheduler-task-text">Task 3 Title</span>
<a href="#" class="k-link k-event-delete">
<span class="k-icon k-svg-icon k-svg-i-x">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
Expand Down Expand Up @@ -170,7 +170,7 @@
<path d="M480 288c0 123.7-100.3 224-224 224S32 411.7 32 288 132.3 64 256 64V0l160 96-160 96v-64c-88.2 0-160 71.8-160 160s71.8 160 160 160 160-71.8 160-160c0-29.1-7.8-56.4-21.5-80l55.5-32c19.1 32.9 30 71.2 30 112"></path>
</svg>
</span>
<span class="k-scheduler-task text">Task 4 Title</span>
<span class="k-scheduler-task-text">Task 4 Title</span>
</div>
</td>
</tr>
Expand Down Expand Up @@ -263,7 +263,7 @@
<div class="k-scheduler-cell">
<div class="k-task">
<span class="k-scheduler-mark" style="background-color: gold;"></span>
<span class="k-scheduler-task text">Task 1 Title</span>
<span class="k-scheduler-task-text">Task 1 Title</span>
<a href="#" class="k-link k-event-delete">
<span class="k-icon k-svg-icon k-svg-i-x">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
Expand All @@ -286,7 +286,7 @@
<path d="M480 288c0 123.7-100.3 224-224 224S32 411.7 32 288 132.3 64 256 64V0l160 96-160 96v-64c-88.2 0-160 71.8-160 160s71.8 160 160 160 160-71.8 160-160c0-29.1-7.8-56.4-21.5-80l55.5-32c19.1 32.9 30 71.2 30 112"></path>
</svg>
</span>
<span class="k-scheduler-task text">Task 2 Title</span>
<span class="k-scheduler-task-text">Task 2 Title</span>
<a href="#" class="k-link k-event-delete">
<span class="k-icon k-svg-icon k-svg-i-x">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
Expand All @@ -304,7 +304,7 @@
<div class="k-scheduler-cell">
<div class="k-task">
<span class="k-scheduler-mark" style="background-color: gold;"></span>
<span class="k-scheduler-task text">Task 3 Title</span>
<span class="k-scheduler-task-text">Task 3 Title</span>
<a href="#" class="k-link k-event-delete">
<span class="k-icon k-svg-icon k-svg-i-x">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
Expand Down Expand Up @@ -333,7 +333,7 @@
<div class="k-scheduler-cell">
<div class="k-task">
<span class="k-scheduler-mark" style="background-color: gold;"></span>
<span class="k-scheduler-task text">Task 1 Title</span>
<span class="k-scheduler-task-text">Task 1 Title</span>
<a href="#" class="k-link k-event-delete">
<span class="k-icon k-svg-icon k-svg-i-x">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
Expand All @@ -356,7 +356,7 @@
<path d="M480 288c0 123.7-100.3 224-224 224S32 411.7 32 288 132.3 64 256 64V0l160 96-160 96v-64c-88.2 0-160 71.8-160 160s71.8 160 160 160 160-71.8 160-160c0-29.1-7.8-56.4-21.5-80l55.5-32c19.1 32.9 30 71.2 30 112"></path>
</svg>
</span>
<span class="k-scheduler-task text">Task 2 Title</span>
<span class="k-scheduler-task-text">Task 2 Title</span>
<a href="#" class="k-link k-event-delete">
<span class="k-icon k-svg-icon k-svg-i-x">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
Expand All @@ -374,7 +374,7 @@
<div class="k-scheduler-cell">
<div class="k-task">
<span class="k-scheduler-mark" style="background-color: gold;"></span>
<span class="k-scheduler-task text">Task 3 Title</span>
<span class="k-scheduler-task-text">Task 3 Title</span>
<a href="#" class="k-link k-event-delete">
<span class="k-icon k-svg-icon k-svg-i-x">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
Expand Down

0 comments on commit e7b4ab1

Please sign in to comment.