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:
@@ -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'),
|
||||
|
||||
@@ -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({
|
||||
|
||||
@@ -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'),
|
||||
|
||||
@@ -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 => ({
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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'),
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 &&
|
||||
|
||||
@@ -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];
|
||||
|
||||
27
package.json
27
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user