Update packages
Some checks failed
End-to-end tests / cypress-run (push) Has been cancelled

This commit is contained in:
Jeremy Thomas
2025-12-03 10:40:51 +00:00
parent 82c5f33b96
commit 68ff0ad283
10 changed files with 368 additions and 624 deletions

View File

@@ -30,7 +30,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css">
<link <link
rel="stylesheet" rel="stylesheet"
href="{{ site.url }}/assets/css/{{ site.docs_file }}.css?v={{ site.time | date: "%Y%m%d%H%M" }}" href="{{ site.url }}/assets/css/{{ site.docs_file }}.css?v={{ site.data.asset_hash.css }}"
> >
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}"> <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">

View File

@@ -1,6 +1,6 @@
<div id="carboncontainer" class="bd-carbon"> <div id="carboncontainer" class="bd-carbon">
<div id="carbon"> <div id="carbon">
<a id="masterclass-carbon" href="https://cssmasterclass.io/" target="_blank" style="display: none; aspect-ratio: 40 / 26; max-width: 400px; max-height: 260px;"> <a id="masterclass-carbon" href="https://cssmasterclass.io/" target="_blank" style="display: none; aspect-ratio: 40 / 28; max-width: 400px; max-height: 280px; width: 100%;">
<img src="{{ site.url }}/assets/images/masterclass/masterclass-carbon.png" height="260" width="400" alt="CSS Masterclass"> <img src="{{ site.url }}/assets/images/masterclass/masterclass-carbon.png" height="260" width="400" alt="CSS Masterclass">
</a> </a>
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIE237&placement=bulmaio&format=cover" id="_carbonads_js" onerror="this.previousElementSibling.style.display = 'flex'"></script> <script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIE237&placement=bulmaio&format=cover" id="_carbonads_js" onerror="this.previousElementSibling.style.display = 'flex'"></script>

View File

@@ -99,9 +99,9 @@
} }
.bd-carbon { .bd-carbon {
aspect-ratio: 40 / 26; aspect-ratio: 40 / 28;
max-height: 280px !important; height: 280px !important;
max-width: 400px !important; width: 400px !important;
&, &,
& > div { & > div {
@@ -111,6 +111,6 @@
} }
> div { > div {
aspect-ratio: 40 / 26; aspect-ratio: 40 / 28;
} }
} }

View File

@@ -33994,9 +33994,6 @@ has-background-moon.is-hoverable:active {
padding: 1em; padding: 1em;
} }
.bulma-placeholder-mixin {
border-color: hsl(195, 53%, 79%);
}
.bulma-placeholder-mixin::-moz-placeholder { .bulma-placeholder-mixin::-moz-placeholder {
color: lightblue; color: lightblue;
} }
@@ -34009,6 +34006,9 @@ has-background-moon.is-hoverable:active {
.bulma-placeholder-mixin:-ms-input-placeholder { .bulma-placeholder-mixin:-ms-input-placeholder {
color: lightblue; color: lightblue;
} }
.bulma-placeholder-mixin {
border-color: hsl(195, 53%, 79%);
}
.bulma-placeholder-mixin:hover { .bulma-placeholder-mixin:hover {
border-color: hsl(195, 83%, 66%); border-color: hsl(195, 83%, 66%);
} }
@@ -34136,8 +34136,6 @@ has-background-moon.is-hoverable:active {
transition-duration: var(--bulma-duration); transition-duration: var(--bulma-duration);
transition-property: background-color, border-color, box-shadow, color; transition-property: background-color, border-color, box-shadow, color;
vertical-align: top; vertical-align: top;
background: deeppink;
color: white;
} }
.bulma-control-mixin:focus, .bulma-control-mixin:focus-visible, .bulma-control-mixin:focus-within, .bulma-control-mixin.is-focused, .bulma-control-mixin:active, .bulma-control-mixin.is-active { .bulma-control-mixin:focus, .bulma-control-mixin:focus-visible, .bulma-control-mixin:focus-within, .bulma-control-mixin.is-focused, .bulma-control-mixin:active, .bulma-control-mixin.is-active {
outline: none; outline: none;
@@ -34145,6 +34143,10 @@ has-background-moon.is-hoverable:active {
.bulma-control-mixin[disabled], fieldset[disabled] .bulma-control-mixin { .bulma-control-mixin[disabled], fieldset[disabled] .bulma-control-mixin {
cursor: not-allowed; cursor: not-allowed;
} }
.bulma-control-mixin {
background: deeppink;
color: white;
}
.bulma-control-mixin.is-small { .bulma-control-mixin.is-small {
border-radius: var(--bulma-radius-small); border-radius: var(--bulma-radius-small);
font-size: var(--bulma-size-small); font-size: var(--bulma-size-small);
@@ -34177,8 +34179,6 @@ has-background-moon.is-hoverable:active {
transition-duration: var(--bulma-duration); transition-duration: var(--bulma-duration);
transition-property: background-color, border-color, box-shadow, color; transition-property: background-color, border-color, box-shadow, color;
vertical-align: top; vertical-align: top;
background: mediumblue;
color: white;
} }
.bulma-control-extend:focus, .bulma-control-extend:focus-visible, .bulma-control-extend:focus-within, .bulma-control-extend.is-focused, .bulma-control-extend:active, .bulma-control-extend.is-active { .bulma-control-extend:focus, .bulma-control-extend:focus-visible, .bulma-control-extend:focus-within, .bulma-control-extend.is-focused, .bulma-control-extend:active, .bulma-control-extend.is-active {
outline: none; outline: none;
@@ -34186,6 +34186,10 @@ has-background-moon.is-hoverable:active {
.bulma-control-extend[disabled], fieldset[disabled] .bulma-control-extend { .bulma-control-extend[disabled], fieldset[disabled] .bulma-control-extend {
cursor: not-allowed; cursor: not-allowed;
} }
.bulma-control-extend {
background: mediumblue;
color: white;
}
.bd-websites { .bd-websites {
--gap: 0px; --gap: 0px;
@@ -34308,9 +34312,9 @@ has-background-moon.is-hoverable:active {
} }
} }
.bd-carbon { .bd-carbon {
aspect-ratio: 40/26; aspect-ratio: 40/28;
max-height: 280px !important; height: 280px !important;
max-width: 400px !important; width: 400px !important;
} }
.bd-carbon, .bd-carbon > div { .bd-carbon, .bd-carbon > div {
align-items: center; align-items: center;
@@ -34318,9 +34322,12 @@ has-background-moon.is-hoverable:active {
justify-content: center; justify-content: center;
} }
.bd-carbon > div { .bd-carbon > div {
aspect-ratio: 40/26; aspect-ratio: 40/28;
} }
.highlight:not(:last-child) {
margin-bottom: 1.5rem;
}
.highlight { .highlight {
background-color: var(--hl-gray-09); background-color: var(--hl-gray-09);
border-radius: var(--hl-radius); border-radius: var(--hl-radius);
@@ -34328,9 +34335,6 @@ has-background-moon.is-hoverable:active {
font-size: 0.875em; font-size: 0.875em;
position: relative; position: relative;
} }
.highlight:not(:last-child) {
margin-bottom: 1.5rem;
}
.highlight.bd-is-hovering { .highlight.bd-is-hovering {
box-shadow: inset 0 0 0 2px var(--hl-orange); box-shadow: inset 0 0 0 2px var(--hl-orange);
} }
@@ -37260,6 +37264,7 @@ svg {
.masterclass-body { .masterclass-body {
background-color: #333; background-color: #333;
position: relative; position: relative;
background-color: #111;
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/assets/images/coding-background.jpg); background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/assets/images/coding-background.jpg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
@@ -37315,8 +37320,8 @@ div.shine {
} }
} }
.launch-code { .launch-code {
animation-name: anim-fade-in;
animation-duration: 1s; animation-duration: 1s;
background-color: #111;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/images/coding-background.jpg); background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/images/coding-background.jpg);
background-size: cover; background-size: cover;
background-position: center; background-position: center;
@@ -37398,9 +37403,3 @@ div.shine {
flex-basis: 30rem; flex-basis: 30rem;
} }
} }
@media screen and (min-width: 1024px) {
.launch-code {
animation-name: anim-slide-down;
z-index: 40;
}
}

File diff suppressed because one or more lines are too long

40
docs/package-lock.json generated
View File

@@ -9,9 +9,9 @@
"version": "1.0.1", "version": "1.0.1",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@shopify/prettier-plugin-liquid": "^1.6.1", "@shopify/prettier-plugin-liquid": "^1.10.0",
"prettier": "^3.4.1", "prettier": "^3.7.4",
"sass": "^1.81.0" "sass": "^1.94.2"
} }
}, },
"node_modules/@parcel/watcher": { "node_modules/@parcel/watcher": {
@@ -325,24 +325,24 @@
} }
}, },
"node_modules/@shopify/liquid-html-parser": { "node_modules/@shopify/liquid-html-parser": {
"version": "2.1.1", "version": "2.9.0",
"resolved": "https://registry.npmjs.org/@shopify/liquid-html-parser/-/liquid-html-parser-2.1.1.tgz", "resolved": "https://registry.npmjs.org/@shopify/liquid-html-parser/-/liquid-html-parser-2.9.0.tgz",
"integrity": "sha512-5shGZTB7tK28MzawqBb82n6fbn+77U6al5UrOcUruBUj3GNqHJWjzZVPtXq4fQHrFpXFu6l11x+z+ggdUHT0Ng==", "integrity": "sha512-bkI4tLbU47YUxpgbMa9fgeJjFEMvRNEFL644Yk0ZKo5H1IRzU4pPyCQ6PkGvb0JJnt7OZ+RDGvb6ZLCnAR2Z/A==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"line-column": "^1.0.2", "line-column": "^1.0.2",
"ohm-js": "^16.3.0" "ohm-js": "^17.0.0"
} }
}, },
"node_modules/@shopify/prettier-plugin-liquid": { "node_modules/@shopify/prettier-plugin-liquid": {
"version": "1.6.1", "version": "1.10.0",
"resolved": "https://registry.npmjs.org/@shopify/prettier-plugin-liquid/-/prettier-plugin-liquid-1.6.1.tgz", "resolved": "https://registry.npmjs.org/@shopify/prettier-plugin-liquid/-/prettier-plugin-liquid-1.10.0.tgz",
"integrity": "sha512-l72sIdCF/GvRsGe3t3rbr0sEIg65Q83yamVoTDjsi9VhXbZJTnrIo/ZSe2dJJFOch61n8zi3tWM9jPjbzEblmA==", "integrity": "sha512-csHYjwuT34o8ja6EY0dUBYQS5UVwsKwRYxGiuG816Ov0B8lVd8FUjOwWUk2SnrNx3cGgL0no7z+Byapp7sC1Uw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@shopify/liquid-html-parser": "^2.1.1", "@shopify/liquid-html-parser": "^2.9.0",
"html-styles": "^1.0.0" "html-styles": "^1.0.0"
}, },
"peerDependencies": { "peerDependencies": {
@@ -511,9 +511,9 @@
"optional": true "optional": true
}, },
"node_modules/ohm-js": { "node_modules/ohm-js": {
"version": "16.6.0", "version": "17.2.1",
"resolved": "https://registry.npmjs.org/ohm-js/-/ohm-js-16.6.0.tgz", "resolved": "https://registry.npmjs.org/ohm-js/-/ohm-js-17.2.1.tgz",
"integrity": "sha512-X9P4koSGa7swgVQ0gt71UCYtkAQGOjciJPJAz74kDxWt8nXbH5HrDOQG6qBDH7SR40ktNv4x61BwpTDE9q4lRA==", "integrity": "sha512-4cXF0G09fAYU9z61kTfkNbKK1Kz/sGEZ5NbVWHoe9Qi7VB7y+Spwk051CpUTfUENdlIr+vt8tMV4/LosTE2cDQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@@ -535,9 +535,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.4.1", "version": "3.7.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz",
"integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"bin": { "bin": {
@@ -565,9 +565,9 @@
} }
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.81.0", "version": "1.94.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.81.0.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.2.tgz",
"integrity": "sha512-Q4fOxRfhmv3sqCLoGfvrC9pRV8btc0UtqL9mN6Yrv6Qi9ScL55CVH1vlPP863ISLEEMNLLuu9P+enCeGHlnzhA==", "integrity": "sha512-N+7WK20/wOr7CzA2snJcUSSNTCzeCGUTFY3OgeQP3mZ1aj9NMQ0mSTXwlrnd89j33zzQJGqIN52GIOmYrfq46A==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@@ -12,8 +12,8 @@
"start": "npm run website-sass -- --watch" "start": "npm run website-sass -- --watch"
}, },
"devDependencies": { "devDependencies": {
"@shopify/prettier-plugin-liquid": "^1.6.1", "@shopify/prettier-plugin-liquid": "^1.10.0",
"prettier": "^3.4.1", "prettier": "^3.7.4",
"sass": "^1.81.0" "sass": "^1.94.2"
} }
} }

View File

@@ -638,8 +638,8 @@ $container-max-width: iv.$fullhd;
.shine { .shine {
--transition: 800ms cubic-bezier(0.25, 1, 0.5, 1); --transition: 800ms cubic-bezier(0.25, 1, 0.5, 1);
transition: var(--transition); transition: var(--transition);
transition-property: --gradient-angle-offset, --gradient-percent, transition-property:
--gradient-shine; --gradient-angle-offset, --gradient-percent, --gradient-shine;
&, &,
&::before, &::before,
@@ -725,7 +725,9 @@ $container-max-width: iv.$fullhd;
.masterclass-body { .masterclass-body {
background-color: #333; background-color: #333;
position: relative; position: relative;
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), background-color: #111;
background-image:
linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
url(/assets/images/coding-background.jpg); url(/assets/images/coding-background.jpg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
@@ -784,9 +786,10 @@ div.shine {
} }
.launch-code { .launch-code {
animation-name: anim-fade-in;
animation-duration: 1s; animation-duration: 1s;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), background-color: #111;
background-image:
linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url(/assets/images/coding-background.jpg); url(/assets/images/coding-background.jpg);
background-size: cover; background-size: cover;
background-position: center; background-position: center;
@@ -878,10 +881,3 @@ div.shine {
} }
} }
} }
@media screen and (min-width: 1024px) {
.launch-code {
animation-name: anim-slide-down;
z-index: 40;
}
}

861
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -29,11 +29,11 @@
"url": "https://github.com/jgthms/bulma/issues" "url": "https://github.com/jgthms/bulma/issues"
}, },
"devDependencies": { "devDependencies": {
"cssnano": "^7.0.6", "cssnano": "^7.1.2",
"postcss-cli": "^11.0.1", "postcss-cli": "^11.0.1",
"prettier": "^3.5.3", "prettier": "^3.7.4",
"rimraf": "^6.0.1", "rimraf": "^6.1.2",
"sass": "^1.86.3" "sass": "^1.94.2"
}, },
"scripts": { "scripts": {
"build-bulma": "sass --style=expanded --source-map bulma.scss css/bulma.css", "build-bulma": "sass --style=expanded --source-map bulma.scss css/bulma.css",
@@ -59,4 +59,4 @@
"LICENSE", "LICENSE",
"README.md" "README.md"
] ]
} }