Skip to content

Commit ad213e1

Browse files
committed
chore(publiccode.yml): Formatting fixes and wording clean up
1 parent 6173a63 commit ad213e1

File tree

1 file changed

+11
-34
lines changed

1 file changed

+11
-34
lines changed

publiccode.yml

+11-34
Original file line numberDiff line numberDiff line change
@@ -33,58 +33,35 @@ description:
3333
documentation: 'https://react-dsfr.codegouv.studio/'
3434
shortDescription: French State Design System React integration
3535
longDescription: |
36-
This module is a wrapper/compatibility layer for
37-
[@gouvfr/dsfr](https://github.com/GouvernementFR/dsfr), the vanilla JS/CSS
36+
This module is a wrapper/compatibility layer for [@gouvfr/dsfr](https://github.com/GouvernementFR/dsfr), the vanilla JS/CSS
3837
implementation of the DSFR.
3938
4039
> For TypeScript and JavaScript projects.
4140
4241
- Fully TypeSafe, well documented API.
4342
44-
- Always in up to date with latest the DSFR evolutions. Code and Types
45-
generated from
46-
[`@gouvfr/dsfr`](https://www.npmjs.com/package/@gouvfr/dsfr)`/dist/dsfr.css`.
43+
- Always in up to date with latest the DSFR evolutions. Code and Types generated from [@gouvfr/dsfr](https://www.npmjs.com/package/@gouvfr/dsfr).
4744
48-
- Exactly the same look and feel than with
49-
[@gouvfr/dsfr](https://www.npmjs.com/package/@gouvfr/dsfr).
45+
- Exactly the same look and feel than with [@gouvfr/dsfr](https://www.npmjs.com/package/@gouvfr/dsfr).
5046
51-
- No [white flash when reloading in SSR
52-
setup](https://github.com/codegouvfr/@codegouvfr/react-dsfr/issues/2#issuecomment-1257263480).
47+
- No [white flash when reloading in SSR setup](https://github.com/codegouvfr/@codegouvfr/react-dsfr/issues/2#issuecomment-1257263480).
5348
54-
- Most components are server component ready. The others are labeled with
55-
`"use client";`
49+
- Most components are server component ready. The others are labeled with `"use client";`
5650
57-
- [Perfect integration with all major React framework: Next.js (PagesDir
58-
and AppDir), Create React App, Vue](https://react-dsfr.codegouv.studio/).
51+
- Perfect integration with all major React framework: Next.js (PagesDir and AppDir), Create React App, Vue.
5952
60-
- All [the
61-
components](https://www.systeme-de-design.gouv.fr/elements-d-interface)
62-
are implemented (14/42, [see
63-
details](https://github.com/codegouvfr/react-dsfr/blob/main/COMPONENTS.md))
53+
- All [the components](https://www.systeme-de-design.gouv.fr/elements-d-interface) are implemented.
6454
6555
- Three shakable distribution, cherry pick the components you import.
66-
(It's not all in a big .js bundle)
6756
68-
- Optional integration with [MUI](https://mui.com/). If you use MUI
69-
components they will be automatically adapted to look like [DSFR
70-
components](https://www.systeme-de-design.gouv.fr/elements-d-interface).
71-
See [documentation](https://react-dsfr.codegouv.studio/mui-integration).
57+
- Optional integration with [MUI](https://mui.com/). If you use MUI components they will be automatically adapted to look like [DSFR components](https://www.systeme-de-design.gouv.fr/elements-d-interface). See [documentation](https://react-dsfr.codegouv.studio/mui-integration).
7258
73-
- Enable CSS in JS by providing a `useTheme()` hooks that exposes the
74-
correct colors options and decision for the currently enabled color
75-
scheme.
59+
- Enable CSS in JS by providing a `useTheme()` hooks that exposes the correct colors options and decision for the currently enabled color scheme.
7660
77-
- Opt-in i18n, built in text can be displayed in multiple languages and
78-
user can provide extra translations.
61+
- Opt-in i18n, built in text can be displayed in multiple languages and user can provide extra translations.
7962
80-
- [Support routing libraries](https://react-dsfr.codegouv.studio/routing)
81-
like react-router.
63+
- [Support routing libraries](https://react-dsfr.codegouv.studio/routing) like react-router.
8264
83-
84-
This module is a product of [Etalab's Free and open source software
85-
pole](https://code.gouv.fr/en/mission/). I'm working full time
86-
on this project. You can expect rapid development.
87-
8865
screenshots:
8966
- |-
9067
https://user-images.githubusercontent.com/6702424/210700050-b5e273b6-067d-4864-a27a-3433e2b316a7.jpeg

0 commit comments

Comments
 (0)