Skip to content

Commit 20e2964

Browse files
Updated component to version 2.2.14
1 parent b7a7b71 commit 20e2964

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 - Progress
2+
* # Semantic UI 2.2.14 - Progress
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-progress",
3-
"version": "2.2.13",
3+
"version": "2.2.14",
44
"title": "Semantic UI - Progress",
55
"description": "Single component release of progress",
66
"homepage": "http://www.semantic-ui.com",

progress.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.12 - Progress Bar
2+
* # Semantic UI 2.2.14 - Progress Bar
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -19,7 +19,8 @@
1919
max-width: 100%;
2020
border: none;
2121
margin: 1em 0em 2.5em;
22-
box-shadow: none;
22+
-webkit-box-shadow: none;
23+
box-shadow: none;
2324
background: rgba(0, 0, 0, 0.1);
2425
padding: 0em;
2526
border-radius: 0.28571429rem;

progress.js

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

progress.min.css

+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)