Browse Source

Release 1.0.0-alpha.15

codecalm 4 years ago
parent
commit
d2e8d39ad1
10 changed files with 147 additions and 89 deletions
  1. 2 4
      demo/404.html
  2. 2 4
      demo/500.html
  3. 14 7
      demo/activity.html
  4. 57 35
      demo/all.html
  5. 2 4
      demo/auth-lock.html
  6. 14 7
      demo/blank.html
  7. 14 7
      demo/buttons.html
  8. 14 7
      demo/cards-masonry.html
  9. 14 7
      demo/cards.html
  10. 14 7
      demo/carousel.html

+ 2 - 4
demo/404.html

@@ -1,7 +1,7 @@
 <!doctype html>
 <!--
 * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-* @version 1.0.0-alpha.14
+* @version 1.0.0-alpha.15
 * @link https://tabler.io
 * Copyright 2018-2020 The Tabler Authors
 * Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -20,9 +20,7 @@
     <link href="./dist/css/tabler-vendors.min.css" rel="stylesheet"/>
     <link href="./dist/css/demo.min.css" rel="stylesheet"/>
     <style>
-      body {
-      	display: none;
-      }
+      body { display: none; }
     </style>
   </head>
   <body class="antialiased border-top-wide border-primary d-flex flex-column">

+ 2 - 4
demo/500.html

@@ -1,7 +1,7 @@
 <!doctype html>
 <!--
 * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-* @version 1.0.0-alpha.14
+* @version 1.0.0-alpha.15
 * @link https://tabler.io
 * Copyright 2018-2020 The Tabler Authors
 * Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -20,9 +20,7 @@
     <link href="./dist/css/tabler-vendors.min.css" rel="stylesheet"/>
     <link href="./dist/css/demo.min.css" rel="stylesheet"/>
     <style>
-      body {
-      	display: none;
-      }
+      body { display: none; }
     </style>
   </head>
   <body class="antialiased border-top-wide border-primary d-flex flex-column">

+ 14 - 7
demo/activity.html

@@ -1,7 +1,7 @@
 <!doctype html>
 <!--
 * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-* @version 1.0.0-alpha.14
+* @version 1.0.0-alpha.15
 * @link https://tabler.io
 * Copyright 2018-2020 The Tabler Authors
 * Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -20,9 +20,7 @@
     <link href="./dist/css/tabler-vendors.min.css" rel="stylesheet"/>
     <link href="./dist/css/demo.min.css" rel="stylesheet"/>
     <style>
-      body {
-      	display: none;
-      }
+      body { display: none; }
     </style>
   </head>
   <body class="antialiased">
@@ -88,7 +86,7 @@
                     <span class="nav-link-icon d-md-none d-lg-inline-block"><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"/><polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" /><line x1="12" y1="12" x2="20" y2="7.5" /><line x1="12" y1="12" x2="12" y2="21" /><line x1="12" y1="12" x2="4" y2="7.5" /><line x1="16" y1="5.25" x2="8" y2="9.75" /></svg>
                     </span>
                     <span class="nav-link-title">
-                      User Interface
+                      Interface
                     </span>
                   </a>
                   <div class="dropdown-menu">
@@ -121,6 +119,9 @@
                         <a class="dropdown-item" href="./maps.html" >
                           Maps
                         </a>
+                        <a class="dropdown-item" href="./map-fullsize.html" >
+                          Map fullsize
+                        </a>
                         <a class="dropdown-item" href="./maps-vector.html" >
                           Vector maps
                         </a>
@@ -255,6 +256,9 @@
                         <a class="dropdown-item" href="./layout-vertical.html" >
                           Vertical
                         </a>
+                        <a class="dropdown-item" href="./layout-vertical-transparent.html" >
+                          Vertical transparent
+                        </a>
                         <a class="dropdown-item" href="./layout-vertical-right.html" >
                           Right vertical
                         </a>
@@ -272,6 +276,9 @@
                         <a class="dropdown-item" href="./layout-navbar-dark.html" >
                           Navbar dark
                         </a>
+                        <a class="dropdown-item" href="./layout-navbar-sticky.html" >
+                          Navbar sticky
+                        </a>
                         <a class="dropdown-item" href="./layout-navbar-overlap.html" >
                           Navbar overlap
                         </a>
@@ -591,7 +598,7 @@
                 <ul class="list-inline list-inline-dots mb-0">
                   <li class="list-inline-item"><a href="./docs/index.html" class="link-secondary">Documentation</a></li>
                   <li class="list-inline-item"><a href="./license.html" class="link-secondary">License</a></li>
-                  <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary">Source code</a></li>
+                  <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
                 </ul>
               </div>
               <div class="col-12 col-lg-auto mt-3 mt-lg-0">
@@ -602,7 +609,7 @@
                     All rights reserved.
                   </li>
                   <li class="list-inline-item">
-                    <a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
+                    <a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.15</a>
                   </li>
                 </ul>
               </div>

+ 57 - 35
demo/all.html

@@ -1,7 +1,7 @@
 <!doctype html>
 <!--
 * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-* @version 1.0.0-alpha.14
+* @version 1.0.0-alpha.15
 * @link https://tabler.io
 * Copyright 2018-2020 The Tabler Authors
 * Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -20,9 +20,7 @@
     <link href="./dist/css/tabler-vendors.min.css" rel="stylesheet"/>
     <link href="./dist/css/demo.min.css" rel="stylesheet"/>
     <style>
-      body {
-      	display: none;
-      }
+      body { display: none; }
     </style>
   </head>
   <body class="antialiased">
@@ -88,7 +86,7 @@
                     <span class="nav-link-icon d-md-none d-lg-inline-block"><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"/><polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" /><line x1="12" y1="12" x2="20" y2="7.5" /><line x1="12" y1="12" x2="12" y2="21" /><line x1="12" y1="12" x2="4" y2="7.5" /><line x1="16" y1="5.25" x2="8" y2="9.75" /></svg>
                     </span>
                     <span class="nav-link-title">
-                      User Interface
+                      Interface
                     </span>
                   </a>
                   <div class="dropdown-menu">
@@ -121,6 +119,9 @@
                         <a class="dropdown-item" href="./maps.html" >
                           Maps
                         </a>
+                        <a class="dropdown-item" href="./map-fullsize.html" >
+                          Map fullsize
+                        </a>
                         <a class="dropdown-item" href="./maps-vector.html" >
                           Vector maps
                         </a>
@@ -255,6 +256,9 @@
                         <a class="dropdown-item" href="./layout-vertical.html" >
                           Vertical
                         </a>
+                        <a class="dropdown-item" href="./layout-vertical-transparent.html" >
+                          Vertical transparent
+                        </a>
                         <a class="dropdown-item" href="./layout-vertical-right.html" >
                           Right vertical
                         </a>
@@ -272,6 +276,9 @@
                         <a class="dropdown-item" href="./layout-navbar-dark.html" >
                           Navbar dark
                         </a>
+                        <a class="dropdown-item" href="./layout-navbar-sticky.html" >
+                          Navbar sticky
+                        </a>
                         <a class="dropdown-item" href="./layout-navbar-overlap.html" >
                           Navbar overlap
                         </a>
@@ -338,19 +345,9 @@
                 <div class="card-body">
                   <ul>
                     <li>
-                      <a href="/layout-horizontal.html">
-                        layout-horizontal.html
-                      </a>
-                    </li>
-                    <li>
-                      <a href="/redirects.json">
+                      <a href="/robots.txt">
                         <svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
-                        redirects.json
-                      </a>
-                    </li>
-                    <li>
-                      <a href="/layout-navbar-overlap.html">
-                        layout-navbar-overlap.html
+                        robots.txt
                       </a>
                     </li>
                     <li>
@@ -383,31 +380,44 @@
                         layout-fluid.html
                       </a>
                     </li>
+                    <li>
+                      <a href="/layout-horizontal.html">
+                        layout-horizontal.html
+                      </a>
+                    </li>
                     <li>
                       <a href="/layout-navbar-dark.html">
                         layout-navbar-dark.html
                       </a>
                     </li>
                     <li>
-                      <a href="/docs.html">
-                        <svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
-                        redirect.html
+                      <a href="/layout-navbar-overlap.html">
+                        layout-navbar-overlap.html
                       </a>
                     </li>
                     <li>
-                      <a href="/tables.html">
-                        tables.html
+                      <a href="/layout-navbar-sticky.html">
+                        layout-navbar-sticky.html
                       </a>
                     </li>
                     <li>
-                      <a href="/skeleton.html">
-                        skeleton.html
+                      <a href="/layout-vertical-right.html">
+                        layout-vertical-right.html
                       </a>
                     </li>
                     <li>
-                      <a href="/sitemap.xml">
-                        <svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
-                        sitemap.xml
+                      <a href="/layout-vertical-transparent.html">
+                        layout-vertical-transparent.html
+                      </a>
+                    </li>
+                    <li>
+                      <a href="/layout-vertical.html">
+                        layout-vertical.html
+                      </a>
+                    </li>
+                    <li>
+                      <a href="/map-fullsize.html">
+                        map-fullsize.html
                       </a>
                     </li>
                     <li>
@@ -416,19 +426,31 @@
                       </a>
                     </li>
                     <li>
-                      <a href="/robots.txt">
+                      <a href="/sitemap.xml">
                         <svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
-                        robots.txt
+                        sitemap.xml
                       </a>
                     </li>
                     <li>
-                      <a href="/layout-vertical.html">
-                        layout-vertical.html
+                      <a href="/skeleton.html">
+                        skeleton.html
                       </a>
                     </li>
                     <li>
-                      <a href="/layout-vertical-right.html">
-                        layout-vertical-right.html
+                      <a href="/tables.html">
+                        tables.html
+                      </a>
+                    </li>
+                    <li>
+                      <a href="/docs.html">
+                        <svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
+                        redirect.html
+                      </a>
+                    </li>
+                    <li>
+                      <a href="/redirects.json">
+                        <svg xmlns="http://www.w3.org/2000/svg" class="icon mr-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
+                        redirects.json
                       </a>
                     </li>
                     <li>
@@ -656,7 +678,7 @@
                 <ul class="list-inline list-inline-dots mb-0">
                   <li class="list-inline-item"><a href="./docs/index.html" class="link-secondary">Documentation</a></li>
                   <li class="list-inline-item"><a href="./license.html" class="link-secondary">License</a></li>
-                  <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary">Source code</a></li>
+                  <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
                 </ul>
               </div>
               <div class="col-12 col-lg-auto mt-3 mt-lg-0">
@@ -667,7 +689,7 @@
                     All rights reserved.
                   </li>
                   <li class="list-inline-item">
-                    <a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
+                    <a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.15</a>
                   </li>
                 </ul>
               </div>

+ 2 - 4
demo/auth-lock.html

@@ -1,7 +1,7 @@
 <!doctype html>
 <!--
 * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-* @version 1.0.0-alpha.14
+* @version 1.0.0-alpha.15
 * @link https://tabler.io
 * Copyright 2018-2020 The Tabler Authors
 * Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -20,9 +20,7 @@
     <link href="./dist/css/tabler-vendors.min.css" rel="stylesheet"/>
     <link href="./dist/css/demo.min.css" rel="stylesheet"/>
     <style>
-      body {
-      	display: none;
-      }
+      body { display: none; }
     </style>
   </head>
   <body class="antialiased border-top-wide border-primary d-flex flex-column">

+ 14 - 7
demo/blank.html

@@ -1,7 +1,7 @@
 <!doctype html>
 <!--
 * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-* @version 1.0.0-alpha.14
+* @version 1.0.0-alpha.15
 * @link https://tabler.io
 * Copyright 2018-2020 The Tabler Authors
 * Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -20,9 +20,7 @@
     <link href="./dist/css/tabler-vendors.min.css" rel="stylesheet"/>
     <link href="./dist/css/demo.min.css" rel="stylesheet"/>
     <style>
-      body {
-      	display: none;
-      }
+      body { display: none; }
     </style>
   </head>
   <body class="antialiased">
@@ -88,7 +86,7 @@
                     <span class="nav-link-icon d-md-none d-lg-inline-block"><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"/><polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" /><line x1="12" y1="12" x2="20" y2="7.5" /><line x1="12" y1="12" x2="12" y2="21" /><line x1="12" y1="12" x2="4" y2="7.5" /><line x1="16" y1="5.25" x2="8" y2="9.75" /></svg>
                     </span>
                     <span class="nav-link-title">
-                      User Interface
+                      Interface
                     </span>
                   </a>
                   <div class="dropdown-menu">
@@ -121,6 +119,9 @@
                         <a class="dropdown-item" href="./maps.html" >
                           Maps
                         </a>
+                        <a class="dropdown-item" href="./map-fullsize.html" >
+                          Map fullsize
+                        </a>
                         <a class="dropdown-item" href="./maps-vector.html" >
                           Vector maps
                         </a>
@@ -255,6 +256,9 @@
                         <a class="dropdown-item" href="./layout-vertical.html" >
                           Vertical
                         </a>
+                        <a class="dropdown-item" href="./layout-vertical-transparent.html" >
+                          Vertical transparent
+                        </a>
                         <a class="dropdown-item" href="./layout-vertical-right.html" >
                           Right vertical
                         </a>
@@ -272,6 +276,9 @@
                         <a class="dropdown-item" href="./layout-navbar-dark.html" >
                           Navbar dark
                         </a>
+                        <a class="dropdown-item" href="./layout-navbar-sticky.html" >
+                          Navbar sticky
+                        </a>
                         <a class="dropdown-item" href="./layout-navbar-overlap.html" >
                           Navbar overlap
                         </a>
@@ -339,7 +346,7 @@
                 <ul class="list-inline list-inline-dots mb-0">
                   <li class="list-inline-item"><a href="./docs/index.html" class="link-secondary">Documentation</a></li>
                   <li class="list-inline-item"><a href="./license.html" class="link-secondary">License</a></li>
-                  <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary">Source code</a></li>
+                  <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
                 </ul>
               </div>
               <div class="col-12 col-lg-auto mt-3 mt-lg-0">
@@ -350,7 +357,7 @@
                     All rights reserved.
                   </li>
                   <li class="list-inline-item">
-                    <a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
+                    <a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.15</a>
                   </li>
                 </ul>
               </div>

+ 14 - 7
demo/buttons.html

@@ -1,7 +1,7 @@
 <!doctype html>
 <!--
 * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-* @version 1.0.0-alpha.14
+* @version 1.0.0-alpha.15
 * @link https://tabler.io
 * Copyright 2018-2020 The Tabler Authors
 * Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -20,9 +20,7 @@
     <link href="./dist/css/tabler-vendors.min.css" rel="stylesheet"/>
     <link href="./dist/css/demo.min.css" rel="stylesheet"/>
     <style>
-      body {
-      	display: none;
-      }
+      body { display: none; }
     </style>
   </head>
   <body class="antialiased">
@@ -88,7 +86,7 @@
                     <span class="nav-link-icon d-md-none d-lg-inline-block"><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"/><polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" /><line x1="12" y1="12" x2="20" y2="7.5" /><line x1="12" y1="12" x2="12" y2="21" /><line x1="12" y1="12" x2="4" y2="7.5" /><line x1="16" y1="5.25" x2="8" y2="9.75" /></svg>
                     </span>
                     <span class="nav-link-title">
-                      User Interface
+                      Interface
                     </span>
                   </a>
                   <div class="dropdown-menu">
@@ -121,6 +119,9 @@
                         <a class="dropdown-item" href="./maps.html" >
                           Maps
                         </a>
+                        <a class="dropdown-item" href="./map-fullsize.html" >
+                          Map fullsize
+                        </a>
                         <a class="dropdown-item" href="./maps-vector.html" >
                           Vector maps
                         </a>
@@ -255,6 +256,9 @@
                         <a class="dropdown-item" href="./layout-vertical.html" >
                           Vertical
                         </a>
+                        <a class="dropdown-item" href="./layout-vertical-transparent.html" >
+                          Vertical transparent
+                        </a>
                         <a class="dropdown-item" href="./layout-vertical-right.html" >
                           Right vertical
                         </a>
@@ -272,6 +276,9 @@
                         <a class="dropdown-item" href="./layout-navbar-dark.html" >
                           Navbar dark
                         </a>
+                        <a class="dropdown-item" href="./layout-navbar-sticky.html" >
+                          Navbar sticky
+                        </a>
                         <a class="dropdown-item" href="./layout-navbar-overlap.html" >
                           Navbar overlap
                         </a>
@@ -1110,7 +1117,7 @@
                 <ul class="list-inline list-inline-dots mb-0">
                   <li class="list-inline-item"><a href="./docs/index.html" class="link-secondary">Documentation</a></li>
                   <li class="list-inline-item"><a href="./license.html" class="link-secondary">License</a></li>
-                  <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary">Source code</a></li>
+                  <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
                 </ul>
               </div>
               <div class="col-12 col-lg-auto mt-3 mt-lg-0">
@@ -1121,7 +1128,7 @@
                     All rights reserved.
                   </li>
                   <li class="list-inline-item">
-                    <a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
+                    <a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.15</a>
                   </li>
                 </ul>
               </div>

+ 14 - 7
demo/cards-masonry.html

@@ -1,7 +1,7 @@
 <!doctype html>
 <!--
 * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-* @version 1.0.0-alpha.14
+* @version 1.0.0-alpha.15
 * @link https://tabler.io
 * Copyright 2018-2020 The Tabler Authors
 * Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -20,9 +20,7 @@
     <link href="./dist/css/tabler-vendors.min.css" rel="stylesheet"/>
     <link href="./dist/css/demo.min.css" rel="stylesheet"/>
     <style>
-      body {
-      	display: none;
-      }
+      body { display: none; }
     </style>
   </head>
   <body class="antialiased">
@@ -88,7 +86,7 @@
                     <span class="nav-link-icon d-md-none d-lg-inline-block"><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"/><polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" /><line x1="12" y1="12" x2="20" y2="7.5" /><line x1="12" y1="12" x2="12" y2="21" /><line x1="12" y1="12" x2="4" y2="7.5" /><line x1="16" y1="5.25" x2="8" y2="9.75" /></svg>
                     </span>
                     <span class="nav-link-title">
-                      User Interface
+                      Interface
                     </span>
                   </a>
                   <div class="dropdown-menu">
@@ -121,6 +119,9 @@
                         <a class="dropdown-item" href="./maps.html" >
                           Maps
                         </a>
+                        <a class="dropdown-item" href="./map-fullsize.html" >
+                          Map fullsize
+                        </a>
                         <a class="dropdown-item" href="./maps-vector.html" >
                           Vector maps
                         </a>
@@ -255,6 +256,9 @@
                         <a class="dropdown-item" href="./layout-vertical.html" >
                           Vertical
                         </a>
+                        <a class="dropdown-item" href="./layout-vertical-transparent.html" >
+                          Vertical transparent
+                        </a>
                         <a class="dropdown-item" href="./layout-vertical-right.html" >
                           Right vertical
                         </a>
@@ -272,6 +276,9 @@
                         <a class="dropdown-item" href="./layout-navbar-dark.html" >
                           Navbar dark
                         </a>
+                        <a class="dropdown-item" href="./layout-navbar-sticky.html" >
+                          Navbar sticky
+                        </a>
                         <a class="dropdown-item" href="./layout-navbar-overlap.html" >
                           Navbar overlap
                         </a>
@@ -582,7 +589,7 @@
                 <ul class="list-inline list-inline-dots mb-0">
                   <li class="list-inline-item"><a href="./docs/index.html" class="link-secondary">Documentation</a></li>
                   <li class="list-inline-item"><a href="./license.html" class="link-secondary">License</a></li>
-                  <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary">Source code</a></li>
+                  <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
                 </ul>
               </div>
               <div class="col-12 col-lg-auto mt-3 mt-lg-0">
@@ -593,7 +600,7 @@
                     All rights reserved.
                   </li>
                   <li class="list-inline-item">
-                    <a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
+                    <a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.15</a>
                   </li>
                 </ul>
               </div>

+ 14 - 7
demo/cards.html

@@ -1,7 +1,7 @@
 <!doctype html>
 <!--
 * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-* @version 1.0.0-alpha.14
+* @version 1.0.0-alpha.15
 * @link https://tabler.io
 * Copyright 2018-2020 The Tabler Authors
 * Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -20,9 +20,7 @@
     <link href="./dist/css/tabler-vendors.min.css" rel="stylesheet"/>
     <link href="./dist/css/demo.min.css" rel="stylesheet"/>
     <style>
-      body {
-      	display: none;
-      }
+      body { display: none; }
     </style>
   </head>
   <body class="antialiased">
@@ -88,7 +86,7 @@
                     <span class="nav-link-icon d-md-none d-lg-inline-block"><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"/><polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" /><line x1="12" y1="12" x2="20" y2="7.5" /><line x1="12" y1="12" x2="12" y2="21" /><line x1="12" y1="12" x2="4" y2="7.5" /><line x1="16" y1="5.25" x2="8" y2="9.75" /></svg>
                     </span>
                     <span class="nav-link-title">
-                      User Interface
+                      Interface
                     </span>
                   </a>
                   <div class="dropdown-menu">
@@ -121,6 +119,9 @@
                         <a class="dropdown-item" href="./maps.html" >
                           Maps
                         </a>
+                        <a class="dropdown-item" href="./map-fullsize.html" >
+                          Map fullsize
+                        </a>
                         <a class="dropdown-item" href="./maps-vector.html" >
                           Vector maps
                         </a>
@@ -255,6 +256,9 @@
                         <a class="dropdown-item" href="./layout-vertical.html" >
                           Vertical
                         </a>
+                        <a class="dropdown-item" href="./layout-vertical-transparent.html" >
+                          Vertical transparent
+                        </a>
                         <a class="dropdown-item" href="./layout-vertical-right.html" >
                           Right vertical
                         </a>
@@ -272,6 +276,9 @@
                         <a class="dropdown-item" href="./layout-navbar-dark.html" >
                           Navbar dark
                         </a>
+                        <a class="dropdown-item" href="./layout-navbar-sticky.html" >
+                          Navbar sticky
+                        </a>
                         <a class="dropdown-item" href="./layout-navbar-overlap.html" >
                           Navbar overlap
                         </a>
@@ -870,7 +877,7 @@
                 <ul class="list-inline list-inline-dots mb-0">
                   <li class="list-inline-item"><a href="./docs/index.html" class="link-secondary">Documentation</a></li>
                   <li class="list-inline-item"><a href="./license.html" class="link-secondary">License</a></li>
-                  <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary">Source code</a></li>
+                  <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
                 </ul>
               </div>
               <div class="col-12 col-lg-auto mt-3 mt-lg-0">
@@ -881,7 +888,7 @@
                     All rights reserved.
                   </li>
                   <li class="list-inline-item">
-                    <a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
+                    <a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.15</a>
                   </li>
                 </ul>
               </div>

+ 14 - 7
demo/carousel.html

@@ -1,7 +1,7 @@
 <!doctype html>
 <!--
 * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-* @version 1.0.0-alpha.14
+* @version 1.0.0-alpha.15
 * @link https://tabler.io
 * Copyright 2018-2020 The Tabler Authors
 * Copyright 2018-2020 codecalm.net Paweł Kuna
@@ -20,9 +20,7 @@
     <link href="./dist/css/tabler-vendors.min.css" rel="stylesheet"/>
     <link href="./dist/css/demo.min.css" rel="stylesheet"/>
     <style>
-      body {
-      	display: none;
-      }
+      body { display: none; }
     </style>
   </head>
   <body class="antialiased">
@@ -88,7 +86,7 @@
                     <span class="nav-link-icon d-md-none d-lg-inline-block"><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"/><polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" /><line x1="12" y1="12" x2="20" y2="7.5" /><line x1="12" y1="12" x2="12" y2="21" /><line x1="12" y1="12" x2="4" y2="7.5" /><line x1="16" y1="5.25" x2="8" y2="9.75" /></svg>
                     </span>
                     <span class="nav-link-title">
-                      User Interface
+                      Interface
                     </span>
                   </a>
                   <div class="dropdown-menu">
@@ -121,6 +119,9 @@
                         <a class="dropdown-item" href="./maps.html" >
                           Maps
                         </a>
+                        <a class="dropdown-item" href="./map-fullsize.html" >
+                          Map fullsize
+                        </a>
                         <a class="dropdown-item" href="./maps-vector.html" >
                           Vector maps
                         </a>
@@ -255,6 +256,9 @@
                         <a class="dropdown-item" href="./layout-vertical.html" >
                           Vertical
                         </a>
+                        <a class="dropdown-item" href="./layout-vertical-transparent.html" >
+                          Vertical transparent
+                        </a>
                         <a class="dropdown-item" href="./layout-vertical-right.html" >
                           Right vertical
                         </a>
@@ -272,6 +276,9 @@
                         <a class="dropdown-item" href="./layout-navbar-dark.html" >
                           Navbar dark
                         </a>
+                        <a class="dropdown-item" href="./layout-navbar-sticky.html" >
+                          Navbar sticky
+                        </a>
                         <a class="dropdown-item" href="./layout-navbar-overlap.html" >
                           Navbar overlap
                         </a>
@@ -497,7 +504,7 @@
                 <ul class="list-inline list-inline-dots mb-0">
                   <li class="list-inline-item"><a href="./docs/index.html" class="link-secondary">Documentation</a></li>
                   <li class="list-inline-item"><a href="./license.html" class="link-secondary">License</a></li>
-                  <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary">Source code</a></li>
+                  <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
                 </ul>
               </div>
               <div class="col-12 col-lg-auto mt-3 mt-lg-0">
@@ -508,7 +515,7 @@
                     All rights reserved.
                   </li>
                   <li class="list-inline-item">
-                    <a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.14</a>
+                    <a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.15</a>
                   </li>
                 </ul>
               </div>

Some files were not shown because too many files changed in this diff