diff --git a/.gitignore b/.gitignore index a5b38bb8fb75bc5ddc00f795a30d5e02a7e8895e..402b443755347fab740fbf05a47cf99907e90287 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ generated-site deploy-site /commits.sh /assets/css/ +/vendor/ diff --git a/_config.yml b/_config.yml index 26ed9118de43e053d4d5a080fe173c1e259d8c5b..7351a80c5f1dd9b24eaa92c1ae521c4f05dfb83c 100644 --- a/_config.yml +++ b/_config.yml @@ -24,8 +24,6 @@ exclude: - .DS_Store - .sass-cache/ - .asset-cache/ - - assets/scss/* - - assets/plugins/**/*.scss - push-to-repo.sh - commits.sh diff --git a/composer.json b/composer.json new file mode 100644 index 0000000000000000000000000000000000000000..3ff76cf1da2bc6b2cac975ec80fba39379a29ebb --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "tabler/tabler", + "description": "Premium and Open Source dashboard template with responsive and high quality UI. For Free!", + "type": "library", + "license": "MIT", + "require": {}, + "require-dev": {}, + "autoload": {}, + "authors": [ + { + "name": "codecalm", + "email": "codecalm@gmail.com" + } + ] +} diff --git a/dist-new-version.sh b/dist-new-version.sh index 690c0ac1ee03b66a9cd185b525a7a25a73ec5fea..94392f75bdf64122811fe363cf3b908e6634d8e2 100755 --- a/dist-new-version.sh +++ b/dist-new-version.sh @@ -1,12 +1,12 @@ #!/usr/bin/env bash -version=0.0.16 +version=0.0.19 echo "Version $version" npm run dist git add . -git commit -am "generate dist" +git commit -am "version $version" npm version $version git push origin master && git push origin master --tags diff --git a/dist/400.html b/dist/400.html index 2e6d11875b3a83e90b42fd93c300b56c416d86fe..72bfbd58b31f29a2555c18dd47a10b41a057c73d 100644 --- a/dist/400.html +++ b/dist/400.html @@ -14,7 +14,7 @@ - + Page 400 - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/401.html b/dist/401.html index 23cc1dbc039e99e7864db038ff621f5c84674ee9..d0d26d334c4df9d22f4de12850f9debd09bfaed6 100644 --- a/dist/401.html +++ b/dist/401.html @@ -14,7 +14,7 @@ - + Page 401 - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/403.html b/dist/403.html index 3187a65940dfeb52f5dbfc14972ef829f367846c..e8f9b6985af03fe49e7361d7504e3ae2cf2c87cd 100644 --- a/dist/403.html +++ b/dist/403.html @@ -14,7 +14,7 @@ - + Page 403 - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/404.html b/dist/404.html index 5a181eadba973e84976d8d8996e7559305e26735..fa0f8a9af09bc923b2f454380918058e6ab8f056 100644 --- a/dist/404.html +++ b/dist/404.html @@ -14,7 +14,7 @@ - + Page 404 - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/500.html b/dist/500.html index 3d0f1dbeff59259a7eb1af7b8de4d544cfebaf38..7caf91f167d7a6483dd2b60fcb69409fdfa03829 100644 --- a/dist/500.html +++ b/dist/500.html @@ -14,7 +14,7 @@ - + Page 500 - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/503.html b/dist/503.html index 6490147c3c0c5e48a82ed60bfba1fdfd277e0b32..7bacd7dc2fb9abf9ca3421022d97cebe998fed68 100644 --- a/dist/503.html +++ b/dist/503.html @@ -14,7 +14,7 @@ - + Page 503 - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/assets/css/dashboard.css b/dist/assets/css/dashboard.css index d3638d066d86297debbbe5854d9066ff2d2d4ebe..a28d354c4994a311afe3beb781dca6b120c8f39a 100644 --- a/dist/assets/css/dashboard.css +++ b/dist/assets/css/dashboard.css @@ -5057,8 +5057,8 @@ tbody.collapse.show { } .media-body { - -ms-flex: 1; - flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; } .list-group { @@ -9887,8 +9887,8 @@ img { .row-deck > .col .card, .row-deck > [class*='col-'] .card { - -ms-flex: 1; - flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; } .col-text { @@ -9995,8 +9995,8 @@ body.fixed-header .page { } .page-main { - -ms-flex: 1; - flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; } .page-content { @@ -10060,8 +10060,8 @@ body.fixed-header .page { } .page-single { - -ms-flex: 1; - flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; display: -ms-flexbox; display: flex; -ms-flex-align: center; @@ -10107,8 +10107,8 @@ body.fixed-header .page { .aside-body { padding: 1.5rem; - -ms-flex: 1; - flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; overflow: auto; } @@ -12907,8 +12907,8 @@ a.icon:hover { } .card-body { - -ms-flex: 1; - flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; margin: 0; padding: 1.5rem 1.5rem; position: relative; @@ -13198,8 +13198,8 @@ Card tabs } .card-tabs-item { - -ms-flex: 1; - flex: 1; + -ms-flex: 1 1 auto; + flex: 1 1 auto; display: block; padding: 1rem 1.5rem; border-bottom: 1px solid rgba(0, 40, 100, 0.12); diff --git a/dist/assets/plugins/charts-c3/plugin.scss b/dist/assets/plugins/charts-c3/plugin.scss new file mode 100644 index 0000000000000000000000000000000000000000..f8f79676b2dfba4f7b909fc123cc8779989a8e8f --- /dev/null +++ b/dist/assets/plugins/charts-c3/plugin.scss @@ -0,0 +1,2 @@ +@import '../../scss/variables'; +@import 'scss/c3'; \ No newline at end of file diff --git a/dist/assets/plugins/fullcalendar/plugin.scss b/dist/assets/plugins/fullcalendar/plugin.scss new file mode 100644 index 0000000000000000000000000000000000000000..6b87eddd0858726e37402d5ad810229349028429 --- /dev/null +++ b/dist/assets/plugins/fullcalendar/plugin.scss @@ -0,0 +1,2 @@ +@import '../../scss/variables'; +@import 'scss/fullcalendar'; \ No newline at end of file diff --git a/dist/assets/plugins/iconfonts/plugin.scss b/dist/assets/plugins/iconfonts/plugin.scss new file mode 100644 index 0000000000000000000000000000000000000000..a568a63aba5c0e7d84649b44c6f418eefcc4e85d --- /dev/null +++ b/dist/assets/plugins/iconfonts/plugin.scss @@ -0,0 +1,4 @@ +@import 'scss/themify'; +@import 'scss/weathericons'; +@import 'scss/materialdesignicons'; +@import 'scss/simple-line-icons'; \ No newline at end of file diff --git a/dist/assets/plugins/maps-google/plugin.scss b/dist/assets/plugins/maps-google/plugin.scss new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/dist/assets/plugins/prismjs/plugin.scss b/dist/assets/plugins/prismjs/plugin.scss new file mode 100644 index 0000000000000000000000000000000000000000..1d88ab2be277844016dbf27f6b77c3cd6e1142d1 --- /dev/null +++ b/dist/assets/plugins/prismjs/plugin.scss @@ -0,0 +1,227 @@ +@import '../../scss/variables'; + +/* PrismJS 1.9.0 +http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+ruby+json+less+php+python+jsx+sass+scss+sql&plugins=line-highlight+line-numbers */ +/** + * prism.js default theme for JavaScript, CSS and HTML + * Based on dabblet (http://dabblet.com) + * @author Lea Verou + */ +code[class*="language-"], +pre[class*="language-"] { + //color: black; + //background: none; + //text-shadow: 0 1px white; + //font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; + //text-align: left; + //white-space: pre; + //word-spacing: normal; + //word-break: normal; + //word-wrap: normal; + //line-height: 1.5; + // + //-moz-tab-size: 4; + //-o-tab-size: 4; + //tab-size: 4; + // + //-webkit-hyphens: none; + //-moz-hyphens: none; + //-ms-hyphens: none; + //hyphens: none; +} + +.token.comment, +.token.prolog, +.token.doctype, +.token.cdata { + color: slategray; +} + +.token.punctuation { + color: #999; +} + +.namespace { + opacity: .7; +} + +.token.property, +.token.tag, +.token.boolean, +.token.number, +.token.constant, +.token.symbol, +.token.deleted { + color: #905; +} + +.token.selector, +.token.attr-name, +.token.string, +.token.char, +.token.builtin, +.token.inserted { + color: #690; +} + +.token.operator, +.token.entity, +.token.url, +.language-css .token.string, +.style .token.string { + color: #a67f59; + background: hsla(0, 0%, 100%, .5); +} + +.token.atrule, +.token.attr-value, +.token.keyword { + color: #07a; +} + +.token.function { + color: #dd4a68; +} + +.token.regex, +.token.important, +.token.variable { + color: #e90; +} + +.token.important, +.token.bold { + font-weight: bold; +} + +.token.italic { + font-style: italic; +} + +.token.entity { + cursor: help; +} + +pre[data-line] { + position: relative; + //padding: 1em 0 1em 3em; +} + +.line-highlight { + position: absolute; + left: 0; + right: 0; + margin-top: 1em; /* Same as .prism’s padding-top */ + + background: rgba(255, 255, 0, 0.1); + pointer-events: none; + + line-height: inherit; + white-space: pre; +} + +.line-highlight:before, +.line-highlight[data-end]:after { + content: attr(data-start); + position: absolute; + top: .4em; + left: .6em; + min-width: 1em; + padding: 0 .5em; + background-color: hsla(24, 20%, 50%, .4); + color: hsl(24, 20%, 95%); + font: bold 65%/1.5 sans-serif; + text-align: center; + vertical-align: .3em; + border-radius: 999px; + text-shadow: none; + box-shadow: 0 1px white; +} + +.line-highlight[data-end]:after { + content: attr(data-end); + top: auto; + bottom: .4em; +} + +.line-numbers .line-highlight:before, +.line-numbers .line-highlight:after { + content: none; +} + +pre.line-numbers { + position: relative; + padding-left: 3.8em; + counter-reset: linenumber; +} + +pre.line-numbers > code { + position: relative; + white-space: inherit; +} + +.line-numbers .line-numbers-rows { + position: absolute; + pointer-events: none; + top: 0; + font-size: 100%; + left: -3.8em; + width: 3em; /* works for line-numbers below 1000 lines */ + letter-spacing: -1px; + border-right: 1px solid $border-color; + + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + +} + +.line-numbers-rows > span { + pointer-events: none; + display: block; + counter-increment: linenumber; +} + +.line-numbers-rows > span:before { + content: counter(linenumber); + color: rgba($text-muted, .5); + display: block; + padding-right: 0.8em; + text-align: right; +} + +pre.code-toolbar { + position: relative; +} + +pre.code-toolbar > .toolbar { + position: absolute; + top: .3em; + right: .2em; + transition: opacity 0.3s ease-in-out; + opacity: 1; +} + +//pre.code-toolbar:hover > .toolbar { +// opacity: 1; +//} + +pre.code-toolbar > .toolbar .toolbar-item { + display: inline-block; + user-select: none; +} + +pre.code-toolbar > .toolbar a { + cursor: pointer; +} + +pre.code-toolbar > .toolbar a, +pre.code-toolbar > .toolbar button, +pre.code-toolbar > .toolbar span { + color: $text-muted; + padding: 0 .5em; + font-family: $font-family-base; + font-size: px2rem(14px); +} + diff --git a/dist/assets/scss/bundle.scss b/dist/assets/scss/bundle.scss new file mode 100644 index 0000000000000000000000000000000000000000..80dbdc6ae8e6ee6784308e559bd53ce85492afab --- /dev/null +++ b/dist/assets/scss/bundle.scss @@ -0,0 +1,7 @@ +/** +Dashboard UI + */ + +@import 'variables'; +@import 'dashboard/bootstrap/bootstrap'; +@import 'dashboard/dashboard'; \ No newline at end of file diff --git a/dist/assets/scss/dashboard/bootstrap/bootstrap-grid.scss b/dist/assets/scss/dashboard/bootstrap/bootstrap-grid.scss new file mode 100755 index 0000000000000000000000000000000000000000..26c0dc89c284609ece9e6f9f14a53ba3d708107e --- /dev/null +++ b/dist/assets/scss/dashboard/bootstrap/bootstrap-grid.scss @@ -0,0 +1,32 @@ +/*! + * Bootstrap Grid v4.0.0 (https://getbootstrap.com) + * Copyright 2011-2018 The Bootstrap Authors + * Copyright 2011-2018 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +@at-root { + @-ms-viewport { width: device-width; } // stylelint-disable-line at-rule-no-vendor-prefix +} + +html { + box-sizing: border-box; + -ms-overflow-style: scrollbar; +} + +*, +*::before, +*::after { + box-sizing: inherit; +} + +@import "functions"; +@import "variables"; + +@import "mixins/breakpoints"; +@import "mixins/grid-framework"; +@import "mixins/grid"; + +@import "grid"; +@import "utilities/display"; +@import "utilities/flex"; diff --git a/dist/assets/scss/dashboard/bootstrap/bootstrap-reboot.scss b/dist/assets/scss/dashboard/bootstrap/bootstrap-reboot.scss new file mode 100755 index 0000000000000000000000000000000000000000..46c4610d8bec406172f5149aaabb82a1157bb8d2 --- /dev/null +++ b/dist/assets/scss/dashboard/bootstrap/bootstrap-reboot.scss @@ -0,0 +1,12 @@ +/*! + * Bootstrap Reboot v4.0.0 (https://getbootstrap.com) + * Copyright 2011-2018 The Bootstrap Authors + * Copyright 2011-2018 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) + */ + +@import "functions"; +@import "variables"; +@import "mixins"; +@import "reboot"; diff --git a/dist/assets/scss/dashboard/bootstrap/bootstrap.scss b/dist/assets/scss/dashboard/bootstrap/bootstrap.scss new file mode 100755 index 0000000000000000000000000000000000000000..bb5fac868f71409e70d71e22794c257cddf78361 --- /dev/null +++ b/dist/assets/scss/dashboard/bootstrap/bootstrap.scss @@ -0,0 +1,42 @@ +/*! + * Bootstrap v4.0.0 (https://getbootstrap.com) + * Copyright 2011-2018 The Bootstrap Authors + * Copyright 2011-2018 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +@import "functions"; +@import "variables"; +@import "mixins"; +@import "root"; +@import "reboot"; +@import "type"; +@import "images"; +@import "code"; +@import "grid"; +@import "tables"; +@import "forms"; +@import "buttons"; +@import "transitions"; +@import "dropdown"; +@import "button-group"; +@import "input-group"; +@import "custom-forms"; +@import "nav"; +@import "navbar"; +@import "card"; +@import "breadcrumb"; +@import "pagination"; +@import "badge"; +@import "jumbotron"; +@import "alert"; +@import "progress"; +@import "media"; +@import "list-group"; +@import "close"; +@import "modal"; +@import "tooltip"; +@import "popover"; +@import "carousel"; +@import "utilities"; +@import "print"; diff --git a/dist/assets/scss/dashboard/dashboard.scss b/dist/assets/scss/dashboard/dashboard.scss new file mode 100644 index 0000000000000000000000000000000000000000..57224a42f4b8e4a35ab66148e3590c705374e8e2 --- /dev/null +++ b/dist/assets/scss/dashboard/dashboard.scss @@ -0,0 +1,65 @@ +//@import 'variables'; +//@import '../bootstrap/mixins'; +@import 'functions'; + +@import 'core'; +@import 'type'; +@import 'grid'; + +@import 'layout'; +@import 'aside'; +@import 'header'; +@import 'footer'; +@import 'colors'; +@import 'text'; +@import 'utilities'; + +@import 'nav'; +@import 'button'; +@import 'alert'; +@import 'close'; +@import 'badge'; +@import 'tables'; +@import 'breadcrumb'; +@import 'pagination'; +@import 'cards'; +@import 'popover'; +@import 'dropdown'; +@import 'list'; +@import 'list-group'; +@import 'avatar'; +@import 'product'; +@import 'progress'; +@import 'icon'; +@import 'image'; +@import 'link'; +@import 'media'; +@import 'form'; +@import 'sparkline'; +@import 'social'; +@import 'maps'; +@import 'statuses'; +@import 'charts'; +@import 'chips'; +@import 'stamp'; +@import 'chat'; +@import 'example'; +@import 'tag'; +@import 'syntax'; +@import 'infobox'; + +@import 'forms/custom-range'; +@import 'forms/custom-selectgroup'; +@import 'forms/custom-switch'; +@import 'forms/custom-imagecheck'; +@import 'forms/custom-colorinput'; + +@import 'timeline'; + +@import 'browser'; +@import 'flag'; +@import 'payments'; +@import 'jvectormap'; +@import 'selectize'; + +@import 'fonts/feather'; diff --git a/dist/blog.html b/dist/blog.html index d7887dd096e4141bcacc3f7525f2c385569afadb..a0c0ea35b4418e501e498198a60a887f7cd7f4cc 100644 --- a/dist/blog.html +++ b/dist/blog.html @@ -14,7 +14,7 @@ - + tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/cards.html b/dist/cards.html index a206a6b0d18f2a28e28726353c88915c2c93d832..737c3e431d15c552c5fd8d3f7266ad85ef6c914e 100644 --- a/dist/cards.html +++ b/dist/cards.html @@ -14,7 +14,7 @@ - + Cards design - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error @@ -364,7 +364,7 @@
-

Pannel with custom buttons

+

Panel with custom buttons

Action 1 Action 2 @@ -424,7 +424,7 @@
- Adding action was failed + Adding action failed
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam deleniti fugit incidunt, iste, itaque minima neque pariatur perferendis sed suscipit velit vitae voluptatem. A consequuntur, deserunt eaque error nulla temporibus! diff --git a/dist/charts.html b/dist/charts.html index 3f91a21862312cb1e8e3a1120bb0f403f67ca8d2..52af581486c428523405855d3ab201702652feb5 100644 --- a/dist/charts.html +++ b/dist/charts.html @@ -14,7 +14,7 @@ - + Charts - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/crypto-currencies.html b/dist/crypto-currencies.html index d10107bbfbd5d6c7d8e751d656fa904c6f863e77..578732245cf3fe8fa63476ad7eabc5610a1fb773 100644 --- a/dist/crypto-currencies.html +++ b/dist/crypto-currencies.html @@ -14,7 +14,7 @@ - + Crypto currencies - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/docs/alerts.html b/dist/docs/alerts.html index 574a0e7d0984a495720434f3acb63009578aef92..49385dcad6c62338737a560cff2cfdfe5badb176 100644 --- a/dist/docs/alerts.html +++ b/dist/docs/alerts.html @@ -14,7 +14,7 @@ - + Alerts - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/docs/avatars.html b/dist/docs/avatars.html index 5ecc1940b8b968bc8cd6be139d4e38fc67f9547c..aa638044aa21bfc0c41970fd20ffcc7b46e26adc 100644 --- a/dist/docs/avatars.html +++ b/dist/docs/avatars.html @@ -14,7 +14,7 @@ - + Avatars - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/docs/buttons.html b/dist/docs/buttons.html index 9f5a4925d24f30d1d8622f33ee2a11af8a67b8a5..fe390b223ed9d4239fc8e32711ddce05d599c237 100644 --- a/dist/docs/buttons.html +++ b/dist/docs/buttons.html @@ -14,7 +14,7 @@ - + Buttons - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/docs/cards.html b/dist/docs/cards.html index 58b645fd853248d6a1f8bec290cce918e39ca56e..df0f907aa190d3cf7cca6712793dd7e7be607c2c 100644 --- a/dist/docs/cards.html +++ b/dist/docs/cards.html @@ -14,7 +14,7 @@ - + Cards - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/docs/charts.html b/dist/docs/charts.html index bf108123647c8e9f63839cfc605961428cfbdba0..97fdefa07a72aacc39534da3603d3e64661fde8d 100644 --- a/dist/docs/charts.html +++ b/dist/docs/charts.html @@ -14,7 +14,7 @@ - + Charts - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/docs/colors.html b/dist/docs/colors.html index c7c3ef9c07acce1c2998650e9499b80cf80e52f0..10e1f1d493cf0f42499bb7d6fc03739a03826666 100644 --- a/dist/docs/colors.html +++ b/dist/docs/colors.html @@ -14,7 +14,7 @@ - + Colors - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/docs/form-components.html b/dist/docs/form-components.html index cfe1f02438b57bc71ab050c0579a9063abff6fe3..465dc2ab837ee2b594ddf32b8ce119aa120ee15b 100644 --- a/dist/docs/form-components.html +++ b/dist/docs/form-components.html @@ -14,7 +14,7 @@ - + Form components - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/docs/grid.html b/dist/docs/grid.html index 4dfe440b3109114ea9eec6c1df4800619e9f2a5d..54eea7848572df42cdc4a824920634a10580a174 100644 --- a/dist/docs/grid.html +++ b/dist/docs/grid.html @@ -14,7 +14,7 @@ - + Grid utilities - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/docs/index.html b/dist/docs/index.html index f9317f15828cdfe0822be0241c6bbe4a3a4ad44f..0f5420969ded8111368bb6b833aed2e02002fffd 100644 --- a/dist/docs/index.html +++ b/dist/docs/index.html @@ -14,7 +14,7 @@ - + Introduction - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/docs/tags.html b/dist/docs/tags.html index 0c50694203605d02107d9a6675d98561de662c6a..12280a1dacdb91c2c30e1578ee0bc7daa2dd38ca 100644 --- a/dist/docs/tags.html +++ b/dist/docs/tags.html @@ -14,7 +14,7 @@ - + Tags - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/docs/typography.html b/dist/docs/typography.html index dad3378c64dd536b0e1e00abeb0ed8a3adc41d86..2dd305f1055ef30a6f6c6a231a82b8e3f1fe597a 100644 --- a/dist/docs/typography.html +++ b/dist/docs/typography.html @@ -14,7 +14,7 @@ - + Typography - Documentation - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/email.html b/dist/email.html index 44bb8950f8491636c4aa312ef9bc0b30b0701d8c..98c9db997ef78dc3608be76ebf4a211532f4d1e1 100644 --- a/dist/email.html +++ b/dist/email.html @@ -14,7 +14,7 @@ - + Email - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/empty.html b/dist/empty.html index 208e32216a1cbeac0edb08e1048a44d9b8b36768..513e99310a81aa2534eba01987ad25b3d8d3d044 100644 --- a/dist/empty.html +++ b/dist/empty.html @@ -14,7 +14,7 @@ - + Empty page - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/forgot-password.html b/dist/forgot-password.html index b6883fb8bd866bffb83c5c0039c6b09a3a3065d3..29da36ea4a132ceb18fd61ccbdfd10f60bddb988 100644 --- a/dist/forgot-password.html +++ b/dist/forgot-password.html @@ -14,7 +14,7 @@ - + Forgot password - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/form-elements.html b/dist/form-elements.html index 44ca0ca1f27a27093a63b55d95f4ddad3184baf2..5f9e6cf3e43d78d65407bccf3763cd93aaec37c9 100644 --- a/dist/form-elements.html +++ b/dist/form-elements.html @@ -14,7 +14,7 @@ - + tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error @@ -636,19 +636,19 @@
@@ -656,16 +656,17 @@
Inline Checkboxes
diff --git a/dist/gallery.html b/dist/gallery.html index 90cb96658556cb3742563b209887c03d8aa57e26..3c4ecd5e78b45df16cf263f2031683f80ca536f3 100644 --- a/dist/gallery.html +++ b/dist/gallery.html @@ -14,7 +14,7 @@ - + tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/icons.html b/dist/icons.html index 4eeafe3fb36319bada4ca96cb5c889c9bef95470..4d48968296626cd9c34fd7f747791065f58cc8a5 100644 --- a/dist/icons.html +++ b/dist/icons.html @@ -14,7 +14,7 @@ - + Icons - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/index.html b/dist/index.html index 76c0156c2c6a502d9ad3180eb47dab31f2faa266..11c51435535ce70ca541da925f0f00f0b0483faf 100644 --- a/dist/index.html +++ b/dist/index.html @@ -14,7 +14,7 @@ - + Homepage - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error @@ -292,7 +292,7 @@ Beverly Armstrong - Left sidebar adjusments + Left sidebar adjustments April 15, 2018 @@ -486,7 +486,7 @@
-
New fedbacks
+
New feedback
62
@@ -637,7 +637,7 @@
Elizabeth Martin
- Registered: Feb 27, 2018 + Registered: Mar 7, 2018
@@ -688,7 +688,7 @@
Michelle Schultz
- Registered: Feb 11, 2018 + Registered: Feb 18, 2018
@@ -739,7 +739,7 @@
Crystal Austin
- Registered: Mar 18, 2018 + Registered: Mar 26, 2018
@@ -790,7 +790,7 @@
Douglas Ray
- Registered: Dec 26, 2017 + Registered: Jan 3, 2018
@@ -841,7 +841,7 @@
Teresa Reyes
- Registered: Feb 13, 2018 + Registered: Feb 20, 2018
@@ -892,7 +892,7 @@
Emma Wade
- Registered: Feb 28, 2018 + Registered: Mar 8, 2018
@@ -943,7 +943,7 @@
Carol Henderson
- Registered: Feb 2, 2018 + Registered: Feb 10, 2018
@@ -994,7 +994,7 @@
Christopher Harvey
- Registered: Jan 2, 2018 + Registered: Jan 10, 2018
diff --git a/dist/invoice.html b/dist/invoice.html index a0ac9778d19ff97c34d03590e3eb303c1ca4fa77..0df90950ad0311e8666f4433fe0d5632de91366a 100644 --- a/dist/invoice.html +++ b/dist/invoice.html @@ -14,7 +14,7 @@ - + Invoice - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/login.html b/dist/login.html index 331c0e07129f2e8da0b3d5e8a1a0fd0f529bd557..14e6cf2c7b21c4369a3190d890112ecbd48d6ab5 100644 --- a/dist/login.html +++ b/dist/login.html @@ -14,7 +14,7 @@ - + Login - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/lookup.html b/dist/lookup.html index 2f0badea99cbf15e01a77b866759b67ba07d2479..598a7752f27714cc3fc236da7fa75d1fa39b02d6 100644 --- a/dist/lookup.html +++ b/dist/lookup.html @@ -14,7 +14,7 @@ - + Lookup company - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/maps.html b/dist/maps.html index 6006d53159a9437f34247895c32d3937876d5d50..89c617947e16061883d2add552107dfd8f2d07aa 100644 --- a/dist/maps.html +++ b/dist/maps.html @@ -14,7 +14,7 @@ - + Maps - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/pagination.html b/dist/pagination.html index a954c660647d36227779faf1b83deb169477467a..8468fa8ac90bd0fc241fd23b29fd8d21746eda10 100644 --- a/dist/pagination.html +++ b/dist/pagination.html @@ -14,7 +14,7 @@ - + Pagination - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/pricing-cards.html b/dist/pricing-cards.html index 720feb2090699b0b8eb8eb9369b076753e9c4f94..ce1abf5f2f180cd55a346f37d61cec4d0b4f43db 100644 --- a/dist/pricing-cards.html +++ b/dist/pricing-cards.html @@ -14,7 +14,7 @@ - + Pricing cards - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/profile.html b/dist/profile.html index d9cf9606a72c5739a040e6270c55cb3b8bea9c56..0d105d477903112501023da6345de163c8d81e24 100644 --- a/dist/profile.html +++ b/dist/profile.html @@ -14,7 +14,7 @@ - + Profile - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/register.html b/dist/register.html index 22be4653cc5ecae4fa84459c1fc3a5d356ffa73c..65e0fc6927d263bfcafc1f6b602b99ecd1946a2c 100644 --- a/dist/register.html +++ b/dist/register.html @@ -14,7 +14,7 @@ - + Register - tabler.github.io - a responsive, flat and full featured admin template diff --git a/dist/sample-cards.html b/dist/sample-cards.html index e2811e8b078722a10d955e8c0400417ac1be3a89..4e1967800464c1e40e56f8d88887b8f2730906f7 100644 --- a/dist/sample-cards.html +++ b/dist/sample-cards.html @@ -14,7 +14,7 @@ - + Homepage - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error @@ -2434,7 +2434,7 @@
-
New fedbacks
+
New feedback
62
diff --git a/dist/store.html b/dist/store.html index bec580d3eab84f1fb80afaab37a8677be20c6811..17eec41d857834eead42a0813fa105f8a9811630 100644 --- a/dist/store.html +++ b/dist/store.html @@ -14,7 +14,7 @@ - + Store components - tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/dist/users-list.html b/dist/users-list.html index 18bbc4d0209aaaddf9e5efd5ac31fe51ce561200..6ebdede00cbfca5aef1bcd828e3232b83c12061a 100644 --- a/dist/users-list.html +++ b/dist/users-list.html @@ -14,7 +14,7 @@ - + tabler.github.io - a responsive, flat and full featured admin template @@ -147,7 +147,7 @@ Register Forgot password 400 error - 401 error + 401 error 403 error 404 error 500 error diff --git a/package.json b/package.json index 6a8f951111fb90e9c6845f7f0a33b24cb357c536..678cca41993f98125fd8994e5926254ddb2952d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tabler-ui", "description": "Premium and Open Source dashboard template with responsive and high quality UI. For Free!", - "version": "0.0.16", + "version": "0.0.19", "keywords": [ "css", "sass",