📦(all) update packages namespace
Change packages namespace from `@openfun` to `@gouvfr-lasuite`.
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
6097929593
commit
a6681d19ed
@@ -1,4 +1,4 @@
|
||||
import { DefaultTokens } from "@openfun/cunningham-tokens";
|
||||
import { DefaultTokens } from "@gouvfr-lasuite/cunningham-tokens";
|
||||
|
||||
export const tokens = (defaults: DefaultTokens) => ({
|
||||
"background-color--hover":
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { DefaultTokens } from "@openfun/cunningham-tokens";
|
||||
import { DefaultTokens } from "@gouvfr-lasuite/cunningham-tokens";
|
||||
|
||||
export const tokens = (defaults: DefaultTokens) => ({
|
||||
"border-color": defaults.contextuals.border.semantic.neutral.tertiary,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { DefaultTokens } from "@openfun/cunningham-tokens";
|
||||
import { DefaultTokens } from "@gouvfr-lasuite/cunningham-tokens";
|
||||
|
||||
export const tokens = (defaults: DefaultTokens) => ({
|
||||
width: "292px",
|
||||
|
||||
@@ -14,7 +14,7 @@ Cunningham provides a file uploader component that you can use in your forms.
|
||||
language='ts'
|
||||
dark
|
||||
format={false}
|
||||
code={`import { FileUploader } from "@openfun/cunningham-react";`}
|
||||
code={`import { FileUploader } from "@gouvfr-lasuite/cunningham-react";`}
|
||||
/>
|
||||
|
||||
## Multi
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { DefaultTokens } from "@openfun/cunningham-tokens";
|
||||
import { DefaultTokens } from "@gouvfr-lasuite/cunningham-tokens";
|
||||
|
||||
export const tokens = (defaults: DefaultTokens) => ({
|
||||
"background-color": defaults.contextuals.background.surface.primary,
|
||||
|
||||
@@ -15,7 +15,7 @@ Cunningham provides a versatile Input component that you can use in your forms.
|
||||
language='ts'
|
||||
dark
|
||||
format={false}
|
||||
code={`import { Input } from "@openfun/cunningham-react";`}
|
||||
code={`import { Input } from "@gouvfr-lasuite/cunningham-react";`}
|
||||
/>
|
||||
|
||||
## States
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { DefaultTokens } from "@openfun/cunningham-tokens";
|
||||
import { DefaultTokens } from "@gouvfr-lasuite/cunningham-tokens";
|
||||
|
||||
export const tokens = (defaults: DefaultTokens) => ({
|
||||
"label-color--small": defaults.contextuals.content.semantic.neutral.tertiary,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { DefaultTokens } from "@openfun/cunningham-tokens";
|
||||
import { DefaultTokens } from "@gouvfr-lasuite/cunningham-tokens";
|
||||
|
||||
export const tokens = (defaults: DefaultTokens) => ({
|
||||
"border-color": defaults.contextuals.border.semantic.neutral.tertiary,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { DefaultTokens } from "@openfun/cunningham-tokens";
|
||||
import { DefaultTokens } from "@gouvfr-lasuite/cunningham-tokens";
|
||||
|
||||
export const tokens = (defaults: DefaultTokens) => ({
|
||||
"border-color": defaults.contextuals.border.semantic.neutral.tertiary,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { DefaultTokens } from "@openfun/cunningham-tokens";
|
||||
import { DefaultTokens } from "@gouvfr-lasuite/cunningham-tokens";
|
||||
|
||||
export const tokens = (defaults: DefaultTokens) => ({
|
||||
"accent-color": defaults.contextuals.content.semantic.brand.tertiary,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user