📦(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

@@ -1,4 +1,4 @@
import { defaultThemes } from "@openfun/cunningham-tokens";
import { defaultThemes } from "@gouvfr-lasuite/cunningham-tokens";
const defaultConfig = {
themes: {

View File

@@ -13,9 +13,9 @@
},
"dependencies": {
"@faker-js/faker": "9.7.0",
"@openfun/cunningham-react": "*",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",
"@gouvfr-lasuite/cunningham-react": "*",
"@gouvfr-lasuite/cunningham-tokens": "*",
"@gouvfr-lasuite/typescript-configs": "*",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.3",
"@vitejs/plugin-react": "4.4.1",

View File

@@ -3,7 +3,7 @@ import {
CunninghamProvider,
Select,
useModal,
} from "@openfun/cunningham-react";
} from "@gouvfr-lasuite/cunningham-react";
import React, { useEffect, useMemo, useState } from "react";
import { Create } from "./Create";
import { Home } from "./Home";

View File

@@ -16,7 +16,7 @@ import {
TextArea,
useToastProvider,
VariantType,
} from "@openfun/cunningham-react";
} from "@gouvfr-lasuite/cunningham-react";
import { faker } from "@faker-js/faker";
import { PageProps } from "./App";
import { Character, database, randomDates } from "./Character";

View File

@@ -7,7 +7,7 @@ import {
useToastProvider,
VariantType,
useModals,
} from "@openfun/cunningham-react";
} from "@gouvfr-lasuite/cunningham-react";
import { PageProps } from "./App";
import { database } from "./Character";

View File

@@ -1,5 +1,5 @@
import React from "react";
import { Button, Modal, ModalSize, useModal } from "@openfun/cunningham-react";
import { Button, Modal, ModalSize, useModal } from "@gouvfr-lasuite/cunningham-react";
const Onboarding = () => {
const modal = useModal({

View File

@@ -1,7 +1,7 @@
@use "sass:map";
@use "@openfun/cunningham-react/sass/fonts";
@use "@openfun/cunningham-react/sass/icons";
@use "@openfun/cunningham-react/style";
@use "@gouvfr-lasuite/cunningham-react/sass/fonts";
@use "@gouvfr-lasuite/cunningham-react/sass/icons";
@use "@gouvfr-lasuite/cunningham-react/style";
@use "cunningham-tokens";
@use "cunningham-tokens-sass" as *;

View File

@@ -1,5 +1,5 @@
{
"extends": "@openfun/typescript-configs/react.json",
"extends": "@gouvfr-lasuite/typescript-configs/react.json",
"compilerOptions": {
"noEmit": true
},