diff --git a/build/banner.js b/build/banner.js index 107c2d738..c29b10f61 100644 --- a/build/banner.js +++ b/build/banner.js @@ -1,3 +1,10 @@ +/* + * Tabler (v0.9.0): banner.js + * Copyright 2018-2019 The Tabler Authors + * Copyright 2018-2019 codecalm + * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE) + */ + 'use strict'; const pkg = require('../package.json'), diff --git a/build/browsersync.js b/build/browsersync.js index c9067ff90..778161088 100755 --- a/build/browsersync.js +++ b/build/browsersync.js @@ -1,3 +1,10 @@ +/* + * Tabler (v0.9.0): browsersync.js + * Copyright 2018-2019 The Tabler Authors + * Copyright 2018-2019 codecalm + * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE) + */ + const bs = require('browser-sync').create(); bs.init({ diff --git a/build/generate-font-codepoints.js b/build/generate-font-codepoints.js index e01689297..9582f0b8e 100644 --- a/build/generate-font-codepoints.js +++ b/build/generate-font-codepoints.js @@ -1,3 +1,10 @@ +/* + * Tabler (v0.9.0): generate-font-codepoints.js + * Copyright 2018-2019 The Tabler Authors + * Copyright 2018-2019 codecalm + * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE) + */ + 'use strict'; const fs = require('fs'), diff --git a/build/postcss.config.js b/build/postcss.config.js index befb8890a..cba386d67 100644 --- a/build/postcss.config.js +++ b/build/postcss.config.js @@ -1,3 +1,10 @@ +/* + * Tabler (v0.9.0): postcss.config.js + * Copyright 2018-2019 The Tabler Authors + * Copyright 2018-2019 codecalm + * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE) + */ + 'use strict'; module.exports = ctx => ({ diff --git a/build/rollup.config.js b/build/rollup.config.js index ab615a289..e308f23de 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -1,3 +1,10 @@ +/* + * Tabler (v0.9.0): rollup.config.js + * Copyright 2018-2019 The Tabler Authors + * Copyright 2018-2019 codecalm + * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE) + */ + 'use strict'; const BUNDLE = process.env.BUNDLE === 'true'; diff --git a/build/scss-compile.js b/build/scss-compile.js index 9336be7a6..045ccc4e0 100644 --- a/build/scss-compile.js +++ b/build/scss-compile.js @@ -1,3 +1,10 @@ +/* + * Tabler (v0.9.0): scss-compile.js + * Copyright 2018-2019 The Tabler Authors + * Copyright 2018-2019 codecalm + * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE) + */ + //node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/tabler.scss dist/css/tabler.css const path = require('path'), diff --git a/js/demo.js b/js/demo.js index ba1a01550..b24eeb73a 100644 --- a/js/demo.js +++ b/js/demo.js @@ -1,3 +1,10 @@ +/* + * Tabler Demo (v0.9.0) + * Copyright 2018-2019 The Tabler Authors + * Copyright 2018-2019 codecalm + * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE) + */ + 'use strict'; class TablerDemo { diff --git a/js/tabler-charts.js b/js/tabler-charts.js index 10a378e7f..a829e9e0a 100644 --- a/js/tabler-charts.js +++ b/js/tabler-charts.js @@ -1,3 +1,10 @@ +/* + * Tabler Charts (v0.9.0) + * Copyright 2018-2019 The Tabler Authors + * Copyright 2018-2019 codecalm + * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE) + */ + (function ($) { $(document).ready(function () { $().peity && diff --git a/js/tabler.js b/js/tabler.js index 5d08282c9..27c7159af 100644 --- a/js/tabler.js +++ b/js/tabler.js @@ -1,3 +1,10 @@ +/* + * Tabler (v0.9.0) + * Copyright 2018-2019 The Tabler Authors + * Copyright 2018-2019 codecalm + * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE) + */ + const tabler = { colorVariation: function(color, variation) { const colorValue = this.colors[color]; diff --git a/package.json b/package.json index 16e3eb1a7..28bae3aa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "tabler-ui", - "version": "1.0.0", + "version": "0.9.0", + "version_short": "0.9", "description": "Premium and Open Source dashboard template with responsive and high quality UI.", "scripts": { "start": "npm-run-all clean css-main js-compile-standalone --parallel html-watch browsersync watch", @@ -34,7 +35,15 @@ "type": "git", "url": "git+https://github.com/tabler/tabler.git" }, - "keywords": [], + "keywords": [ + "css", + "sass", + "mobile-first", + "responsive", + "front-end", + "framework", + "web" + ], "author": "codecalm", "license": "MIT", "bugs": { @@ -45,9 +54,11 @@ }, "files": [ "dist/{css,js}/*.{css,js,map}", - "js/{src,dist}/**/*.{js,map}", + "dist/fonts/**/*", + "js/**/*.{js,map}", "scss/**/*.scss" ], + "main": "dist/js/tabler.js", "homepage": "https://tabler.io", "devDependencies": { "@babel/preset-env": "7.6.0", @@ -83,7 +94,7 @@ "dependencies": { "apexcharts": "3.8.6", "autosize": "4.0.2", - "bootstrap": "twbs/bootstrap#129bb08", + "bootstrap": "twbs/bootstrap#d2a24e0", "imask": "5.2.1", "jquery": "3.4.1", "selectize": "0.12.6" @@ -104,14 +115,6 @@ { "path": "./dist/js/tabler.min.js", "maxSize": "1.5 kB" - }, - { - "path": "./dist/js/tabler.bundle.js", - "maxSize": "1.5 kB" - }, - { - "path": "./dist/js/tabler.bundle.min.js", - "maxSize": "1.1 kB" } ] } diff --git a/scss/tabler-charts.scss b/scss/tabler-charts.scss index 4f0d4bd23..142ec081d 100644 --- a/scss/tabler-charts.scss +++ b/scss/tabler-charts.scss @@ -1,2 +1,9 @@ +/*! + * Tabler Charts (v0.9.0) + * Copyright 2018-2019 The Tabler Authors + * Copyright 2018-2019 codecalm + * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE) + */ + @import "config"; @import "ui/charts"; diff --git a/scss/tabler-flags.scss b/scss/tabler-flags.scss index 6f366e589..d9d6a3d45 100644 --- a/scss/tabler-flags.scss +++ b/scss/tabler-flags.scss @@ -1,2 +1,9 @@ +/*! + * Tabler Flags (v0.9.0) + * Copyright 2018-2019 The Tabler Authors + * Copyright 2018-2019 codecalm + * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE) + */ + @import "config"; @import "ui/flags"; diff --git a/scss/tabler.scss b/scss/tabler.scss index c9844334d..168a1f1ba 100644 --- a/scss/tabler.scss +++ b/scss/tabler.scss @@ -1,7 +1,13 @@ +/*! + * Tabler (v0.9.0) + * Copyright 2018-2019 The Tabler Authors + * Copyright 2018-2019 codecalm + * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE) + */ + @import "config"; @import "../node_modules/bootstrap/scss/bootstrap"; - @import "fonts/tabler-webfont"; @import "layout/webfonts";