integration: v1.0.8

This commit is contained in:
Emmanuel Pelletier
2024-05-15 20:49:30 +02:00
parent 4b64642837
commit 741cd35f13
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 0.1.8
- homepage: new "description" prop on `<HomepageContent>` to easily add custom content under the tagline. This matches this HTML: `<div class="lasuite-homepage__desc-container"></div>`.
- gaufre: new `variant` prop on `<Gaufre>` to impact visuals. Set to `small` or `responsive`. Matches CSS classes `lasuite-gaufre-btn--small` and `lasuite-gaufre-btn--responsive`.
## 0.1.6
- gaufre: hide the button if the gaufre.js script is not available

View File

@@ -1,12 +1,12 @@
{
"name": "@gouvfr-lasuite/integration",
"version": "0.1.6",
"version": "0.1.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@gouvfr-lasuite/integration",
"version": "0.1.6",
"version": "0.1.8",
"devDependencies": {
"@babel/plugin-syntax-import-attributes": "^7.24.1",
"@fullhuman/postcss-purgecss": "^6.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@gouvfr-lasuite/integration",
"version": "0.1.6",
"version": "0.1.8",
"type": "module",
"files": [
"dist"