diff --git a/Gemfile b/Gemfile index 36676fc41..ede8efea1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,6 @@ source "https://rubygems.org" gem "jekyll" -gem "liquid-c" group :jekyll_plugins do gem "jekyll-random" diff --git a/_config.yml b/_config.yml index f0094ccba..5ab49963d 100644 --- a/_config.yml +++ b/_config.yml @@ -70,46 +70,43 @@ defaults: colors: blue: hex: '#206bc4' - name: Blue + title: Blue azure: hex: '#45aaf2' - name: Azure + title: Azure indigo: hex: '#6574cd' - name: Indigo + title: Indigo purple: hex: '#a55eea' - name: Purple + title: Purple pink: hex: '#f66d9b' - name: Pink + title: Pink red: hex: '#fa4654' - name: Red + title: Red orange: hex: '#fd9644' - name: Orange + title: Orange yellow: hex: '#f1c40f' - name: Yellow + title: Yellow lime: hex: '#7bd235' - name: Lime + title: Lime green: hex: '#5eba00' - name: Green + title: Green teal: hex: '#2bcbba' - name: Teal + title: Teal cyan: hex: '#17a2b8' - name: Cyan + title: Cyan gray: hex: '#868e96' - name: Gray - dark: - hex: '#354051' - name: Dark + title: Gray variants: - name: success @@ -121,63 +118,84 @@ variants: - name: danger icon: x-octagon -button_variants: - - name: primary +button-variants: + primary: + class: primary title: Primary - - name: secondary + secondary: + class: secondary title: Secondary - - name: success + success: + class: success title: Success - - name: info - title: Info - - name: warning + warning: + class: warning title: Warning - - name: danger + danger: + class: danger title: Danger - - name: dark + info: + class: info + title: Info + light: + class: light + title: Light + dark: + class: dark title: Dark + link: + class: link + title: Link + +button-states: + - class: + title: Normal + - class: active + title: Active state + - class: disabled + title: Disabled socials: - - name: facebook + facebook: icon: brand/facebook title: Facebook - - name: twitter + twitter: icon: brand/twitter title: Twitter - - name: google + google: icon: brand/google title: Google - - name: youtube + youtube: icon: brand/youtube title: Youtube - - name: vimeo + vimeo: icon: brand/vimeo title: Vimeo - - name: dribbble + dribbble: icon: brand/dribbble title: Dribbble - - name: github + github: icon: brand/github title: Github - - name: instagram + instagram: icon: brand/instagram title: Instagram - - name: pinterest + pinterest: icon: brand/pinterest title: Pinterest - - name: vk + vk: icon: brand/vk title: VK - - name: rss + rss: icon: brand/rss title: RSS - - name: flickr + flickr: icon: brand/flickr title: Flickr - - name: bitbucket + bitbucket: icon: brand/bitbucket title: Bitbucker - - name: tabler + tabler: icon: brand/tabler title: Tabler diff --git a/package.json b/package.json index 129189fbf..ec75d0f54 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "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 watch-html browsersync watch", + "start": "npm-run-all clean css-main js-compile-standalone --parallel browsersync watch", "build": "npm-run-all clean html-build css js assets-copy", "bundlesize": "bundlesize", "browsersync": "node build/browsersync.js", @@ -99,7 +99,7 @@ "@fullcalendar/timegrid": "4.3.0", "apexcharts": "3.10.1", "autosize": "4.0.2", - "bootstrap": "twbs/bootstrap#d7203ba", + "bootstrap": "twbs/bootstrap#76fd85b", "fullcalendar": "3.10.1", "imask": "5.2.1", "jquery": "3.4.1", diff --git a/pages/_docs/buttons.md b/pages/_docs/buttons.md index 5485e79c5..ec1b5902b 100644 --- a/pages/_docs/buttons.md +++ b/pages/_docs/buttons.md @@ -22,18 +22,17 @@ The `.btn` classes are designed to be used with the `