Skip to content

Commit

Permalink
Updated component to version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Oct 6, 2022
1 parent 49877dc commit 9ca2a4c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 15 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"authors": [{
"name": "Jack Lukic",
"email": "jacklukic@gmail.com",
"web": "http://www.jacklukic.com",
"homepage": "http://www.jacklukic.com",
"role": "Creator"
}],
"keywords": ["semantic", "ui", "css", "framework"],
"license": "MIT",
"version": "2.4.1"
"version": "2.5.0"
}
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.4.1 - Rating
* # Semantic UI 2.5.0 - Rating
* http://github.com/semantic-org/semantic-ui/
*
*
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-rating",
"version": "2.4.1",
"version": "2.5.0",
"title": "Semantic UI - Rating",
"description": "Single component release of rating",
"homepage": "http://www.semantic-ui.com",
Expand Down
9 changes: 2 additions & 7 deletions rating.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.0 - Rating
* # Semantic UI 2.5.0 - Rating
* http://github.com/semantic-org/semantic-ui/
*
*
Expand All @@ -14,8 +14,6 @@
*******************************/

.ui.rating {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
white-space: nowrap;
vertical-align: baseline;
Expand All @@ -31,13 +29,10 @@
text-align: center;
font-weight: normal;
font-style: normal;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
flex: 1 0 auto;
cursor: pointer;
width: 1.25em;
height: auto;
-webkit-transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
}

Expand Down
2 changes: 1 addition & 1 deletion rating.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Rating
* # Semantic UI 2.5.0 - Rating
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
4 changes: 2 additions & 2 deletions rating.min.css

Large diffs are not rendered by default.

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

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

0 comments on commit 9ca2a4c

Please sign in to comment.