Skip to content

Commit

Permalink
Release 1.0.0-beta15
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Nov 1, 2022
1 parent 003410d commit 7586d97
Show file tree
Hide file tree
Showing 1,305 changed files with 478,619 additions and 1,009 deletions.
672 changes: 672 additions & 0 deletions demo/accordion.html

Large diffs are not rendered by default.

874 changes: 874 additions & 0 deletions demo/activity.html

Large diffs are not rendered by default.

65 changes: 65 additions & 0 deletions demo/auth-lock.html
@@ -0,0 +1,65 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-beta15
* @link https://tabler.io
* Copyright 2018-2022 The Tabler Authors
* Copyright 2018-2022 codecalm.net Paweł Kuna
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
-->
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<title>Forgot password - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
<!-- CSS files -->
<link href="./dist/css/tabler.min.css?1667333929" rel="stylesheet"/>
<link href="./dist/css/tabler-flags.min.css?1667333929" rel="stylesheet"/>
<link href="./dist/css/tabler-payments.min.css?1667333929" rel="stylesheet"/>
<link href="./dist/css/tabler-vendors.min.css?1667333929" rel="stylesheet"/>
<link href="./dist/css/demo.min.css?1667333929" rel="stylesheet"/>
<style>
@import url('https://rsms.me/inter/inter.css');
:root {
--tblr-font-sans-serif: Inter, -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
</style>
</head>
<body class=" border-top-wide border-primary d-flex flex-column">
<script src="./dist/js/demo-theme.min.js?1667333929"></script>
<div class="page page-center">
<div class="container container-tight py-4">
<div class="text-center mb-4">
<a href="." class="navbar-brand navbar-brand-autodark"><img src="./static/logo.svg" height="36" alt=""></a>
</div>
<form class="card card-md" action="./" method="get" autocomplete="off" novalidate>
<div class="card-body text-center">
<div class="mb-4">
<h2 class="card-title">Account Locked</h2>
<p class="text-muted">Please enter your password to unlock your account</p>
</div>
<div class="mb-4">
<span class="avatar avatar-xl mb-3" style="background-image: url(./static/avatars/000m.jpg)"></span>
<h3>Paweł Kuna</h3>
</div>
<div class="mb-4">
<input type="password" class="form-control" placeholder="Password&hellip;">
</div>
<div>
<a href="#" class="btn btn-primary w-100">
<!-- Download SVG icon from http://tabler-icons.io/i/lock-open -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><rect x="5" y="11" width="14" height="10" rx="2" /><circle cx="12" cy="16" r="1" /><path d="M8 11v-5a4 4 0 0 1 8 0" /></svg>
Unlock
</a>
</div>
</div>
</form>
</div>
</div>
<!-- Libs JS -->
<!-- Tabler Core -->
<script src="./dist/js/tabler.min.js?1667333929" defer></script>
<script src="./dist/js/demo.min.js?1667333929" defer></script>
</body>
</html>
772 changes: 772 additions & 0 deletions demo/badges.html

Large diffs are not rendered by default.

621 changes: 621 additions & 0 deletions demo/blank.html

Large diffs are not rendered by default.

1,421 changes: 1,421 additions & 0 deletions demo/buttons.html

Large diffs are not rendered by default.

820 changes: 820 additions & 0 deletions demo/card-actions.html

Large diffs are not rendered by default.

761 changes: 761 additions & 0 deletions demo/cards-masonry.html

Large diffs are not rendered by default.

1,332 changes: 1,332 additions & 0 deletions demo/cards.html

Large diffs are not rendered by default.

920 changes: 920 additions & 0 deletions demo/carousel.html

Large diffs are not rendered by default.

1,248 changes: 1,248 additions & 0 deletions demo/changelog.html

Large diffs are not rendered by default.

2,584 changes: 2,584 additions & 0 deletions demo/charts.html

Large diffs are not rendered by default.

918 changes: 918 additions & 0 deletions demo/colors.html

Large diffs are not rendered by default.

706 changes: 706 additions & 0 deletions demo/datagrid.html

Large diffs are not rendered by default.

953 changes: 953 additions & 0 deletions demo/datatables.html

Large diffs are not rendered by default.

301 changes: 301 additions & 0 deletions demo/dist/css/demo.css
@@ -0,0 +1,301 @@
/*!
* Tabler v1.0.0-beta15 (https://tabler.io)
* @version 1.0.0-beta15
* @link https://tabler.io
* Copyright 2018-2022 The Tabler Authors
* Copyright 2018-2022 codecalm.net Paweł Kuna
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
*/
pre.highlight,
.highlight pre {
max-height: 30rem;
margin: 1.5rem 0;
overflow: auto;
border-radius: var(--tblr-border-radius);
}
pre.highlight::-webkit-scrollbar,
.highlight pre::-webkit-scrollbar {
width: 0.5rem;
height: 0.5rem;
-webkit-transition: background 0.3s;
transition: background 0.3s;
}
@media (prefers-reduced-motion: reduce) {
pre.highlight::-webkit-scrollbar,
.highlight pre::-webkit-scrollbar {
-webkit-transition: none;
transition: none;
}
}
pre.highlight::-webkit-scrollbar-thumb,
.highlight pre::-webkit-scrollbar-thumb {
border-radius: 5px;
background: rgba(var(--tblr-light-rgb), 0.16);
}
pre.highlight::-webkit-scrollbar-track,
.highlight pre::-webkit-scrollbar-track {
background: rgba(var(--tblr-light-rgb), 0.06);
}
pre.highlight:hover::-webkit-scrollbar-thumb,
.highlight pre:hover::-webkit-scrollbar-thumb {
background: rgba(var(--tblr-light-rgb), 0.32);
}
pre.highlight::-webkit-scrollbar-corner,
.highlight pre::-webkit-scrollbar-corner {
background: transparent;
}

.highlight {
margin: 0;
}
.highlight code > * {
margin: 0 !important;
padding: 0 !important;
}
.highlight .c, .highlight .c1 {
color: #a0aec0;
}
.highlight .nt, .highlight .nc, .highlight .nx {
color: #ff8383;
}
.highlight .na, .highlight .p {
color: #ffe484;
}
.highlight .s, .highlight .dl, .highlight .s2 {
color: #b5f4a5;
}
.highlight .k {
color: #93ddfd;
}
.highlight .s1, .highlight .mi {
color: #d9a9ff;
}

.example {
padding: 2rem;
margin: 1rem 0 2rem;
border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
border-radius: 3px 3px 0 0;
position: relative;
min-height: 12rem;
display: flex;
align-items: center;
overflow-x: auto;
}

.example-centered {
justify-content: center;
}
.example-centered .example-content {
flex: 0 auto;
}

.example-content {
font-size: 0.875rem;
line-height: 1.4285714286;
color: #1d273b;
flex: 1;
max-width: 100%;
}
.example-content .page-header {
margin-bottom: 0;
}

.example-bg {
background: #f1f5f9;
}

.example-code {
margin: 2rem 0;
border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
border-top: none;
}
.example-code pre {
margin: 0;
border: 0;
border-radius: 0 0 3px 3px;
}
.example + .example-code {
margin-top: -2rem;
}

.example-column {
margin: 0 auto;
}
.example-column > .card:last-of-type {
margin-bottom: 0;
}

.example-column-1 {
max-width: 26rem;
}

.example-column-2 {
max-width: 52rem;
}

.example-modal-backdrop {
background: #1d273b;
opacity: 0.24;
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 100%;
border-radius: 2px 2px 0 0;
}

@media not print {
.theme-dark .example {
background-color: #1a2234;
border-color: #243049;
}
.theme-dark .example-content {
color: #f8fafc;
}
.theme-dark .example-code {
border-color: #243049;
border-top: none;
}
}
@media not print {
@media (prefers-color-scheme: dark) {
.theme-dark-auto .example {
background-color: #1a2234;
border-color: #243049;
}
.theme-dark-auto .example-content {
color: #f8fafc;
}
.theme-dark-auto .example-code {
border-color: #243049;
border-top: none;
}
}
}
.card-sponsor {
background: #dbe7f6 no-repeat center/100% 100%;
border-color: #548ed2;
min-height: 316px;
}

body.no-transitions * {
transition: none !important;
}

.dropdown-menu-demo {
display: inline-block;
width: 100%;
position: relative;
top: 0;
margin-bottom: 1rem !important;
}

.demo-icon-preview {
position: -webkit-sticky;
position: sticky;
top: 0;
}
.demo-icon-preview svg,
.demo-icon-preview i {
width: 15rem;
height: 15rem;
font-size: 15rem;
stroke-width: 1.5;
margin: 0 auto;
display: block;
}
@media (max-width: 575.98px) {
.demo-icon-preview svg,
.demo-icon-preview i {
width: 10rem;
height: 10rem;
font-size: 10rem;
}
}

.demo-icon-preview-icon pre {
margin: 0;
-webkit-user-select: all;
-moz-user-select: all;
user-select: all;
}

.demo-dividers > p {
opacity: 0.2;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.demo-icons-list {
display: flex;
flex-wrap: wrap;
padding: 0;
margin: 0 -2px -1px 0;
list-style: none;
}
.demo-icons-list > * {
flex: 1 0 4rem;
}

.demo-icons-list-wrap {
overflow: hidden;
}

.demo-icons-list-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
aspect-ratio: 1;
text-align: center;
padding: 0.5rem;
border-right: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
color: inherit;
cursor: pointer;
}
.demo-icons-list-item .icon {
width: 1.5rem;
height: 1.5rem;
font-size: 1.5rem;
}
.demo-icons-list-item:hover {
text-decoration: none;
}

.settings-btn {
position: fixed;
right: -1px;
top: 10rem;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
box-shadow: rgba(var(--tblr-body-color-rgb), 0.04) 0 2px 4px 0;
}

.settings-scheme {
display: inline-block;
border-radius: 50%;
height: 3rem;
width: 3rem;
position: relative;
border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
box-shadow: rgba(var(--tblr-body-color-rgb), 0.04) 0 2px 4px 0;
}
.settings-scheme-light {
background: linear-gradient(135deg, #ffffff 50%, #f8fafc 50%);
}
.settings-scheme-mixed {
background-image: linear-gradient(135deg, #1d273b 50%, #fff 50%);
}
.settings-scheme-transparent {
background: #f8fafc;
}
.settings-scheme-dark {
background: #1d273b;
}
.settings-scheme-colored {
background-image: linear-gradient(135deg, var(--tblr-primary) 50%, #f8fafc 50%);
}
9 changes: 9 additions & 0 deletions demo/dist/css/demo.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 7586d97

@vercel
Copy link

@vercel vercel bot commented on 7586d97 Nov 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tabler – ./

tabler-git-main-tabler-io.vercel.app
preview.tabler.io
demo.tabler.io
tabler-tabler-io.vercel.app

Please sign in to comment.