Skip to content

Commit

Permalink
(hel-472) mis a jour design system à 1.9.2 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirawlin authored Apr 28, 2023
1 parent 3ebd006 commit 2ab7f17
Show file tree
Hide file tree
Showing 11 changed files with 216 additions and 39 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ class NomDeMaClasse:
##### Mettre à jour le design système :
Pour mettre à jour le design système il faut :
- Mettre à jour la dépendance avec yarn
- Naviger dans @gouvfr/dsfr/dist/
- Copier, depuis les node_modules, les fichiers `dsfr.module.min.js` et `dsfr.nomodule.min.js` de la nouvelle version dans le dossier public (on peut également ajouter les sources maps)
- Si besoin, mettre à jour le lien des scripts dans `_app.tsx`
- Faire un contrôle visuel de l'appli et des intéractions
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"typecheck:python": "pipenv run typecheck"
},
"dependencies": {
"@gouvfr/dsfr": "1.9.0",
"@gouvfr/dsfr": "1.9.2",
"@next/bundle-analyzer": "^13.2.4",
"@sentry/nextjs": "7.29.0",
"chart.js": "^3.8.0",
Expand Down
88 changes: 76 additions & 12 deletions public/dsfr.module.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/dsfr.module.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/dsfr.module.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/dsfr.module.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 2ab7f17

Please sign in to comment.