From 357553c7b3aff3126d4713945195d2b0053dc891 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Wed, 29 Mar 2017 20:59:51 +0300 Subject: [PATCH] Toolchain and environment update Development environment has been Windows for months, just recently moved to UbuntuGnome 16.04 (LTS), so most of the files have been altered a little bit (line endings etc.). Similarly, my toolchain which was Atom (formerly SublimeText), SourceTree and Koala has been changed to Atom, GitKraken and Prepros, causing certain things to recompile and reconfigure based on said tools. New branch has been created under `dev211` to work on the next release `v2.1.1`. --- .gitignore | 2 + .npmignore | 4 +- CHANGELOG.md | 128 +- LICENSE | 42 +- README.md | 116 +- bower.json | 52 +- dist/mini-default.css | 159 +-- dist/mini-default.min.css | 2 +- dist/mini-sucroa.css | 155 +-- dist/mini-sucroa.min.css | 2 +- docs/card.html | 624 ++++----- docs/contextual.html | 504 +++---- docs/core.html | 422 +++--- docs/customization.html | 374 +++--- docs/flavors.html | 152 +-- docs/grid.html | 1316 +++++++++--------- docs/index.html | 400 +++--- docs/input_control.html | 916 ++++++------- docs/modules.html | 246 ++-- docs/navigation.html | 472 +++---- docs/progress.html | 446 +++---- docs/quick_reference.html | 2340 ++++++++++++++++----------------- docs/tab.html | 560 ++++---- docs/table.html | 802 +++++------ docs/utility.html | 540 ++++---- docs/v1/index.html | 244 ++-- docs/v1/modules-niteowl.html | 1712 ++++++++++++------------ docs/v1/modules.html | 1712 ++++++++++++------------ docs/v2/DEVLOG.md | 1766 ++++++++++++------------- docs/v2/index.html | 22 +- src/flavors/mini-default.scss | 1332 +++++++++---------- src/flavors/mini-sucroa.scss | 1326 +++++++++---------- src/mini/_card.scss | 328 ++--- src/mini/_contextual.scss | 674 +++++----- src/mini/_core.scss | 818 ++++++------ src/mini/_grid.scss | 1116 ++++++++-------- src/mini/_input_control.scss | 932 ++++++------- src/mini/_navigation.scss | 370 +++--- src/mini/_progress.scss | 410 +++--- src/mini/_tab.scss | 508 +++---- src/mini/_table.scss | 602 ++++----- src/mini/_utility.scss | 474 +++---- 42 files changed, 12535 insertions(+), 12587 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d97e3e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +prepros-6\.config diff --git a/.npmignore b/.npmignore index 7490455..28c9b17 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,3 @@ -docs/v1 -docs/v2 +docs/v1 +docs/v2 docs/page_thumb.png \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d20ca5..0053ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,64 +1,64 @@ -# Changelog - -## v2.1.0 - -- Added a `.tooltip` component in the `contextual` module (#41). -- Added a predefined layouts in the `grid` module (#53). -- Added `.sticky` functionality to `navigation` module's headers and footers (#26). -- Added `.fluid` input group component to `input_control` module (#50). -- Added proper documentation for a media object in the `grid` module (#22). -- Updated a lot of the documentation to include ARIA guidelines. Updated button elements, so that `role="button"` creates buttons same as the class (#40). -- Updated **mini-default** and **mini-sucroa** flavors to the latest version of the framework. -- Added **mini-classic** flavor. -- Changed the styling of `