Skip to content

Commit

Permalink
Updated component to version 2.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Jan 29, 2018
1 parent d3788c3 commit 7a30de6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.2.13"
"version": "2.2.14"
}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.12 - Shape
* # Semantic UI 2.2.14 - Shape
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-shape",
"version": "2.2.13",
"version": "2.2.14",
"title": "Semantic UI - Shape",
"description": "Single component release of shape",
"homepage": "http://www.semantic-ui.com",
Expand Down
5 changes: 3 additions & 2 deletions shape.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.12 - Shape
* # Semantic UI 2.2.14 - Shape
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -54,7 +54,8 @@
padding: 2em;
background-color: #E6E6E6;
color: rgba(0, 0, 0, 0.87);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.ui.cube.shape .side > .content {
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion shape.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.12 - Shape
* # Semantic UI 2.2.14 - Shape
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
4 changes: 2 additions & 2 deletions shape.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shape.min.js

Large diffs are not rendered by default.

0 comments on commit 7a30de6

Please sign in to comment.