Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alansouzati committed Jun 1, 2017
1 parent d50f5dc commit 538272b
Show file tree
Hide file tree
Showing 11 changed files with 476 additions and 310 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grommet",
"version": "1.4.0",
"version": "1.4.1",
"main": "grommet.js",
"description": "The most advanced UX framework for enterprise applications.",
"authors": [
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"react": "^15.0.2",
"grommet": "^1.4.0"
"grommet": "^1.4.1"
},
"ignore": []
}
30 changes: 13 additions & 17 deletions css/grommet-aruba.css
Original file line number Diff line number Diff line change
Expand Up @@ -1707,31 +1707,27 @@ ul, ol, dd {
.grommetux-box--full {
position: relative;
max-width: 100%;
width: 100vw; }
width: 100vw;
height: 100vh;
max-height: 100%;
overflow: auto; }
@media screen and (max-width: 44.9375em) {
.grommetux-box--full {
.grommetux-box--full.grommetux-box--full-responsive {
min-height: 100vh;
height: 100%; } }
@media screen and (min-width: 45em) {
.grommetux-box--full {
height: 100vh;
max-height: 100%;
overflow: auto; } }

.grommetux-box--full-horizontal {
max-width: 100%;
width: 100vw; }

@media screen and (max-width: 44.9375em) {
.grommetux-box--full-vertical {
min-height: 100vh;
height: 100%; } }

@media screen and (min-width: 45em) {
.grommetux-box--full-vertical {
height: 100vh;
max-height: 100%;
overflow: auto; } }
.grommetux-box--full-vertical {
height: 100vh;
max-height: 100%;
overflow: auto; }
@media screen and (max-width: 44.9375em) {
.grommetux-box--full-vertical.grommetux-box--full-responsive {
min-height: 100vh;
height: 100%; } }

.grommetux-box--size {
max-width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion css/grommet-aruba.min.css

Large diffs are not rendered by default.

30 changes: 13 additions & 17 deletions css/grommet-hpe.css
Original file line number Diff line number Diff line change
Expand Up @@ -1699,31 +1699,27 @@ ul, ol, dd {
.grommetux-box--full {
position: relative;
max-width: 100%;
width: 100vw; }
width: 100vw;
height: 100vh;
max-height: 100%;
overflow: auto; }
@media screen and (max-width: 44.9375em) {
.grommetux-box--full {
.grommetux-box--full.grommetux-box--full-responsive {
min-height: 100vh;
height: 100%; } }
@media screen and (min-width: 45em) {
.grommetux-box--full {
height: 100vh;
max-height: 100%;
overflow: auto; } }

.grommetux-box--full-horizontal {
max-width: 100%;
width: 100vw; }

@media screen and (max-width: 44.9375em) {
.grommetux-box--full-vertical {
min-height: 100vh;
height: 100%; } }

@media screen and (min-width: 45em) {
.grommetux-box--full-vertical {
height: 100vh;
max-height: 100%;
overflow: auto; } }
.grommetux-box--full-vertical {
height: 100vh;
max-height: 100%;
overflow: auto; }
@media screen and (max-width: 44.9375em) {
.grommetux-box--full-vertical.grommetux-box--full-responsive {
min-height: 100vh;
height: 100%; } }

.grommetux-box--size {
max-width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion css/grommet-hpe.min.css

Large diffs are not rendered by default.

30 changes: 13 additions & 17 deletions css/grommet-hpinc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1711,31 +1711,27 @@ ul, ol, dd {
.grommetux-box--full {
position: relative;
max-width: 100%;
width: 100vw; }
width: 100vw;
height: 100vh;
max-height: 100%;
overflow: auto; }
@media screen and (max-width: 44.9375em) {
.grommetux-box--full {
.grommetux-box--full.grommetux-box--full-responsive {
min-height: 100vh;
height: 100%; } }
@media screen and (min-width: 45em) {
.grommetux-box--full {
height: 100vh;
max-height: 100%;
overflow: auto; } }

.grommetux-box--full-horizontal {
max-width: 100%;
width: 100vw; }

@media screen and (max-width: 44.9375em) {
.grommetux-box--full-vertical {
min-height: 100vh;
height: 100%; } }

@media screen and (min-width: 45em) {
.grommetux-box--full-vertical {
height: 100vh;
max-height: 100%;
overflow: auto; } }
.grommetux-box--full-vertical {
height: 100vh;
max-height: 100%;
overflow: auto; }
@media screen and (max-width: 44.9375em) {
.grommetux-box--full-vertical.grommetux-box--full-responsive {
min-height: 100vh;
height: 100%; } }

.grommetux-box--size {
max-width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion css/grommet-hpinc.min.css

Large diffs are not rendered by default.

30 changes: 13 additions & 17 deletions css/grommet.css
Original file line number Diff line number Diff line change
Expand Up @@ -1710,31 +1710,27 @@ ul, ol, dd {
.grommetux-box--full {
position: relative;
max-width: 100%;
width: 100vw; }
width: 100vw;
height: 100vh;
max-height: 100%;
overflow: auto; }
@media screen and (max-width: 44.9375em) {
.grommetux-box--full {
.grommetux-box--full.grommetux-box--full-responsive {
min-height: 100vh;
height: 100%; } }
@media screen and (min-width: 45em) {
.grommetux-box--full {
height: 100vh;
max-height: 100%;
overflow: auto; } }

.grommetux-box--full-horizontal {
max-width: 100%;
width: 100vw; }

@media screen and (max-width: 44.9375em) {
.grommetux-box--full-vertical {
min-height: 100vh;
height: 100%; } }

@media screen and (min-width: 45em) {
.grommetux-box--full-vertical {
height: 100vh;
max-height: 100%;
overflow: auto; } }
.grommetux-box--full-vertical {
height: 100vh;
max-height: 100%;
overflow: auto; }
@media screen and (max-width: 44.9375em) {
.grommetux-box--full-vertical.grommetux-box--full-responsive {
min-height: 100vh;
height: 100%; } }

.grommetux-box--size {
max-width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion css/grommet.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 538272b

Please sign in to comment.