Skip to content

Commit

Permalink
Updated component to version 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Oct 28, 2016
1 parent 36beec2 commit e39af26
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.2.3"
"version": "2.2.6"
}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.3 - Sidebar
* # Semantic UI 2.2.6 - Sidebar
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name : 'semantic:ui-sidebar',
summary : 'Semantic UI - Sidebar: Single component release',
version : '2.2.3',
version : '2.2.6',
git : 'git://github.com/Semantic-Org/UI-Sidebar.git',
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-sidebar",
"version": "2.2.3",
"version": "2.2.6",
"title": "Semantic UI - Sidebar",
"description": "Single component release of sidebar",
"homepage": "http://www.semantic-ui.com",
Expand Down
8 changes: 1 addition & 7 deletions sidebar.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.3 - Sidebar
* # Semantic UI 2.2.6 - Sidebar
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -403,7 +403,6 @@ html.ios body {
.ui.visible.overlay.sidebar ~ .fixed,
.ui.visible.overlay.sidebar ~ .pusher {
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}

Expand Down Expand Up @@ -586,22 +585,18 @@ html.ios body {
/* Pusher - Initial */
.ui.scale.down.left.sidebar ~ .pusher {
-webkit-transform-origin: 75% 50%;
-ms-transform-origin: 75% 50%;
transform-origin: 75% 50%;
}
.ui.scale.down.right.sidebar ~ .pusher {
-webkit-transform-origin: 25% 50%;
-ms-transform-origin: 25% 50%;
transform-origin: 25% 50%;
}
.ui.scale.down.top.sidebar ~ .pusher {
-webkit-transform-origin: 50% 75%;
-ms-transform-origin: 50% 75%;
transform-origin: 50% 75%;
}
.ui.scale.down.bottom.sidebar ~ .pusher {
-webkit-transform-origin: 50% 25%;
-ms-transform-origin: 50% 25%;
transform-origin: 50% 25%;
}

Expand All @@ -627,7 +622,6 @@ html.ios body {
}
.ui.visible.scale.down.sidebar ~ .pusher {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}

Expand Down
2 changes: 1 addition & 1 deletion sidebar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.3 - Sidebar
* # Semantic UI 2.2.6 - 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

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

0 comments on commit e39af26

Please sign in to comment.