Skip to content

Commit 9ca2a4c

Browse files
Updated component to version 2.5.0
1 parent 49877dc commit 9ca2a4c

7 files changed

+10
-15
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"authors": [{
66
"name": "Jack Lukic",
77
"email": "[email protected]",
8-
"web": "http://www.jacklukic.com",
8+
"homepage": "http://www.jacklukic.com",
99
"role": "Creator"
1010
}],
1111
"keywords": ["semantic", "ui", "css", "framework"],
1212
"license": "MIT",
13-
"version": "2.4.1"
13+
"version": "2.5.0"
1414
}

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.4.1 - Rating
2+
* # Semantic UI 2.5.0 - Rating
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-ui-rating",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"title": "Semantic UI - Rating",
55
"description": "Single component release of rating",
66
"homepage": "http://www.semantic-ui.com",

rating.css

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.4.0 - Rating
2+
* # Semantic UI 2.5.0 - Rating
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -14,8 +14,6 @@
1414
*******************************/
1515

1616
.ui.rating {
17-
display: -webkit-inline-box;
18-
display: -ms-inline-flexbox;
1917
display: inline-flex;
2018
white-space: nowrap;
2119
vertical-align: baseline;
@@ -31,13 +29,10 @@
3129
text-align: center;
3230
font-weight: normal;
3331
font-style: normal;
34-
-webkit-box-flex: 1;
35-
-ms-flex: 1 0 auto;
36-
flex: 1 0 auto;
32+
flex: 1 0 auto;
3733
cursor: pointer;
3834
width: 1.25em;
3935
height: auto;
40-
-webkit-transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
4136
transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
4237
}
4338

rating.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.4.1 - Rating
2+
* # Semantic UI 2.5.0 - Rating
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

rating.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rating.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)