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 inikolova committed Nov 22, 2024
1 parent b668ba3 commit fac80c4
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 1 deletion.
Binary file modified tests/_output/bootstrap/notification/notification.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/classic/notification/notification.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/default/notification/notification.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/notification/notification.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/notification/notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 47 additions & 1 deletion tests/notification/notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

</style>
<div id="test-area" class="k-d-grid k-grid-cols-4">
<div id="test-area" class="k-d-grid k-grid-cols-5">
<span class="k-colspan-all k-col-span-full">LTR</span>
<div>
<div class="k-animation-container k-animation-container-shown">
Expand Down Expand Up @@ -86,6 +86,29 @@
</div>
</div>
</div>
<div>
<div class="k-animation-container k-animation-container-shown">
<div class="k-child-animation-container">
<div class="k-notification k-notification-base k-notification-closable">
<span class="k-notification-status k-icon k-svg-icon k-svg-i-exclamation-circle">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M224 128h64v160h-64zm0 256h64v-64h-64zm256-128c0 123.7-100.3 224-224 224S32 379.7 32 256 132.3 32 256 32s224 100.3 224 224m-32 0c0-106-86-192-192-192S64 150 64 256s86 192 192 192 192-86 192-192"></path>
</svg>
</span>
<div class="k-notification-content">Closable notification with icon and very long text start ............. ............ .................... .......... ............ end</div>
<span class="k-notification-actions">
<span class="k-notification-action k-notification-close-action">
<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">
<path d="M416 141.3 301.3 256 416 370.7 370.7 416 256 301.3 141.3 416 96 370.7 210.7 256 96 141.3 141.3 96 256 210.7 370.7 96z"></path>
</svg>
</span>
</span>
</span>
</div>
</div>
</div>
</div>
<span class="k-colspan-all k-col-span-full">RTL</span>
<div dir="rtl">
<div class="k-animation-container k-animation-container-shown">
Expand Down Expand Up @@ -151,6 +174,29 @@
</div>
</div>
</div>
<div dir="rtl">
<div class="k-animation-container k-animation-container-shown">
<div class="k-child-animation-container">
<div class="k-notification k-notification-base k-notification-closable">
<span class="k-notification-status k-icon k-svg-icon k-svg-i-exclamation-circle">
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path d="M224 128h64v160h-64zm0 256h64v-64h-64zm256-128c0 123.7-100.3 224-224 224S32 379.7 32 256 132.3 32 256 32s224 100.3 224 224m-32 0c0-106-86-192-192-192S64 150 64 256s86 192 192 192 192-86 192-192"></path>
</svg>
</span>
<div class="k-notification-content">Closable notification with icon and very long text start ............. ............ .................... .......... ............ end</div>
<span class="k-notification-actions">
<span class="k-notification-action k-notification-close-action">
<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">
<path d="M416 141.3 301.3 256 416 370.7 370.7 416 256 301.3 141.3 416 96 370.7 210.7 256 96 141.3 141.3 96 256 210.7 370.7 96z"></path>
</svg>
</span>
</span>
</span>
</div>
</div>
</div>
</div>
</div>
</body>
</html>

0 comments on commit fac80c4

Please sign in to comment.