Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SocialGouv/fce into sort-search-r…
Browse files Browse the repository at this point in the history
…esult
  • Loading branch information
ImenOuidou committed Sep 19, 2024
2 parents 5a94086 + 1169393 commit b3a0a2a
Show file tree
Hide file tree
Showing 111 changed files with 1,164 additions and 855 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [27.105.0](https://github.com/SocialGouv/fce/compare/v27.104.0...v27.105.0) (2024-09-19)


### Features

* upgrade client libraries versions ([#329](https://github.com/SocialGouv/fce/issues/329)) ([62aff28](https://github.com/SocialGouv/fce/commit/62aff28bab5084e1d927e7a22da38a08cce40840))

# [27.104.0](https://github.com/SocialGouv/fce/compare/v27.103.0...v27.104.0) (2024-08-21)


### Features

* Update mandataires sociaux source ([#354](https://github.com/SocialGouv/fce/issues/354)) ([3f37f30](https://github.com/SocialGouv/fce/commit/3f37f30f32174b2c5d243364dca61ca80b643827))

# [27.103.0](https://github.com/SocialGouv/fce/compare/v27.102.0...v27.103.0) (2024-08-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fce",
"version": "27.103.0",
"version": "27.105.0",
"description": "",
"author": "commit42",
"private": true,
Expand Down
28 changes: 12 additions & 16 deletions src/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,21 @@
"@apollo/client": "^3.5.6",
"@elastic/app-search-javascript": "^7.4.0",
"@elastic/search-ui-app-search-connector": "^1.2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.9",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sentry/browser": "^5.14.2",
"@socialgouv/codes-naf": "^1.1.0",
"OhMyCache": "^1.1.1",
"axios": "^0.19.2",
"axios": "^1.6.8",
"bulma": "^0.9.0",
"bulma-extensions": "^6.2.7",
"chart.js": "^4.3.0",
"chartjs-plugin-datalabels": "^2.2.0",
"classnames": "^2.2.5",
"classnames": "2.5.1",
"clipboard": "^2.0.6",
"core-js": "^3.6.4",
"date-fns": "^2.28.0",
"date-fns": "^3.6.0",
"downloadjs": "^1.4.7",
"graphql": "^16.1.0",
"lodash": "^4.17.21",
Expand All @@ -32,32 +30,30 @@
"lodash.omit": "^4.5.0",
"lodash.range": "^3.2.0",
"mdx.macro": "^0.2.9",
"moment": "^2.24.0",
"moment": "^2.30.1",
"p-debounce": "^4.0.0",
"piwik-react-router": "^0.12.1",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react": "^18.0.0",
"react-accessible-accordion": "^3.0.1",
"react-app-polyfill": "^1.0.6",
"react-chartjs-2": "^5.2.0",
"react-dom": "^16.13.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.2",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-dom": "^6.23.0",
"react-router-hash-link": "^2.4.0",
"react-scrollspy": "^3.4.2",
"react-select": "^3.1.0",
"react-select": "^5.8.0",
"react-toggle": "^4.1.1",
"react-transition-group": "^4.4.1",
"react-widgets": "^4.5.0",
"recompose": "^0.30.0",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.2.0",
"remark-gfm": "1.0.0",
"sass": "^1.43.3",
"sass": "^1.79.1",
"smoothscroll-polyfill": "^0.4.3",
"ua-parser-js": "^0.7.21",
"zod": "^3.13.4"
Expand Down
Binary file added src/client/src/assets/fonts/Marianne-Bold.woff
Binary file not shown.
Binary file added src/client/src/assets/fonts/Marianne-Bold.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/client/src/assets/fonts/Marianne-Light.woff
Binary file not shown.
Binary file added src/client/src/assets/fonts/Marianne-Light.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/client/src/assets/fonts/Marianne-Medium.woff
Binary file not shown.
Binary file added src/client/src/assets/fonts/Marianne-Medium.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/client/src/assets/fonts/Marianne-Regular.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/client/src/assets/fonts/Marianne-Thin.woff
Binary file not shown.
Binary file added src/client/src/assets/fonts/Marianne-Thin.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/client/src/assets/fonts/Roboto-Black.ttf
Binary file not shown.
Binary file not shown.
Binary file modified src/client/src/assets/fonts/Roboto-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file added src/client/src/assets/fonts/Roboto-Italic.ttf
Binary file not shown.
Binary file added src/client/src/assets/fonts/Roboto-Light.ttf
Binary file not shown.
Binary file not shown.
Binary file added src/client/src/assets/fonts/Roboto-Medium.ttf
Binary file not shown.
Binary file not shown.
Binary file modified src/client/src/assets/fonts/Roboto-Regular.ttf
Binary file not shown.
Binary file added src/client/src/assets/fonts/Roboto-Thin.ttf
Binary file not shown.
Binary file not shown.
19 changes: 7 additions & 12 deletions src/client/src/assets/stylesheets/scss/_reactWidgets.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
$font-path: "~react-widgets/lib/fonts";
$img-path: "~react-widgets/lib/img";

@import "react-widgets/lib/scss/react-widgets";

.rw-multiselect {
.rw-widget-container {
input {
padding-top: 0.3em;
.rw-widget-container {
input {
padding-top: 0.3em;
}
.rw-multiselect-tag {
margin-left: 0.857em;
}
}
.rw-multiselect-tag {
margin-left: 0.857em;
}
}
}
3 changes: 0 additions & 3 deletions src/client/src/assets/stylesheets/styles.css

Large diffs are not rendered by default.

Loading

0 comments on commit b3a0a2a

Please sign in to comment.