Skip to content

Commit

Permalink
Updated component to version 2.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Jan 29, 2018
1 parent 9e3be78 commit 38ce75d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.2.13"
"version": "2.2.14"
}
2 changes: 1 addition & 1 deletion index.js
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.12 - Sidebar
* # Semantic UI 2.2.14 - Sidebar
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-sidebar",
"version": "2.2.13",
"version": "2.2.14",
"title": "Semantic UI - Sidebar",
"description": "Single component release of sidebar",
"homepage": "http://www.semantic-ui.com",
Expand Down
8 changes: 5 additions & 3 deletions sidebar.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.12 - Sidebar
* # Semantic UI 2.2.14 - Sidebar
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -206,11 +206,13 @@ body.pushable > .pusher {
/* Shadow Direction */
.ui.left.visible.sidebar,
.ui.right.visible.sidebar {
box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
-webkit-box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
}
.ui.top.visible.sidebar,
.ui.bottom.visible.sidebar {
box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
-webkit-box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
}

/* Visible On Load */
Expand Down
2 changes: 1 addition & 1 deletion sidebar.js
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.12 - Sidebar
* # Semantic UI 2.2.14 - Sidebar
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
4 changes: 2 additions & 2 deletions sidebar.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sidebar.min.js

Large diffs are not rendered by default.

0 comments on commit 38ce75d

Please sign in to comment.