Deploy 0.6.2

This commit is contained in:
Jeremy Thomas 2018-01-10 17:44:56 +00:00
parent d47b85d4be
commit 6078acdd92
7 changed files with 119 additions and 71 deletions

View File

@ -1,6 +1,6 @@
# Bulma Changelog # Bulma Changelog
## 0.6.3 ## 0.6.2
### New features ### New features
@ -8,24 +8,16 @@
### Improvements ### Improvements
* New `.is-italic` helper
### Bug fixes
* #1456 Fix customize documentation
* #1190 Add `$variable-columns` to disable `--columnGap`
* #1518 Fix spacing of the delete button in notification element
* #1569 Fix missing use of `$pagination-color` variable
## 0.6.2
### Improvements
* #1343 Add `sub` and `sup` title sizes * #1343 Add `sub` and `sup` title sizes
* #1452 New `.is-italic` helper
### Bug fixes ### Bug fixes
* #935 Bug dropdown in `hero` (primary) menu items not visible * #935 Bug dropdown in `hero` (primary) menu items not visible
* #1456 Fix customize documentation
* #1190 Add `$variable-columns` to disable `--columnGap`
* #1518 Fix spacing of the delete button in notification element
* #1569 Fix missing use of `$pagination-color` variable
## 0.6.1 ## 0.6.1

View File

@ -1,6 +1,6 @@
{ {
"name": "bulma", "name": "bulma",
"version": "0.6.1", "version": "0.6.2",
"homepage": "https://bulma.io", "homepage": "https://bulma.io",
"authors": [ "authors": [
"jgthms <bbxdesign@gmail.com>" "jgthms <bbxdesign@gmail.com>"

2
bulma.sass vendored
View File

@ -1,5 +1,5 @@
@charset "utf-8" @charset "utf-8"
/*! bulma.io v0.6.1 | MIT License | github.com/jgthms/bulma */ /*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */
@import "sass/utilities/_all" @import "sass/utilities/_all"
@import "sass/base/_all" @import "sass/base/_all"
@import "sass/elements/_all" @import "sass/elements/_all"

158
css/bulma.css vendored
View File

@ -1,4 +1,4 @@
/*! bulma.io v0.6.1 | MIT License | github.com/jgthms/bulma */ /*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround { @-webkit-keyframes spinAround {
from { from {
-webkit-transform: rotate(0deg); -webkit-transform: rotate(0deg);
@ -678,6 +678,10 @@ table th {
text-transform: uppercase !important; text-transform: uppercase !important;
} }
.is-italic {
font-style: italic !important;
}
.has-text-white { .has-text-white {
color: white !important; color: white !important;
} }
@ -2474,6 +2478,12 @@ a.box:active {
pointer-events: none; pointer-events: none;
} }
.button.is-rounded {
border-radius: 290486px;
padding-left: 1em;
padding-right: 1em;
}
.buttons { .buttons {
-webkit-box-align: center; -webkit-box-align: center;
-ms-flex-align: center; -ms-flex-align: center;
@ -2889,11 +2899,6 @@ a.box:active {
color: rgba(122, 122, 122, 0.3); color: rgba(122, 122, 122, 0.3);
} }
.input[type="search"],
.textarea[type="search"] {
border-radius: 290486px;
}
.input[readonly], .input[readonly],
.textarea[readonly] { .textarea[readonly] {
-webkit-box-shadow: none; -webkit-box-shadow: none;
@ -3068,6 +3073,12 @@ a.box:active {
width: auto; width: auto;
} }
.input.is-rounded {
border-radius: 290486px;
padding-left: 1em;
padding-right: 1em;
}
.input.is-static { .input.is-static {
background-color: transparent; background-color: transparent;
border-color: transparent; border-color: transparent;
@ -3157,6 +3168,11 @@ a.box:active {
z-index: 4; z-index: 4;
} }
.select.is-rounded select {
border-radius: 290486px;
padding-left: 1em;
}
.select select { .select select {
-moz-appearance: none; -moz-appearance: none;
-webkit-appearance: none; -webkit-appearance: none;
@ -3728,18 +3744,6 @@ a.box:active {
display: none; display: none;
} }
.file.is-centered {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.file.is-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.file.is-boxed .file-label { .file.is-boxed .file-label {
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-box-direction: normal; -webkit-box-direction: normal;
@ -3790,16 +3794,10 @@ a.box:active {
border-width: 0 1px 1px; border-width: 0 1px 1px;
} }
.file.is-right .file-cta { .file.is-centered {
border-radius: 0 3px 3px 0; -webkit-box-pack: center;
} -ms-flex-pack: center;
justify-content: center;
.file.is-right .file-name {
border-radius: 3px 0 0 3px;
border-width: 1px 0 1px 1px;
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
} }
.file.is-fullwidth .file-label { .file.is-fullwidth .file-label {
@ -3813,6 +3811,24 @@ a.box:active {
max-width: none; max-width: none;
} }
.file.is-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.file.is-right .file-cta {
border-radius: 0 3px 3px 0;
}
.file.is-right .file-name {
border-radius: 3px 0 0 3px;
border-width: 1px 0 1px 1px;
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.file-label { .file-label {
-webkit-box-align: stretch; -webkit-box-align: stretch;
-ms-flex-align: stretch; -ms-flex-align: stretch;
@ -4023,24 +4039,24 @@ a.box:active {
margin-right: -1px; margin-right: -1px;
} }
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
border-radius: 0;
}
.field.has-addons .control:first-child .button, .field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input, .field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select { .field.has-addons .control:first-child .select select {
border-bottom-left-radius: 3px; border-bottom-right-radius: 0;
border-top-left-radius: 3px; border-top-right-radius: 0;
} }
.field.has-addons .control:last-child .button, .field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input, .field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select { .field.has-addons .control:last-child .select select {
border-bottom-right-radius: 3px; border-bottom-left-radius: 0;
border-top-right-radius: 3px; border-top-left-radius: 0;
}
.field.has-addons .control .button,
.field.has-addons .control .input,
.field.has-addons .control .select select {
border-radius: 0;
} }
.field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered, .field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered,
@ -4353,6 +4369,7 @@ a.box:active {
position: absolute !important; position: absolute !important;
right: 0.625em; right: 0.625em;
top: 0.625em; top: 0.625em;
z-index: 4;
} }
.control.is-loading.is-small:after { .control.is-loading.is-small:after {
@ -4407,6 +4424,10 @@ a.box:active {
width: 100%; width: 100%;
} }
.image img.is-rounded {
border-radius: 290486px;
}
.image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img { .image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img {
bottom: 0; bottom: 0;
left: 0; left: 0;
@ -4503,8 +4524,8 @@ a.box:active {
.notification > .delete { .notification > .delete {
position: absolute; position: absolute;
right: 0.5em; right: 0.5rem;
top: 0.5em; top: 0.5rem;
} }
.notification .title, .notification .title,
@ -5131,6 +5152,16 @@ a.tag:hover {
font-weight: inherit; font-weight: inherit;
} }
.title sub,
.subtitle sub {
font-size: 0.75em;
}
.title sup,
.subtitle sup {
font-size: 0.75em;
}
.title .tag, .title .tag,
.subtitle .tag { .subtitle .tag {
vertical-align: middle; vertical-align: middle;
@ -5919,6 +5950,7 @@ a.dropdown-item.is-active {
flex-grow: 1; flex-grow: 1;
-ms-flex-negative: 1; -ms-flex-negative: 1;
flex-shrink: 1; flex-shrink: 1;
overflow: auto;
text-align: left; text-align: left;
} }
@ -6215,7 +6247,7 @@ a.dropdown-item.is-active {
justify-content: center; justify-content: center;
overflow: hidden; overflow: hidden;
position: fixed; position: fixed;
z-index: 20; z-index: 40;
} }
.modal.is-active { .modal.is-active {
@ -7440,6 +7472,17 @@ a.navbar-link.is-active {
font-size: 1.5rem; font-size: 1.5rem;
} }
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
padding-left: 1em;
padding-right: 1em;
border-radius: 290486px;
}
.pagination.is-rounded .pagination-link {
border-radius: 290486px;
}
.pagination, .pagination,
.pagination-list { .pagination-list {
-webkit-box-align: center; -webkit-box-align: center;
@ -7524,6 +7567,7 @@ a.navbar-link.is-active {
.pagination-next, .pagination-next,
.pagination-link { .pagination-link {
border-color: #dbdbdb; border-color: #dbdbdb;
color: #363636;
min-width: 2.25em; min-width: 2.25em;
} }
@ -7984,6 +8028,18 @@ label.panel-block:hover {
border-bottom: none; border-bottom: none;
} }
.tabs.is-toggle.is-toggle-rounded li:first-child a {
border-bottom-left-radius: 290486px;
border-top-left-radius: 290486px;
padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
border-bottom-right-radius: 290486px;
border-top-right-radius: 290486px;
padding-right: 1.25em;
}
.tabs.is-small { .tabs.is-small {
font-size: 0.75rem; font-size: 0.75rem;
} }
@ -9748,7 +9804,7 @@ label.panel-block:hover {
color: #0a0a0a; color: #0a0a0a;
} }
.hero.is-white a:not(.button), .hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-white strong { .hero.is-white strong {
color: inherit; color: inherit;
} }
@ -9826,7 +9882,7 @@ label.panel-block:hover {
color: white; color: white;
} }
.hero.is-black a:not(.button), .hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-black strong { .hero.is-black strong {
color: inherit; color: inherit;
} }
@ -9904,7 +9960,7 @@ label.panel-block:hover {
color: #363636; color: #363636;
} }
.hero.is-light a:not(.button), .hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-light strong { .hero.is-light strong {
color: inherit; color: inherit;
} }
@ -9982,7 +10038,7 @@ label.panel-block:hover {
color: whitesmoke; color: whitesmoke;
} }
.hero.is-dark a:not(.button), .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-dark strong { .hero.is-dark strong {
color: inherit; color: inherit;
} }
@ -10060,7 +10116,7 @@ label.panel-block:hover {
color: #fff; color: #fff;
} }
.hero.is-primary a:not(.button), .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary strong { .hero.is-primary strong {
color: inherit; color: inherit;
} }
@ -10138,7 +10194,7 @@ label.panel-block:hover {
color: #fff; color: #fff;
} }
.hero.is-link a:not(.button), .hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-link strong { .hero.is-link strong {
color: inherit; color: inherit;
} }
@ -10216,7 +10272,7 @@ label.panel-block:hover {
color: #fff; color: #fff;
} }
.hero.is-info a:not(.button), .hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-info strong { .hero.is-info strong {
color: inherit; color: inherit;
} }
@ -10294,7 +10350,7 @@ label.panel-block:hover {
color: #fff; color: #fff;
} }
.hero.is-success a:not(.button), .hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-success strong { .hero.is-success strong {
color: inherit; color: inherit;
} }
@ -10372,7 +10428,7 @@ label.panel-block:hover {
color: rgba(0, 0, 0, 0.7); color: rgba(0, 0, 0, 0.7);
} }
.hero.is-warning a:not(.button), .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-warning strong { .hero.is-warning strong {
color: inherit; color: inherit;
} }
@ -10450,7 +10506,7 @@ label.panel-block:hover {
color: #fff; color: #fff;
} }
.hero.is-danger a:not(.button), .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-danger strong { .hero.is-danger strong {
color: inherit; color: inherit;
} }

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
@charset "UTF-8"; @charset "UTF-8";
/*! bulma.io v0.6.1 | MIT License | github.com/jgthms/bulma */ /*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround { @-webkit-keyframes spinAround {
from { from {
-webkit-transform: rotate(0deg); -webkit-transform: rotate(0deg);

View File

@ -1,8 +1,8 @@
{ {
"name": "bulma", "name": "bulma",
"version": "0.6.1", "version": "0.6.2",
"homepage": "https://bulma.io", "homepage": "https://bulma.io",
"author": "Jeremy Thomas <bbxdesign@gmail.com> (http://jgthms.com)", "author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
"description": "Modern CSS framework based on Flexbox", "description": "Modern CSS framework based on Flexbox",
"main": "bulma.sass", "main": "bulma.sass",
"style": "bulma/css/bulma.css", "style": "bulma/css/bulma.css",