📦(all) update packages namespace

Change packages namespace from `@openfun` to `@gouvfr-lasuite`.
This commit is contained in:
jbpenrath
2025-10-14 12:29:46 +02:00
committed by Jean-Baptiste PENRATH
parent 6097929593
commit a6681d19ed
51 changed files with 78 additions and 78 deletions

View File

@@ -14,7 +14,7 @@ Cunningham provides a versatile TextArea component that you can use in your form
language='ts'
dark
format={false}
code={`import { TextArea } from "@openfun/cunningham-react";`}
code={`import { TextArea } from "@gouvfr-lasuite/cunningham-react";`}
/>
## States

View File

@@ -1,4 +1,4 @@
import { DefaultTokens } from "@openfun/cunningham-tokens";
import { DefaultTokens } from "@gouvfr-lasuite/cunningham-tokens";
export const tokens = (defaults: DefaultTokens) => ({
"font-weight": defaults.globals.font.weights.regular,