1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

tabler license in files, bootstrap upgrade

This commit is contained in:
codecalm
2019-09-24 17:40:27 +02:00
parent 7c19792df0
commit a0f9105ff2
13 changed files with 99 additions and 13 deletions

View File

@@ -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'),

View File

@@ -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({

View File

@@ -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'),

View File

@@ -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 => ({

View File

@@ -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';

View File

@@ -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'),

View File

@@ -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 {

View File

@@ -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 &&

View File

@@ -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];

View File

@@ -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"
}
]
}

View File

@@ -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";

View File

@@ -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";

View File

@@ -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";