Skip to content

Commit 91c8f51

Browse files
Updated component to version 2.2.11
1 parent d3de1d5 commit 91c8f51

7 files changed

+9
-11
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"framework"
1616
],
1717
"license": "MIT",
18-
"version": "2.2.10"
18+
"version": "2.2.11"
1919
}

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.10 - Rating
2+
* # Semantic UI 2.2.11 - 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.2.10",
3+
"version": "2.2.11",
44
"title": "Semantic UI - Rating",
55
"description": "Single component release of rating",
66
"homepage": "http://www.semantic-ui.com",

rating.css

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.10 - Rating
2+
* # Semantic UI 2.2.11 - Rating
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -15,7 +15,6 @@
1515

1616
.ui.rating {
1717
display: -webkit-inline-box;
18-
display: -webkit-inline-flex;
1918
display: -ms-inline-flexbox;
2019
display: inline-flex;
2120
white-space: nowrap;
@@ -33,7 +32,6 @@
3332
font-weight: normal;
3433
font-style: normal;
3534
-webkit-box-flex: 1;
36-
-webkit-flex: 1 0 auto;
3735
-ms-flex: 1 0 auto;
3836
flex: 1 0 auto;
3937
cursor: pointer;

rating.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.10 - Rating
2+
* # Semantic UI 2.2.11 - 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

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

0 commit comments

Comments
 (0)