Skip to content

Commit

Permalink
upgrade-lunatic-dsfr-to-13
Browse files Browse the repository at this point in the history
  • Loading branch information
Maaliciaa committed Nov 22, 2023
1 parent a92cbf2 commit de0c4b0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@inseefr/lunatic": "2.6.7",
"@inseefr/lunatic-dsfr": "1.0.12",
"@inseefr/lunatic-dsfr": "1.0.13",
"@mui/material": "^5.11.8",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand Down
18 changes: 9 additions & 9 deletions src/components/formulaire/Formulaire.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const useStyles = makeStyles()({
".lunatic-component-with-dsfr": {
"marginBottom": "1rem",
".fr-fieldset, .fr-fieldset__element": {
marginBottom: 0,
marginBottom: 0
},
".pairwise-link": {
marginBottom: "1rem"
Expand Down Expand Up @@ -56,17 +56,17 @@ const useStyles = makeStyles()({
},
},
".lunatic-dsfr-component-set": {
"marginBottom": "1rem",
"display": "grid",
"grid-template-columns": "1fr",
"gap": "1rem",
marginBottom: "1rem",
display: "grid",
gridTemplateColumns: "1fr",
gap: "1rem",
".fr-callout": {
"marginBottom": "0",
marginBottom: "0",
},
".lunatic-dsfr-component-set": {
"display": "grid",
"grid-template-columns": "1fr",
"gap": "1rem",
display: "grid",
gridTemplateColumns: "1fr",
gap: "1rem",
},
},
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1502,10 +1502,10 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==

"@inseefr/[email protected].12":
version "1.0.12"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic-dsfr/-/lunatic-dsfr-1.0.12.tgz#0ff7d1f5ea9e71e6e68b43920d01a4733bd75ae9"
integrity sha512-+W913QwkH6KLfc+M61oQ+hTGt9/yOo2pWI2JiKqjolaQDLVJpvidxSPTBQT2b/EAGq5vJ243S5NGVV0KyQUqNg==
"@inseefr/[email protected].13":
version "1.0.13"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic-dsfr/-/lunatic-dsfr-1.0.13.tgz#dc4a05e1d664d8f7c4a3ca983dfb626a91524f1f"
integrity sha512-T4KOT0fiiHSkCUZfSOROCyQpjnUnQ2PY/ApFAyTvgs5DCXq6wfQ/r2fTUpJ3K/qwRRFjaPxlaAqJB2brZ203zw==
dependencies:
"@emotion/styled" "^11.10.6"
"@inseefr/lunatic" "2.6.5"
Expand Down

0 comments on commit de0c4b0

Please sign in to comment.