Skip to content

Commit 96d542d

Browse files
Updated component to version 2.2.14
1 parent 57b3d1a commit 96d542d

7 files changed

+10
-9
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.13"
18+
"version": "2.2.14"
1919
}

index.js

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

nag.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.12 - Nag
2+
* # Semantic UI 2.2.14 - Nag
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -25,7 +25,8 @@
2525
margin: 0em;
2626
padding: 0.75em 1em;
2727
background: #555555;
28-
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
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);
2930
font-size: 1rem;
3031
text-align: center;
3132
color: rgba(0, 0, 0, 0.87);

nag.js

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

0 commit comments

Comments
 (0)