Skip to content

Commit 241db00

Browse files
Updated component to version 2.5.0
1 parent 173e5f7 commit 241db00

7 files changed

+10
-13
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 - Nag
2+
* # Semantic UI 2.5.0 - Nag
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

nag.css

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.4.0 - Nag
2+
* # Semantic UI 2.5.0 - Nag
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -25,13 +25,11 @@
2525
margin: 0em;
2626
padding: 0.75em 1em;
2727
background: #555555;
28-
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
29-
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
28+
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
3029
font-size: 1rem;
3130
text-align: center;
3231
color: rgba(0, 0, 0, 0.87);
3332
border-radius: 0em 0em 0.28571429rem 0.28571429rem;
34-
-webkit-transition: 0.2s background ease;
3533
transition: 0.2s background ease;
3634
}
3735
a.ui.nag {
@@ -51,7 +49,6 @@ a.ui.nag {
5149
font-size: 1em;
5250
margin: -0.5em 0em 0em;
5351
color: #FFFFFF;
54-
-webkit-transition: opacity 0.2s ease;
5552
transition: opacity 0.2s ease;
5653
}
5754

nag.js

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

nag.min.css

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

nag.min.js

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

package.json

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

0 commit comments

Comments
 (0)