integration v1.0.3

This commit is contained in:
Emmanuel Pelletier
2025-04-17 17:50:08 +02:00
parent ef0d56f169
commit e64d79aa76
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
## 1.0.3
- new grist, resana, docs, visio, rdv logos
- Gaufre button styles: add a focus-ring when the button is keyboard-focused. Before that, only the background changed a bit, arguably not an acceptable visual cue on its own.
- Gaufre button html: add disclosure ARIA design pattern attributes to improve experience for users of assistive technologies
- use DSFR v1.13.0
## 1.0.2 ## 1.0.2
- new grist logo - new grist logo

View File

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

View File

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