mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
3500 fix ios bug (#3521)
* Fix docs navbar, Fix z-indices * Update dependencies, Fix #3500 * Update changelog
This commit is contained in:
parent
8ed98422a7
commit
c2db8a0368
@ -9,6 +9,10 @@
|
|||||||
- `$breakpoints` Sass map: a map of named breakpoints and their type (`from`, `until` or both)
|
- `$breakpoints` Sass map: a map of named breakpoints and their type (`from`, `until` or both)
|
||||||
- `@mixin breakpoint`: uses the new `$breakpoints` Sass map to output a media query
|
- `@mixin breakpoint`: uses the new `$breakpoints` Sass map to output a media query
|
||||||
|
|
||||||
|
### Bugfix
|
||||||
|
|
||||||
|
- #3500 Fix hidden disabled buttons on iOS 15.4
|
||||||
|
|
||||||
## 0.9.3
|
## 0.9.3
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
@ -611,7 +611,7 @@ fieldset[disabled] .button.is-text {
|
|||||||
.button.is-white[disabled],
|
.button.is-white[disabled],
|
||||||
fieldset[disabled] .button.is-white {
|
fieldset[disabled] .button.is-white {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-color: transparent;
|
border-color: white;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -717,7 +717,7 @@ fieldset[disabled] .button.is-white.is-inverted.is-outlined {
|
|||||||
.button.is-black[disabled],
|
.button.is-black[disabled],
|
||||||
fieldset[disabled] .button.is-black {
|
fieldset[disabled] .button.is-black {
|
||||||
background-color: #0a0a0a;
|
background-color: #0a0a0a;
|
||||||
border-color: transparent;
|
border-color: #0a0a0a;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -823,7 +823,7 @@ fieldset[disabled] .button.is-black.is-inverted.is-outlined {
|
|||||||
.button.is-light[disabled],
|
.button.is-light[disabled],
|
||||||
fieldset[disabled] .button.is-light {
|
fieldset[disabled] .button.is-light {
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
border-color: transparent;
|
border-color: whitesmoke;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -929,7 +929,7 @@ fieldset[disabled] .button.is-light.is-inverted.is-outlined {
|
|||||||
.button.is-dark[disabled],
|
.button.is-dark[disabled],
|
||||||
fieldset[disabled] .button.is-dark {
|
fieldset[disabled] .button.is-dark {
|
||||||
background-color: #363636;
|
background-color: #363636;
|
||||||
border-color: transparent;
|
border-color: #363636;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1035,7 +1035,7 @@ fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
|
|||||||
.button.is-primary[disabled],
|
.button.is-primary[disabled],
|
||||||
fieldset[disabled] .button.is-primary {
|
fieldset[disabled] .button.is-primary {
|
||||||
background-color: #00d1b2;
|
background-color: #00d1b2;
|
||||||
border-color: transparent;
|
border-color: #00d1b2;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1158,7 +1158,7 @@ fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
|
|||||||
.button.is-link[disabled],
|
.button.is-link[disabled],
|
||||||
fieldset[disabled] .button.is-link {
|
fieldset[disabled] .button.is-link {
|
||||||
background-color: #485fc7;
|
background-color: #485fc7;
|
||||||
border-color: transparent;
|
border-color: #485fc7;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1281,7 +1281,7 @@ fieldset[disabled] .button.is-link.is-inverted.is-outlined {
|
|||||||
.button.is-info[disabled],
|
.button.is-info[disabled],
|
||||||
fieldset[disabled] .button.is-info {
|
fieldset[disabled] .button.is-info {
|
||||||
background-color: #3e8ed0;
|
background-color: #3e8ed0;
|
||||||
border-color: transparent;
|
border-color: #3e8ed0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1404,7 +1404,7 @@ fieldset[disabled] .button.is-info.is-inverted.is-outlined {
|
|||||||
.button.is-success[disabled],
|
.button.is-success[disabled],
|
||||||
fieldset[disabled] .button.is-success {
|
fieldset[disabled] .button.is-success {
|
||||||
background-color: #48c78e;
|
background-color: #48c78e;
|
||||||
border-color: transparent;
|
border-color: #48c78e;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1527,7 +1527,7 @@ fieldset[disabled] .button.is-success.is-inverted.is-outlined {
|
|||||||
.button.is-warning[disabled],
|
.button.is-warning[disabled],
|
||||||
fieldset[disabled] .button.is-warning {
|
fieldset[disabled] .button.is-warning {
|
||||||
background-color: #ffe08a;
|
background-color: #ffe08a;
|
||||||
border-color: transparent;
|
border-color: #ffe08a;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1650,7 +1650,7 @@ fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
|
|||||||
.button.is-danger[disabled],
|
.button.is-danger[disabled],
|
||||||
fieldset[disabled] .button.is-danger {
|
fieldset[disabled] .button.is-danger {
|
||||||
background-color: #f14668;
|
background-color: #f14668;
|
||||||
border-color: transparent;
|
border-color: #f14668;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
2
css/bulma-rtl.min.css
vendored
2
css/bulma-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
20
css/bulma.css
vendored
20
css/bulma.css
vendored
@ -611,7 +611,7 @@ fieldset[disabled] .button.is-text {
|
|||||||
.button.is-white[disabled],
|
.button.is-white[disabled],
|
||||||
fieldset[disabled] .button.is-white {
|
fieldset[disabled] .button.is-white {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-color: transparent;
|
border-color: white;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -717,7 +717,7 @@ fieldset[disabled] .button.is-white.is-inverted.is-outlined {
|
|||||||
.button.is-black[disabled],
|
.button.is-black[disabled],
|
||||||
fieldset[disabled] .button.is-black {
|
fieldset[disabled] .button.is-black {
|
||||||
background-color: #0a0a0a;
|
background-color: #0a0a0a;
|
||||||
border-color: transparent;
|
border-color: #0a0a0a;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -823,7 +823,7 @@ fieldset[disabled] .button.is-black.is-inverted.is-outlined {
|
|||||||
.button.is-light[disabled],
|
.button.is-light[disabled],
|
||||||
fieldset[disabled] .button.is-light {
|
fieldset[disabled] .button.is-light {
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
border-color: transparent;
|
border-color: whitesmoke;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -929,7 +929,7 @@ fieldset[disabled] .button.is-light.is-inverted.is-outlined {
|
|||||||
.button.is-dark[disabled],
|
.button.is-dark[disabled],
|
||||||
fieldset[disabled] .button.is-dark {
|
fieldset[disabled] .button.is-dark {
|
||||||
background-color: #363636;
|
background-color: #363636;
|
||||||
border-color: transparent;
|
border-color: #363636;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1035,7 +1035,7 @@ fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
|
|||||||
.button.is-primary[disabled],
|
.button.is-primary[disabled],
|
||||||
fieldset[disabled] .button.is-primary {
|
fieldset[disabled] .button.is-primary {
|
||||||
background-color: #00d1b2;
|
background-color: #00d1b2;
|
||||||
border-color: transparent;
|
border-color: #00d1b2;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1158,7 +1158,7 @@ fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
|
|||||||
.button.is-link[disabled],
|
.button.is-link[disabled],
|
||||||
fieldset[disabled] .button.is-link {
|
fieldset[disabled] .button.is-link {
|
||||||
background-color: #485fc7;
|
background-color: #485fc7;
|
||||||
border-color: transparent;
|
border-color: #485fc7;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1281,7 +1281,7 @@ fieldset[disabled] .button.is-link.is-inverted.is-outlined {
|
|||||||
.button.is-info[disabled],
|
.button.is-info[disabled],
|
||||||
fieldset[disabled] .button.is-info {
|
fieldset[disabled] .button.is-info {
|
||||||
background-color: #3e8ed0;
|
background-color: #3e8ed0;
|
||||||
border-color: transparent;
|
border-color: #3e8ed0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1404,7 +1404,7 @@ fieldset[disabled] .button.is-info.is-inverted.is-outlined {
|
|||||||
.button.is-success[disabled],
|
.button.is-success[disabled],
|
||||||
fieldset[disabled] .button.is-success {
|
fieldset[disabled] .button.is-success {
|
||||||
background-color: #48c78e;
|
background-color: #48c78e;
|
||||||
border-color: transparent;
|
border-color: #48c78e;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1527,7 +1527,7 @@ fieldset[disabled] .button.is-success.is-inverted.is-outlined {
|
|||||||
.button.is-warning[disabled],
|
.button.is-warning[disabled],
|
||||||
fieldset[disabled] .button.is-warning {
|
fieldset[disabled] .button.is-warning {
|
||||||
background-color: #ffe08a;
|
background-color: #ffe08a;
|
||||||
border-color: transparent;
|
border-color: #ffe08a;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1650,7 +1650,7 @@ fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
|
|||||||
.button.is-danger[disabled],
|
.button.is-danger[disabled],
|
||||||
fieldset[disabled] .button.is-danger {
|
fieldset[disabled] .button.is-danger {
|
||||||
background-color: #f14668;
|
background-color: #f14668;
|
||||||
border-color: transparent;
|
border-color: #f14668;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
2
css/bulma.min.css
vendored
2
css/bulma.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
<nav id="categories" class="bd-categories">
|
<nav id="categories" class="bd-categories">
|
||||||
<div class="bd-categories-filter">
|
<div class="bd-categories-filter">
|
||||||
<input id="categoriesFilter" class="input is-small" type="text" name="" placeholder="Filter links">
|
<input id="categoriesFilter" class="input is-small" type="text" name="" placeholder="Filter links" style="border-radius: 0.5em;">
|
||||||
<span class="bd-key">f</span>
|
<span class="bd-key">f</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -10,11 +10,11 @@
|
|||||||
|
|
||||||
{% if category_id == 'overview' %}
|
{% if category_id == 'overview' %}
|
||||||
<p class="bd-category-group">
|
<p class="bd-category-group">
|
||||||
Concepts
|
Guides
|
||||||
</p>
|
</p>
|
||||||
{% elsif category_id == 'columns' %}
|
{% elsif category_id == 'columns' %}
|
||||||
<p class="bd-category-group">
|
<p class="bd-category-group">
|
||||||
Library
|
CSS Library
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button id="searchIcon" class="navbar-item bd-navbar-search-icon bd-navbar-mobile-icon">
|
<button id="searchIcon" class="navbar-item bd-navbar-search-icon bd-navbar-search-mobile-icon">
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
<i class="fas fa-lg fa-search"></i>
|
<i class="fas fa-lg fa-search"></i>
|
||||||
</span>
|
</span>
|
||||||
@ -64,14 +64,14 @@
|
|||||||
|
|
||||||
<div class="navbar-item bd-navbar-download-button is-hidden-touch">
|
<div class="navbar-item bd-navbar-download-button is-hidden-touch">
|
||||||
<a class="button is-primary mr-3" href="{{ site.data.meta.download }}">
|
<a class="button is-primary mr-3" href="{{ site.data.meta.download }}">
|
||||||
<span class="icon">
|
<span class="icon is-hidden-touch is-hidden-desktop-only">
|
||||||
<i class="fas fa-download"></i>
|
<i class="fas fa-download"></i>
|
||||||
</span>
|
</span>
|
||||||
<span>Download</span>
|
<span>Download</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="{{ site.url }}{{ site.data.links.by_id.become-sponsor.path }}" class="button is-sponsor is-light">
|
<a href="{{ site.url }}{{ site.data.links.by_id.become-sponsor.path }}" class="button is-sponsor is-light">
|
||||||
<span class="icon is-small">
|
<span class="icon is-small is-hidden-touch is-hidden-desktop-only">
|
||||||
<i class="fas fa-thumbs-up"></i>
|
<i class="fas fa-thumbs-up"></i>
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
@ -79,12 +79,6 @@
|
|||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="navbar-item bd-navbar-search-icon">
|
|
||||||
<span class="icon">
|
|
||||||
<i class="fas fa-lg fa-search"></i>
|
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
.bd-navbar {
|
.bd-navbar {
|
||||||
|
z-index: 50;
|
||||||
|
|
||||||
.navbar-brand img {
|
.navbar-brand img {
|
||||||
height: 28px;
|
height: 28px;
|
||||||
max-height: 2em;
|
max-height: 2em;
|
||||||
@ -334,6 +336,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bd-navbar-search-desktop-icon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include desktop() {
|
@include desktop() {
|
||||||
@ -353,16 +359,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bd-navbar-search-icon {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bd-search {
|
.bd-search {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
// margin-left: 0.5rem;
|
// margin-left: 0.5rem;
|
||||||
width: 16rem;
|
width: 12rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bd-navbar-search-mobile-icon {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -381,6 +387,10 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: auto;
|
right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bd-search {
|
||||||
|
width: 16rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include fullhd() {
|
@include fullhd() {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
box-shadow: 0 0 1em rgba(black, 0.1);
|
box-shadow: 0 0 1em rgba(black, 0.1);
|
||||||
padding: 1em 1.5em;
|
padding: 1em 1.5em;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 10;
|
z-index: 60;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cpck-invisible {
|
.cpck-invisible {
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
%bd-docs-edge {
|
%bd-docs-edge {
|
||||||
background-color: $scheme-main-bis;
|
background-color: $scheme-main-bis;
|
||||||
width: $bd-edge-width;
|
width: $bd-edge-width;
|
||||||
z-index: 31;
|
z-index: 40;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bd-docs-toggles {
|
.bd-docs-toggles {
|
||||||
|
@ -3,8 +3,8 @@ title: 'Bulma start'
|
|||||||
fulltitle: 'Bulma start: a tiny npm package to get started with Bulma'
|
fulltitle: 'Bulma start: a tiny npm package to get started with Bulma'
|
||||||
layout: default
|
layout: default
|
||||||
route: bulma-start
|
route: bulma-start
|
||||||
version: 0.0.4
|
version: 0.0.5
|
||||||
download_url: https://github.com/jgthms/bulma-start/releases/download/0.0.4/bulma-start-0.0.4.zip
|
download_url: https://github.com/jgthms/bulma-start/releases/download/0.0.5/bulma-start-0.0.5.zip
|
||||||
github_url: https://github.com/jgthms/bulma-start
|
github_url: https://github.com/jgthms/bulma-start
|
||||||
npm_url: https://www.npmjs.com/package/bulma-start
|
npm_url: https://www.npmjs.com/package/bulma-start
|
||||||
breadcrumb:
|
breadcrumb:
|
||||||
@ -114,8 +114,8 @@ breadcrumb:
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<code
|
<code
|
||||||
><a href="https://github.com/sass/node-sass" target="_blank"
|
><a href="https://github.com/sass/sass" target="_blank"
|
||||||
>node-sass</a
|
>sass</a
|
||||||
></code
|
></code
|
||||||
>
|
>
|
||||||
to compile your own Sass file
|
to compile your own Sass file
|
||||||
|
@ -614,7 +614,7 @@ fieldset[disabled] .button.is-text {
|
|||||||
.button.is-white[disabled],
|
.button.is-white[disabled],
|
||||||
fieldset[disabled] .button.is-white {
|
fieldset[disabled] .button.is-white {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-color: transparent;
|
border-color: white;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -720,7 +720,7 @@ fieldset[disabled] .button.is-white.is-inverted.is-outlined {
|
|||||||
.button.is-black[disabled],
|
.button.is-black[disabled],
|
||||||
fieldset[disabled] .button.is-black {
|
fieldset[disabled] .button.is-black {
|
||||||
background-color: #0a0a0a;
|
background-color: #0a0a0a;
|
||||||
border-color: transparent;
|
border-color: #0a0a0a;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -826,7 +826,7 @@ fieldset[disabled] .button.is-black.is-inverted.is-outlined {
|
|||||||
.button.is-light[disabled],
|
.button.is-light[disabled],
|
||||||
fieldset[disabled] .button.is-light {
|
fieldset[disabled] .button.is-light {
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
border-color: transparent;
|
border-color: whitesmoke;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -932,7 +932,7 @@ fieldset[disabled] .button.is-light.is-inverted.is-outlined {
|
|||||||
.button.is-dark[disabled],
|
.button.is-dark[disabled],
|
||||||
fieldset[disabled] .button.is-dark {
|
fieldset[disabled] .button.is-dark {
|
||||||
background-color: #363636;
|
background-color: #363636;
|
||||||
border-color: transparent;
|
border-color: #363636;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1038,7 +1038,7 @@ fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
|
|||||||
.button.is-primary[disabled],
|
.button.is-primary[disabled],
|
||||||
fieldset[disabled] .button.is-primary {
|
fieldset[disabled] .button.is-primary {
|
||||||
background-color: #00d1b2;
|
background-color: #00d1b2;
|
||||||
border-color: transparent;
|
border-color: #00d1b2;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1161,7 +1161,7 @@ fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
|
|||||||
.button.is-link[disabled],
|
.button.is-link[disabled],
|
||||||
fieldset[disabled] .button.is-link {
|
fieldset[disabled] .button.is-link {
|
||||||
background-color: #485fc7;
|
background-color: #485fc7;
|
||||||
border-color: transparent;
|
border-color: #485fc7;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1284,7 +1284,7 @@ fieldset[disabled] .button.is-link.is-inverted.is-outlined {
|
|||||||
.button.is-info[disabled],
|
.button.is-info[disabled],
|
||||||
fieldset[disabled] .button.is-info {
|
fieldset[disabled] .button.is-info {
|
||||||
background-color: #3e8ed0;
|
background-color: #3e8ed0;
|
||||||
border-color: transparent;
|
border-color: #3e8ed0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1407,7 +1407,7 @@ fieldset[disabled] .button.is-info.is-inverted.is-outlined {
|
|||||||
.button.is-success[disabled],
|
.button.is-success[disabled],
|
||||||
fieldset[disabled] .button.is-success {
|
fieldset[disabled] .button.is-success {
|
||||||
background-color: #48c78e;
|
background-color: #48c78e;
|
||||||
border-color: transparent;
|
border-color: #48c78e;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1530,7 +1530,7 @@ fieldset[disabled] .button.is-success.is-inverted.is-outlined {
|
|||||||
.button.is-warning[disabled],
|
.button.is-warning[disabled],
|
||||||
fieldset[disabled] .button.is-warning {
|
fieldset[disabled] .button.is-warning {
|
||||||
background-color: #ffe08a;
|
background-color: #ffe08a;
|
||||||
border-color: transparent;
|
border-color: #ffe08a;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1653,7 +1653,7 @@ fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
|
|||||||
.button.is-danger[disabled],
|
.button.is-danger[disabled],
|
||||||
fieldset[disabled] .button.is-danger {
|
fieldset[disabled] .button.is-danger {
|
||||||
background-color: #f14668;
|
background-color: #f14668;
|
||||||
border-color: transparent;
|
border-color: #f14668;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1776,7 +1776,7 @@ fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
|
|||||||
.button.is-expo[disabled],
|
.button.is-expo[disabled],
|
||||||
fieldset[disabled] .button.is-expo {
|
fieldset[disabled] .button.is-expo {
|
||||||
background-color: #ffd257;
|
background-color: #ffd257;
|
||||||
border-color: transparent;
|
border-color: #ffd257;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1899,7 +1899,7 @@ fieldset[disabled] .button.is-expo.is-inverted.is-outlined {
|
|||||||
.button.is-love[disabled],
|
.button.is-love[disabled],
|
||||||
fieldset[disabled] .button.is-love {
|
fieldset[disabled] .button.is-love {
|
||||||
background-color: #f14668;
|
background-color: #f14668;
|
||||||
border-color: transparent;
|
border-color: #f14668;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2022,7 +2022,7 @@ fieldset[disabled] .button.is-love.is-inverted.is-outlined {
|
|||||||
.button.is-patreon[disabled],
|
.button.is-patreon[disabled],
|
||||||
fieldset[disabled] .button.is-patreon {
|
fieldset[disabled] .button.is-patreon {
|
||||||
background-color: #f96854;
|
background-color: #f96854;
|
||||||
border-color: transparent;
|
border-color: #f96854;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2145,7 +2145,7 @@ fieldset[disabled] .button.is-patreon.is-inverted.is-outlined {
|
|||||||
.button.is-rss[disabled],
|
.button.is-rss[disabled],
|
||||||
fieldset[disabled] .button.is-rss {
|
fieldset[disabled] .button.is-rss {
|
||||||
background-color: #f26522;
|
background-color: #f26522;
|
||||||
border-color: transparent;
|
border-color: #f26522;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2268,7 +2268,7 @@ fieldset[disabled] .button.is-rss.is-inverted.is-outlined {
|
|||||||
.button.is-bleeding[disabled],
|
.button.is-bleeding[disabled],
|
||||||
fieldset[disabled] .button.is-bleeding {
|
fieldset[disabled] .button.is-bleeding {
|
||||||
background-color: #abf47c;
|
background-color: #abf47c;
|
||||||
border-color: transparent;
|
border-color: #abf47c;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2391,7 +2391,7 @@ fieldset[disabled] .button.is-bleeding.is-inverted.is-outlined {
|
|||||||
.button.is-sass[disabled],
|
.button.is-sass[disabled],
|
||||||
fieldset[disabled] .button.is-sass {
|
fieldset[disabled] .button.is-sass {
|
||||||
background-color: #bf4080;
|
background-color: #bf4080;
|
||||||
border-color: transparent;
|
border-color: #bf4080;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2514,7 +2514,7 @@ fieldset[disabled] .button.is-sass.is-inverted.is-outlined {
|
|||||||
.button.is-amazon[disabled],
|
.button.is-amazon[disabled],
|
||||||
fieldset[disabled] .button.is-amazon {
|
fieldset[disabled] .button.is-amazon {
|
||||||
background-color: #ffd863;
|
background-color: #ffd863;
|
||||||
border-color: transparent;
|
border-color: #ffd863;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2637,7 +2637,7 @@ fieldset[disabled] .button.is-amazon.is-inverted.is-outlined {
|
|||||||
.button.is-sponsor[disabled],
|
.button.is-sponsor[disabled],
|
||||||
fieldset[disabled] .button.is-sponsor {
|
fieldset[disabled] .button.is-sponsor {
|
||||||
background-color: #ea4aaa;
|
background-color: #ea4aaa;
|
||||||
border-color: transparent;
|
border-color: #ea4aaa;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2760,7 +2760,7 @@ fieldset[disabled] .button.is-sponsor.is-inverted.is-outlined {
|
|||||||
.button.is-twitter[disabled],
|
.button.is-twitter[disabled],
|
||||||
fieldset[disabled] .button.is-twitter {
|
fieldset[disabled] .button.is-twitter {
|
||||||
background-color: #55acee;
|
background-color: #55acee;
|
||||||
border-color: transparent;
|
border-color: #55acee;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2883,7 +2883,7 @@ fieldset[disabled] .button.is-twitter.is-inverted.is-outlined {
|
|||||||
.button.is-videos[disabled],
|
.button.is-videos[disabled],
|
||||||
fieldset[disabled] .button.is-videos {
|
fieldset[disabled] .button.is-videos {
|
||||||
background-color: #48c78e;
|
background-color: #48c78e;
|
||||||
border-color: transparent;
|
border-color: #48c78e;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3006,7 +3006,7 @@ fieldset[disabled] .button.is-videos.is-inverted.is-outlined {
|
|||||||
.button.is-extensions[disabled],
|
.button.is-extensions[disabled],
|
||||||
fieldset[disabled] .button.is-extensions {
|
fieldset[disabled] .button.is-extensions {
|
||||||
background-color: #3e8ed0;
|
background-color: #3e8ed0;
|
||||||
border-color: transparent;
|
border-color: #3e8ed0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3129,7 +3129,7 @@ fieldset[disabled] .button.is-extensions.is-inverted.is-outlined {
|
|||||||
.button.is-bootstrap[disabled],
|
.button.is-bootstrap[disabled],
|
||||||
fieldset[disabled] .button.is-bootstrap {
|
fieldset[disabled] .button.is-bootstrap {
|
||||||
background-color: #6f5499;
|
background-color: #6f5499;
|
||||||
border-color: transparent;
|
border-color: #6f5499;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -18461,6 +18461,10 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bd-navbar {
|
||||||
|
z-index: 50;
|
||||||
|
}
|
||||||
|
|
||||||
.bd-navbar .navbar-brand img {
|
.bd-navbar .navbar-brand img {
|
||||||
height: 28px;
|
height: 28px;
|
||||||
max-height: 2em;
|
max-height: 2em;
|
||||||
@ -18755,6 +18759,9 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
|
|||||||
min-width: 0px;
|
min-width: 0px;
|
||||||
right: auto;
|
right: auto;
|
||||||
}
|
}
|
||||||
|
.bd-navbar-search-desktop-icon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1024px) {
|
@media screen and (min-width: 1024px) {
|
||||||
@ -18770,14 +18777,14 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
|
|||||||
.bd-navbar .navbar-start {
|
.bd-navbar .navbar-start {
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
}
|
}
|
||||||
.bd-navbar-search-icon {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.bd-search {
|
.bd-search {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
width: 16rem;
|
width: 12rem;
|
||||||
|
}
|
||||||
|
.bd-navbar-search-mobile-icon {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -18793,6 +18800,9 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: auto;
|
right: auto;
|
||||||
}
|
}
|
||||||
|
.bd-search {
|
||||||
|
width: 16rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1408px) {
|
@media screen and (min-width: 1408px) {
|
||||||
@ -19717,7 +19727,7 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
|
|||||||
.bd-docs-nav, .bd-docs-side {
|
.bd-docs-nav, .bd-docs-side {
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
width: 11.25rem;
|
width: 11.25rem;
|
||||||
z-index: 31;
|
z-index: 40;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bd-docs-toggles {
|
.bd-docs-toggles {
|
||||||
@ -22662,7 +22672,7 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
|
|||||||
box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
|
box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
|
||||||
padding: 1em 1.5em;
|
padding: 1em 1.5em;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 10;
|
z-index: 60;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cpck-invisible {
|
.cpck-invisible {
|
||||||
|
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
715
docs/package-lock.json
generated
715
docs/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -5,12 +5,12 @@
|
|||||||
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
|
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.4.1",
|
"autoprefixer": "^10.4.7",
|
||||||
"babel-cli": "^6.26.0",
|
"babel-cli": "^6.26.0",
|
||||||
"babel-preset-env": "^1.7.0",
|
"babel-preset-env": "^1.7.0",
|
||||||
"babel-preset-es2015-ie": "^6.7.0",
|
"babel-preset-es2015-ie": "^6.7.0",
|
||||||
"clean-css-cli": "^5.5.0",
|
"clean-css-cli": "^5.6.0",
|
||||||
"metalsmith": "^2.3.0",
|
"metalsmith": "^2.4.2",
|
||||||
"metalsmith-filter": "^1.0.2",
|
"metalsmith-filter": "^1.0.2",
|
||||||
"node-sass": "^7.0.1",
|
"node-sass": "^7.0.1",
|
||||||
"postcss-cli": "^9.1.0"
|
"postcss-cli": "^9.1.0"
|
||||||
|
170
package-lock.json
generated
170
package-lock.json
generated
@ -9,8 +9,8 @@
|
|||||||
"version": "0.9.3",
|
"version": "0.9.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.4.1",
|
"autoprefixer": "^10.4.7",
|
||||||
"clean-css-cli": "^5.5.0",
|
"clean-css-cli": "^5.6.0",
|
||||||
"node-sass": "^7.0.1",
|
"node-sass": "^7.0.1",
|
||||||
"postcss-cli": "^9.1.0",
|
"postcss-cli": "^9.1.0",
|
||||||
"rimraf": "^3.0.2"
|
"rimraf": "^3.0.2"
|
||||||
@ -387,14 +387,24 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/autoprefixer": {
|
"node_modules/autoprefixer": {
|
||||||
"version": "10.4.1",
|
"version": "10.4.7",
|
||||||
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.7.tgz",
|
||||||
"integrity": "sha512-B3ZEG7wtzXDRCEFsan7HmR2AeNsxdJB0+sEC0Hc5/c2NbhJqPwuZm+tn233GBVw82L+6CtD6IPSfVruwKjfV3A==",
|
"integrity": "sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/postcss/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "tidelift",
|
||||||
|
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
|
||||||
|
}
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"browserslist": "^4.19.1",
|
"browserslist": "^4.20.3",
|
||||||
"caniuse-lite": "^1.0.30001294",
|
"caniuse-lite": "^1.0.30001335",
|
||||||
"fraction.js": "^4.1.2",
|
"fraction.js": "^4.2.0",
|
||||||
"normalize-range": "^0.1.2",
|
"normalize-range": "^0.1.2",
|
||||||
"picocolors": "^1.0.0",
|
"picocolors": "^1.0.0",
|
||||||
"postcss-value-parser": "^4.2.0"
|
"postcss-value-parser": "^4.2.0"
|
||||||
@ -405,10 +415,6 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": "^10 || ^12 || >=14"
|
"node": "^10 || ^12 || >=14"
|
||||||
},
|
},
|
||||||
"funding": {
|
|
||||||
"type": "opencollective",
|
|
||||||
"url": "https://opencollective.com/postcss/"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"postcss": "^8.1.0"
|
"postcss": "^8.1.0"
|
||||||
}
|
}
|
||||||
@ -475,15 +481,25 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/browserslist": {
|
"node_modules/browserslist": {
|
||||||
"version": "4.19.1",
|
"version": "4.20.3",
|
||||||
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz",
|
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.3.tgz",
|
||||||
"integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==",
|
"integrity": "sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/browserslist"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "tidelift",
|
||||||
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
||||||
|
}
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"caniuse-lite": "^1.0.30001286",
|
"caniuse-lite": "^1.0.30001332",
|
||||||
"electron-to-chromium": "^1.4.17",
|
"electron-to-chromium": "^1.4.118",
|
||||||
"escalade": "^3.1.1",
|
"escalade": "^3.1.1",
|
||||||
"node-releases": "^2.0.1",
|
"node-releases": "^2.0.3",
|
||||||
"picocolors": "^1.0.0"
|
"picocolors": "^1.0.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -491,10 +507,6 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
||||||
},
|
|
||||||
"funding": {
|
|
||||||
"type": "opencollective",
|
|
||||||
"url": "https://opencollective.com/browserslist"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/cacache": {
|
"node_modules/cacache": {
|
||||||
@ -553,14 +565,20 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/caniuse-lite": {
|
"node_modules/caniuse-lite": {
|
||||||
"version": "1.0.30001296",
|
"version": "1.0.30001338",
|
||||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001296.tgz",
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001338.tgz",
|
||||||
"integrity": "sha512-WfrtPEoNSoeATDlf4y3QvkwiELl9GyPLISV5GejTbbQRtQx4LhsXmc9IQ6XCL2d7UxCyEzToEZNMeqR79OUw8Q==",
|
"integrity": "sha512-1gLHWyfVoRDsHieO+CaeYe7jSo/MT7D7lhaXUiwwbuR5BwQxORs0f1tAwUSQr3YbxRXJvxHM/PA5FfPQRnsPeQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": {
|
"funding": [
|
||||||
"type": "opencollective",
|
{
|
||||||
"url": "https://opencollective.com/browserslist"
|
"type": "opencollective",
|
||||||
}
|
"url": "https://opencollective.com/browserslist"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "tidelift",
|
||||||
|
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"node_modules/caseless": {
|
"node_modules/caseless": {
|
||||||
"version": "0.12.0",
|
"version": "0.12.0",
|
||||||
@ -615,9 +633,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/clean-css": {
|
"node_modules/clean-css": {
|
||||||
"version": "5.2.2",
|
"version": "5.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.2.2.tgz",
|
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.0.tgz",
|
||||||
"integrity": "sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w==",
|
"integrity": "sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"source-map": "~0.6.0"
|
"source-map": "~0.6.0"
|
||||||
@ -627,13 +645,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/clean-css-cli": {
|
"node_modules/clean-css-cli": {
|
||||||
"version": "5.5.0",
|
"version": "5.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.5.0.tgz",
|
"resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.6.0.tgz",
|
||||||
"integrity": "sha512-Vr9t8o59YaPcRw/4hyJjEh4zU/BlOtlJJ8465El6QMYWbkf5nN1mhAljX6FIb0bfpkGlYNFKPCyTz7oFCHOblQ==",
|
"integrity": "sha512-68vorNEG808D1QzeerO9AlwQVTuaR8YSK4aqwIsjJq0wDSyPH11ApHY0O+EQrdEGUZcN+d72v+Nn/gpxjAFewQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chokidar": "^3.5.2",
|
"chokidar": "^3.5.2",
|
||||||
"clean-css": "^5.2.2",
|
"clean-css": "^5.3.0",
|
||||||
"commander": "7.x",
|
"commander": "7.x",
|
||||||
"glob": "^7.1.6"
|
"glob": "^7.1.6"
|
||||||
},
|
},
|
||||||
@ -860,9 +878,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/electron-to-chromium": {
|
"node_modules/electron-to-chromium": {
|
||||||
"version": "1.4.33",
|
"version": "1.4.136",
|
||||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.33.tgz",
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.136.tgz",
|
||||||
"integrity": "sha512-OVK1Ad3pHnmuXPhEfq85X8vUKr1UPNHryBnbKnyLcAfh8dPwoFjoDhDlP5KpPJIiymvSucZs48UBrE1250IxOw==",
|
"integrity": "sha512-GnITX8rHnUrIVnTxU9UlsTnSemHUA2iF+6QrRqxFbp/mf0vfuSc/goEyyQhUX3TUUCE3mv/4BNuXOtaJ4ur0eA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/emoji-regex": {
|
"node_modules/emoji-regex": {
|
||||||
@ -1024,9 +1042,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/fraction.js": {
|
"node_modules/fraction.js": {
|
||||||
"version": "4.1.2",
|
"version": "4.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz",
|
||||||
"integrity": "sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA==",
|
"integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "*"
|
"node": "*"
|
||||||
@ -1985,9 +2003,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/node-releases": {
|
"node_modules/node-releases": {
|
||||||
"version": "2.0.1",
|
"version": "2.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.4.tgz",
|
||||||
"integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==",
|
"integrity": "sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/node-sass": {
|
"node_modules/node-sass": {
|
||||||
@ -3576,14 +3594,14 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"autoprefixer": {
|
"autoprefixer": {
|
||||||
"version": "10.4.1",
|
"version": "10.4.7",
|
||||||
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.7.tgz",
|
||||||
"integrity": "sha512-B3ZEG7wtzXDRCEFsan7HmR2AeNsxdJB0+sEC0Hc5/c2NbhJqPwuZm+tn233GBVw82L+6CtD6IPSfVruwKjfV3A==",
|
"integrity": "sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"browserslist": "^4.19.1",
|
"browserslist": "^4.20.3",
|
||||||
"caniuse-lite": "^1.0.30001294",
|
"caniuse-lite": "^1.0.30001335",
|
||||||
"fraction.js": "^4.1.2",
|
"fraction.js": "^4.2.0",
|
||||||
"normalize-range": "^0.1.2",
|
"normalize-range": "^0.1.2",
|
||||||
"picocolors": "^1.0.0",
|
"picocolors": "^1.0.0",
|
||||||
"postcss-value-parser": "^4.2.0"
|
"postcss-value-parser": "^4.2.0"
|
||||||
@ -3642,15 +3660,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"version": "4.19.1",
|
"version": "4.20.3",
|
||||||
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz",
|
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.3.tgz",
|
||||||
"integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==",
|
"integrity": "sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"caniuse-lite": "^1.0.30001286",
|
"caniuse-lite": "^1.0.30001332",
|
||||||
"electron-to-chromium": "^1.4.17",
|
"electron-to-chromium": "^1.4.118",
|
||||||
"escalade": "^3.1.1",
|
"escalade": "^3.1.1",
|
||||||
"node-releases": "^2.0.1",
|
"node-releases": "^2.0.3",
|
||||||
"picocolors": "^1.0.0"
|
"picocolors": "^1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -3698,9 +3716,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"caniuse-lite": {
|
"caniuse-lite": {
|
||||||
"version": "1.0.30001296",
|
"version": "1.0.30001338",
|
||||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001296.tgz",
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001338.tgz",
|
||||||
"integrity": "sha512-WfrtPEoNSoeATDlf4y3QvkwiELl9GyPLISV5GejTbbQRtQx4LhsXmc9IQ6XCL2d7UxCyEzToEZNMeqR79OUw8Q==",
|
"integrity": "sha512-1gLHWyfVoRDsHieO+CaeYe7jSo/MT7D7lhaXUiwwbuR5BwQxORs0f1tAwUSQr3YbxRXJvxHM/PA5FfPQRnsPeQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"caseless": {
|
"caseless": {
|
||||||
@ -3742,22 +3760,22 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"clean-css": {
|
"clean-css": {
|
||||||
"version": "5.2.2",
|
"version": "5.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.2.2.tgz",
|
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.0.tgz",
|
||||||
"integrity": "sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w==",
|
"integrity": "sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"source-map": "~0.6.0"
|
"source-map": "~0.6.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"clean-css-cli": {
|
"clean-css-cli": {
|
||||||
"version": "5.5.0",
|
"version": "5.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.5.0.tgz",
|
"resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.6.0.tgz",
|
||||||
"integrity": "sha512-Vr9t8o59YaPcRw/4hyJjEh4zU/BlOtlJJ8465El6QMYWbkf5nN1mhAljX6FIb0bfpkGlYNFKPCyTz7oFCHOblQ==",
|
"integrity": "sha512-68vorNEG808D1QzeerO9AlwQVTuaR8YSK4aqwIsjJq0wDSyPH11ApHY0O+EQrdEGUZcN+d72v+Nn/gpxjAFewQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"chokidar": "^3.5.2",
|
"chokidar": "^3.5.2",
|
||||||
"clean-css": "^5.2.2",
|
"clean-css": "^5.3.0",
|
||||||
"commander": "7.x",
|
"commander": "7.x",
|
||||||
"glob": "^7.1.6"
|
"glob": "^7.1.6"
|
||||||
}
|
}
|
||||||
@ -3930,9 +3948,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"electron-to-chromium": {
|
"electron-to-chromium": {
|
||||||
"version": "1.4.33",
|
"version": "1.4.136",
|
||||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.33.tgz",
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.136.tgz",
|
||||||
"integrity": "sha512-OVK1Ad3pHnmuXPhEfq85X8vUKr1UPNHryBnbKnyLcAfh8dPwoFjoDhDlP5KpPJIiymvSucZs48UBrE1250IxOw==",
|
"integrity": "sha512-GnITX8rHnUrIVnTxU9UlsTnSemHUA2iF+6QrRqxFbp/mf0vfuSc/goEyyQhUX3TUUCE3mv/4BNuXOtaJ4ur0eA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"emoji-regex": {
|
"emoji-regex": {
|
||||||
@ -4067,9 +4085,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fraction.js": {
|
"fraction.js": {
|
||||||
"version": "4.1.2",
|
"version": "4.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz",
|
||||||
"integrity": "sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA==",
|
"integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"fs-extra": {
|
"fs-extra": {
|
||||||
@ -4815,9 +4833,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node-releases": {
|
"node-releases": {
|
||||||
"version": "2.0.1",
|
"version": "2.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.4.tgz",
|
||||||
"integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==",
|
"integrity": "sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node-sass": {
|
"node-sass": {
|
||||||
|
@ -27,8 +27,8 @@
|
|||||||
"url": "https://github.com/jgthms/bulma/issues"
|
"url": "https://github.com/jgthms/bulma/issues"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^10.4.1",
|
"autoprefixer": "^10.4.7",
|
||||||
"clean-css-cli": "^5.5.0",
|
"clean-css-cli": "^5.6.0",
|
||||||
"node-sass": "^7.0.1",
|
"node-sass": "^7.0.1",
|
||||||
"postcss-cli": "^9.1.0",
|
"postcss-cli": "^9.1.0",
|
||||||
"rimraf": "^3.0.2"
|
"rimraf": "^3.0.2"
|
||||||
|
@ -164,7 +164,7 @@ $button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": (
|
|||||||
&[disabled],
|
&[disabled],
|
||||||
fieldset[disabled] &
|
fieldset[disabled] &
|
||||||
background-color: $color
|
background-color: $color
|
||||||
border-color: transparent
|
border-color: $color
|
||||||
box-shadow: none
|
box-shadow: none
|
||||||
&.is-inverted
|
&.is-inverted
|
||||||
background-color: $color-invert
|
background-color: $color-invert
|
||||||
@ -354,4 +354,4 @@ $button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": (
|
|||||||
@else
|
@else
|
||||||
.button.is-responsive,
|
.button.is-responsive,
|
||||||
.button.is-responsive.is-normal
|
.button.is-responsive.is-normal
|
||||||
font-size: $value
|
font-size: $value
|
||||||
|
78
yarn.lock
78
yarn.lock
@ -191,14 +191,14 @@
|
|||||||
"resolved" "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
|
"resolved" "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
|
||||||
"version" "0.4.0"
|
"version" "0.4.0"
|
||||||
|
|
||||||
"autoprefixer@^10.4.1":
|
"autoprefixer@^10.4.7":
|
||||||
"integrity" "sha512-B3ZEG7wtzXDRCEFsan7HmR2AeNsxdJB0+sEC0Hc5/c2NbhJqPwuZm+tn233GBVw82L+6CtD6IPSfVruwKjfV3A=="
|
"integrity" "sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA=="
|
||||||
"resolved" "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.1.tgz"
|
"resolved" "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.7.tgz"
|
||||||
"version" "10.4.1"
|
"version" "10.4.7"
|
||||||
dependencies:
|
dependencies:
|
||||||
"browserslist" "^4.19.1"
|
"browserslist" "^4.20.3"
|
||||||
"caniuse-lite" "^1.0.30001294"
|
"caniuse-lite" "^1.0.30001335"
|
||||||
"fraction.js" "^4.1.2"
|
"fraction.js" "^4.2.0"
|
||||||
"normalize-range" "^0.1.2"
|
"normalize-range" "^0.1.2"
|
||||||
"picocolors" "^1.0.0"
|
"picocolors" "^1.0.0"
|
||||||
"postcss-value-parser" "^4.2.0"
|
"postcss-value-parser" "^4.2.0"
|
||||||
@ -245,15 +245,15 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"fill-range" "^7.0.1"
|
"fill-range" "^7.0.1"
|
||||||
|
|
||||||
"browserslist@^4.19.1":
|
"browserslist@^4.20.3":
|
||||||
"integrity" "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A=="
|
"integrity" "sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg=="
|
||||||
"resolved" "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz"
|
"resolved" "https://registry.npmjs.org/browserslist/-/browserslist-4.20.3.tgz"
|
||||||
"version" "4.19.1"
|
"version" "4.20.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"caniuse-lite" "^1.0.30001286"
|
"caniuse-lite" "^1.0.30001332"
|
||||||
"electron-to-chromium" "^1.4.17"
|
"electron-to-chromium" "^1.4.118"
|
||||||
"escalade" "^3.1.1"
|
"escalade" "^3.1.1"
|
||||||
"node-releases" "^2.0.1"
|
"node-releases" "^2.0.3"
|
||||||
"picocolors" "^1.0.0"
|
"picocolors" "^1.0.0"
|
||||||
|
|
||||||
"cacache@^15.2.0":
|
"cacache@^15.2.0":
|
||||||
@ -294,10 +294,10 @@
|
|||||||
"resolved" "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz"
|
"resolved" "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz"
|
||||||
"version" "5.3.1"
|
"version" "5.3.1"
|
||||||
|
|
||||||
"caniuse-lite@^1.0.30001286", "caniuse-lite@^1.0.30001294":
|
"caniuse-lite@^1.0.30001332", "caniuse-lite@^1.0.30001335":
|
||||||
"integrity" "sha512-WfrtPEoNSoeATDlf4y3QvkwiELl9GyPLISV5GejTbbQRtQx4LhsXmc9IQ6XCL2d7UxCyEzToEZNMeqR79OUw8Q=="
|
"integrity" "sha512-1gLHWyfVoRDsHieO+CaeYe7jSo/MT7D7lhaXUiwwbuR5BwQxORs0f1tAwUSQr3YbxRXJvxHM/PA5FfPQRnsPeQ=="
|
||||||
"resolved" "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001296.tgz"
|
"resolved" "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001338.tgz"
|
||||||
"version" "1.0.30001296"
|
"version" "1.0.30001338"
|
||||||
|
|
||||||
"caseless@~0.12.0":
|
"caseless@~0.12.0":
|
||||||
"integrity" "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
|
"integrity" "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
|
||||||
@ -341,20 +341,20 @@
|
|||||||
"resolved" "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz"
|
"resolved" "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz"
|
||||||
"version" "2.0.0"
|
"version" "2.0.0"
|
||||||
|
|
||||||
"clean-css-cli@^5.5.0":
|
"clean-css-cli@^5.6.0":
|
||||||
"integrity" "sha512-Vr9t8o59YaPcRw/4hyJjEh4zU/BlOtlJJ8465El6QMYWbkf5nN1mhAljX6FIb0bfpkGlYNFKPCyTz7oFCHOblQ=="
|
"integrity" "sha512-68vorNEG808D1QzeerO9AlwQVTuaR8YSK4aqwIsjJq0wDSyPH11ApHY0O+EQrdEGUZcN+d72v+Nn/gpxjAFewQ=="
|
||||||
"resolved" "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.5.0.tgz"
|
"resolved" "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.6.0.tgz"
|
||||||
"version" "5.5.0"
|
"version" "5.6.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"chokidar" "^3.5.2"
|
"chokidar" "^3.5.2"
|
||||||
"clean-css" "^5.2.2"
|
"clean-css" "^5.3.0"
|
||||||
"commander" "7.x"
|
"commander" "7.x"
|
||||||
"glob" "^7.1.6"
|
"glob" "^7.1.6"
|
||||||
|
|
||||||
"clean-css@^5.2.2":
|
"clean-css@^5.3.0":
|
||||||
"integrity" "sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w=="
|
"integrity" "sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ=="
|
||||||
"resolved" "https://registry.npmjs.org/clean-css/-/clean-css-5.2.2.tgz"
|
"resolved" "https://registry.npmjs.org/clean-css/-/clean-css-5.3.0.tgz"
|
||||||
"version" "5.2.2"
|
"version" "5.3.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"source-map" "~0.6.0"
|
"source-map" "~0.6.0"
|
||||||
|
|
||||||
@ -499,10 +499,10 @@
|
|||||||
"jsbn" "~0.1.0"
|
"jsbn" "~0.1.0"
|
||||||
"safer-buffer" "^2.1.0"
|
"safer-buffer" "^2.1.0"
|
||||||
|
|
||||||
"electron-to-chromium@^1.4.17":
|
"electron-to-chromium@^1.4.118":
|
||||||
"integrity" "sha512-OVK1Ad3pHnmuXPhEfq85X8vUKr1UPNHryBnbKnyLcAfh8dPwoFjoDhDlP5KpPJIiymvSucZs48UBrE1250IxOw=="
|
"integrity" "sha512-GnITX8rHnUrIVnTxU9UlsTnSemHUA2iF+6QrRqxFbp/mf0vfuSc/goEyyQhUX3TUUCE3mv/4BNuXOtaJ4ur0eA=="
|
||||||
"resolved" "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.33.tgz"
|
"resolved" "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.136.tgz"
|
||||||
"version" "1.4.33"
|
"version" "1.4.136"
|
||||||
|
|
||||||
"emoji-regex@^8.0.0":
|
"emoji-regex@^8.0.0":
|
||||||
"integrity" "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
"integrity" "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
||||||
@ -610,10 +610,10 @@
|
|||||||
"combined-stream" "^1.0.6"
|
"combined-stream" "^1.0.6"
|
||||||
"mime-types" "^2.1.12"
|
"mime-types" "^2.1.12"
|
||||||
|
|
||||||
"fraction.js@^4.1.2":
|
"fraction.js@^4.2.0":
|
||||||
"integrity" "sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA=="
|
"integrity" "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA=="
|
||||||
"resolved" "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.2.tgz"
|
"resolved" "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz"
|
||||||
"version" "4.1.2"
|
"version" "4.2.0"
|
||||||
|
|
||||||
"fs-extra@^10.0.0":
|
"fs-extra@^10.0.0":
|
||||||
"integrity" "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ=="
|
"integrity" "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ=="
|
||||||
@ -1235,10 +1235,10 @@
|
|||||||
"tar" "^6.1.2"
|
"tar" "^6.1.2"
|
||||||
"which" "^2.0.2"
|
"which" "^2.0.2"
|
||||||
|
|
||||||
"node-releases@^2.0.1":
|
"node-releases@^2.0.3":
|
||||||
"integrity" "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA=="
|
"integrity" "sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ=="
|
||||||
"resolved" "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz"
|
"resolved" "https://registry.npmjs.org/node-releases/-/node-releases-2.0.4.tgz"
|
||||||
"version" "2.0.1"
|
"version" "2.0.4"
|
||||||
|
|
||||||
"node-sass@^7.0.1":
|
"node-sass@^7.0.1":
|
||||||
"integrity" "sha512-uMy+Xt29NlqKCFdFRZyXKOTqGt+QaKHexv9STj2WeLottnlqZEEWx6Bj0MXNthmFRRdM/YwyNo/8Tr46TOM0jQ=="
|
"integrity" "sha512-uMy+Xt29NlqKCFdFRZyXKOTqGt+QaKHexv9STj2WeLottnlqZEEWx6Bj0MXNthmFRRdM/YwyNo/8Tr46TOM0jQ=="
|
||||||
|
Loading…
Reference in New Issue
Block a user