Skip to content

Commit 5801e97

Browse files
Updated component to version 2.5.0
1 parent bfefe46 commit 5801e97

7 files changed

+12
-22
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 - Shape
2+
* # Semantic UI 2.5.0 - Shape
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-shape",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"title": "Semantic UI - Shape",
55
"description": "Single component release of shape",
66
"homepage": "http://www.semantic-ui.com",

shape.css

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.4.0 - Shape
2+
* # Semantic UI 2.5.0 - Shape
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -17,16 +17,11 @@
1717
position: relative;
1818
vertical-align: top;
1919
display: inline-block;
20-
-webkit-perspective: 2000px;
21-
perspective: 2000px;
22-
-webkit-transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
23-
transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
20+
perspective: 2000px;
2421
transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
25-
transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
2622
}
2723
.ui.shape .sides {
28-
-webkit-transform-style: preserve-3d;
29-
transform-style: preserve-3d;
24+
transform-style: preserve-3d;
3025
}
3126
.ui.shape .side {
3227
opacity: 1;
@@ -54,8 +49,7 @@
5449
padding: 2em;
5550
background-color: #E6E6E6;
5651
color: rgba(0, 0, 0, 0.87);
57-
-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
58-
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
52+
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
5953
}
6054
.ui.cube.shape .side > .content {
6155
width: 100%;
@@ -127,13 +121,9 @@
127121
position: absolute;
128122
}
129123
.ui.shape.animating .sides {
130-
-webkit-transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
131-
transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
132124
transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
133-
transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
134125
}
135126
.ui.shape.animating .side {
136-
-webkit-transition: opacity 0.6s ease-in-out;
137127
transition: opacity 0.6s ease-in-out;
138128
}
139129

shape.js

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

shape.min.css

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

shape.min.js

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

0 commit comments

Comments
 (0)