integration: v1.0.8
This commit is contained in:
@@ -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
|
||||
|
||||
4
packages/integration/package-lock.json
generated
4
packages/integration/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gouvfr-lasuite/integration",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.8",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
Reference in New Issue
Block a user