diff --git a/packages/integration/CHANGELOG.md b/packages/integration/CHANGELOG.md index 447016a..39c29ff 100644 --- a/packages/integration/CHANGELOG.md +++ b/packages/integration/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.1.6 + +- gaufre: hide the button if the gaufre.js script is not available +- gaufre: match DSFR tertiary button styling (gray-ish button border) +- gaufre: add a "button pressed" style +- gaufre: support DSFR dark theme via the `html[data-fr-scheme="dark"]` CSS selector + ## 0.1.5 - homepage tagline: hide breaklines on mobile devices diff --git a/packages/integration/package-lock.json b/packages/integration/package-lock.json index 2adfc43..384d986 100644 --- a/packages/integration/package-lock.json +++ b/packages/integration/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gouvfr-lasuite/integration", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gouvfr-lasuite/integration", - "version": "0.1.5", + "version": "0.1.6", "devDependencies": { "@babel/plugin-syntax-import-attributes": "^7.24.1", "@fullhuman/postcss-purgecss": "^6.0.0", diff --git a/packages/integration/package.json b/packages/integration/package.json index b4d63d9..ef65973 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -1,6 +1,6 @@ { "name": "@gouvfr-lasuite/integration", - "version": "0.1.5", + "version": "0.1.6", "type": "module", "files": [ "dist" diff --git a/website/package-lock.json b/website/package-lock.json index 5f47a1a..56fe155 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -15,7 +15,7 @@ "@astrojs/starlight": "^0.21.5", "@fastify/cors": "^9.0.1", "@fastify/static": "^7.0.3", - "@gouvfr-lasuite/integration": "^0.1.5", + "@gouvfr-lasuite/integration": "^0.1.6", "@types/prismjs": "^1.26.3", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", @@ -1478,9 +1478,9 @@ } }, "node_modules/@gouvfr-lasuite/integration": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-0.1.5.tgz", - "integrity": "sha512-osml/m/jFEpHtn/IQJRw93LpAtA//JvCkvxJMM/0L/1/QqnQjwJ8JjDBrAnu6n3RfITleTKs1lwPdd6z/Y7z0Q==", + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/@gouvfr-lasuite/integration/-/integration-0.1.6.tgz", + "integrity": "sha512-0VEmnpVgGlJazcEzqR3zIY7j3jCotNIh8vb5g9bG6X9ZEUNYt59ydgNfoGXKIOY8aOY7VPreRIY3q9uEx8l3tA==", "peerDependencies": { "@types/react": "*", "@types/react-dom": "*", diff --git a/website/package.json b/website/package.json index fd93b20..ec41f83 100644 --- a/website/package.json +++ b/website/package.json @@ -20,7 +20,7 @@ "@astrojs/starlight": "^0.21.5", "@fastify/cors": "^9.0.1", "@fastify/static": "^7.0.3", - "@gouvfr-lasuite/integration": "^0.1.5", + "@gouvfr-lasuite/integration": "^0.1.6", "@types/prismjs": "^1.26.3", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0",