Skip to content

Commit

Permalink
Updated component to version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Jun 28, 2016
1 parent e87a511 commit fcd1cfc
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 14 deletions.
7 changes: 1 addition & 6 deletions checkbox.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.0 - Checkbox
* # Semantic UI 2.2.1 - Checkbox
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -282,7 +282,6 @@
.ui.radio.checkbox label:before {
content: '';
-webkit-transform: none;
-ms-transform: none;
transform: none;
width: 15px;
height: 15px;
Expand Down Expand Up @@ -310,7 +309,6 @@
height: 15px;
border-radius: 500rem;
-webkit-transform: scale(0.46666667);
-ms-transform: scale(0.46666667);
transform: scale(0.46666667);
background-color: rgba(0, 0, 0, 0.87);
}
Expand Down Expand Up @@ -387,7 +385,6 @@
width: 3.5rem;
height: 0.21428571rem;
-webkit-transform: none;
-ms-transform: none;
transform: none;
border-radius: 500rem;
-webkit-transition: background 0.3s ease;
Expand All @@ -410,7 +407,6 @@
top: -0.25rem;
left: 0em;
-webkit-transform: none;
-ms-transform: none;
transform: none;
border-radius: 500rem;
-webkit-transition: left 0.3s ease;
Expand Down Expand Up @@ -491,7 +487,6 @@
content: '';
z-index: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
border: none;
top: 0rem;
Expand Down
2 changes: 1 addition & 1 deletion checkbox.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.0 - Checkbox
* # Semantic UI 2.2.1 - Checkbox
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
4 changes: 2 additions & 2 deletions checkbox.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion checkbox.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 composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.2.0"
"version": "2.2.1"
}
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.0 - Checkbox
* # Semantic UI 2.2.1 - Checkbox
* 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-checkbox',
summary : 'Semantic UI - Checkbox: Single component release',
version : '2.2.0',
version : '2.2.1',
git : 'git://github.com/Semantic-Org/UI-Checkbox.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-checkbox",
"version": "2.2.0",
"version": "2.2.1",
"title": "Semantic UI - Checkbox",
"description": "Single component release of checkbox",
"homepage": "http://www.semantic-ui.com",
Expand Down

0 comments on commit fcd1cfc

Please sign in to comment.