We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed32d1 commit 6cf549fCopy full SHA for 6cf549f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codegouvfr/react-dsfr",
3
- "version": "0.25.0",
+ "version": "0.25.1",
4
"description": "French State Design System React integration library",
5
"repository": {
6
"type": "git",
stories/ColorHelper.tsx
@@ -10,7 +10,6 @@ import { Fzf } from "fzf";
10
import { createMakeAndWithStyles } from "tss-react";
11
import { MuiDsfrThemeProvider } from "../dist/mui";
12
import Tooltip from "@mui/material/Tooltip";
13
-import { assert } from "tsafe/assert";
14
15
const { useStyles } = createMakeAndWithStyles({ "useTheme": useColors });
16
0 commit comments