Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbohal committed Jul 27, 2016
1 parent ab35057 commit 4749819
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 31 deletions.
16 changes: 8 additions & 8 deletions dist/css/bootstrap-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
*
* Created by VisionApps (www.visionapps.cz)
*
* v2.2.1 (15 July 2016)
* v2.3.0 (27 July 2016)
*/
/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
Expand Down Expand Up @@ -1102,7 +1102,6 @@ a:focus {
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
Expand Down Expand Up @@ -2539,7 +2538,6 @@ select[size] {
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
Expand Down Expand Up @@ -3029,7 +3027,6 @@ select[multiple].input-lg {
.item-action.focus,
.item-action:active.focus,
.item-action.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
Expand Down Expand Up @@ -11975,8 +11972,11 @@ Styleguide 6.7
/*
Sortable Table
Provides client-side sorting functionality. To ensure keyboard accessibility, remember to add `tabindex="0"` to all
sortable column headers.
Provides client-side sorting functionality. If browser supports language argument to the
`String.prototype.localeCompare()` function, the ordering will be locale aware.
If the argument is not supported or if the supplied argument is not a valid locale the ordering will not be locale aware.
To ensure keyboard accessibility, remember to add `tabindex="0"` to all sortable column headers.
If a given cell has the attribute `data-sort-value="someValue"` specified, the value of this element is used as
opposed to the value of the cell.
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap-ui.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/bootstrap-ui.min.css

Large diffs are not rendered by default.

22 changes: 14 additions & 8 deletions dist/js/bootstrap-ui.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/bootstrap-ui.js.map

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist/js/bootstrap-ui.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-ui",
"version": "2.2.1",
"version": "2.3.0",
"description": "Bootstrap UI is a Bootstrap 3 extension for building beautiful web apps user interfaces.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4749819

Please sign in to comment.