@pass-culture/design-system 0.4.1 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/global/font-faces.css +1 -1
- package/lib/global/font-preloads.d.ts +1 -1
- package/lib/global/font-preloads.js +1 -1
- package/lib/global/font-preloads.ts +1 -1
- package/lib/jeune/dark.mobile.d.ts +4 -4
- package/lib/jeune/dark.mobile.js +3 -3
- package/lib/jeune/dark.mobile.ts +4 -4
- package/lib/jeune/dark.web_typo_rem.d.ts +4 -4
- package/lib/jeune/dark.web_typo_rem.js +3 -3
- package/lib/jeune/dark.web_typo_rem.ts +4 -4
- package/lib/jeune/light.mobile.d.ts +5 -5
- package/lib/jeune/light.mobile.js +4 -4
- package/lib/jeune/light.mobile.ts +5 -5
- package/lib/jeune/light.web_typo_rem.d.ts +5 -5
- package/lib/jeune/light.web_typo_rem.js +4 -4
- package/lib/jeune/light.web_typo_rem.ts +5 -5
- package/lib/pro/dark.css +3 -3
- package/lib/pro/dark.web.d.ts +4 -4
- package/lib/pro/dark.web.js +3 -3
- package/lib/pro/dark.web.ts +4 -4
- package/lib/pro/light.css +4 -4
- package/lib/pro/light.web.d.ts +5 -5
- package/lib/pro/light.web.js +4 -4
- package/lib/pro/light.web.ts +5 -5
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
export declare const fontPreloads = "<link rel=\"preload\" href=\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aXp-p7K4KLg.woff2\" as=\"font\" type=\"font/woff2\" crossorigin/>\n<link rel=\"preload\" href=\"https://fonts.gstatic.com/s/montserrat/v29/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9WXh0ppC8MLnbtg.woff2\" as=\"font\" type=\"font/woff2\" crossorigin/>\n<link rel=\"preload\" href=\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXp-p7K4KLg.woff2\" as=\"font\" type=\"font/woff2\" crossorigin/>\n<link rel=\"preload\" href=\"https://fonts.gstatic.com/s/montserrat/v29/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6WXh0ppC8MLnbtg.woff2\" as=\"font\" type=\"font/woff2\" crossorigin/>\n<link rel=\"preload\" href=\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXp-p7K4KLg.woff2\" as=\"font\" type=\"font/woff2\" crossorigin/>";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
export const fontPreloads = `<link rel="preload" href="https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aXp-p7K4KLg.woff2" as="font" type="font/woff2" crossorigin/>
|
|
6
6
|
<link rel="preload" href="https://fonts.gstatic.com/s/montserrat/v29/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9WXh0ppC8MLnbtg.woff2" as="font" type="font/woff2" crossorigin/>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
export declare const theme: {
|
|
6
6
|
readonly color: {
|
|
@@ -50,7 +50,7 @@ export declare const theme: {
|
|
|
50
50
|
readonly error: "#700118";
|
|
51
51
|
readonly success: "#09532d";
|
|
52
52
|
readonly warning: "#664900";
|
|
53
|
-
readonly info: "#
|
|
53
|
+
readonly info: "#320096";
|
|
54
54
|
readonly hover: "#232323";
|
|
55
55
|
readonly brandPrimary: "#c1a3ff";
|
|
56
56
|
readonly brandPrimaryHover: "#6123df";
|
|
@@ -83,7 +83,7 @@ export declare const theme: {
|
|
|
83
83
|
readonly info: "#c1a3ff";
|
|
84
84
|
readonly error: "#f83552";
|
|
85
85
|
readonly success: "#2cbe6e";
|
|
86
|
-
readonly warning: "#
|
|
86
|
+
readonly warning: "#f9cf39";
|
|
87
87
|
readonly brandPrimary: "#c1a3ff";
|
|
88
88
|
readonly brandPrimaryHover: "#6123df";
|
|
89
89
|
readonly brandSecondary: "#c1a3ff";
|
|
@@ -190,4 +190,4 @@ export declare const theme: {
|
|
|
190
190
|
};
|
|
191
191
|
};
|
|
192
192
|
};
|
|
193
|
-
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#6123df" | "#161617" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#232323" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#
|
|
193
|
+
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#6123df" | "#161617" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#232323" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#320096" | "#25026c" | "#d63d00" | "#14a0be" | "#0e8474" | "#cb0659" | "#232323b8" | "#23232329" | "#f3edff" | "#f2497c";
|
package/lib/jeune/dark.mobile.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
export const theme = {
|
|
6
6
|
"color": {
|
|
@@ -50,7 +50,7 @@ export const theme = {
|
|
|
50
50
|
"error": "#700118",
|
|
51
51
|
"success": "#09532d",
|
|
52
52
|
"warning": "#664900",
|
|
53
|
-
"info": "#
|
|
53
|
+
"info": "#320096",
|
|
54
54
|
"hover": "#232323",
|
|
55
55
|
"brandPrimary": "#c1a3ff",
|
|
56
56
|
"brandPrimaryHover": "#6123df",
|
|
@@ -83,7 +83,7 @@ export const theme = {
|
|
|
83
83
|
"info": "#c1a3ff",
|
|
84
84
|
"error": "#f83552",
|
|
85
85
|
"success": "#2cbe6e",
|
|
86
|
-
"warning": "#
|
|
86
|
+
"warning": "#f9cf39",
|
|
87
87
|
"brandPrimary": "#c1a3ff",
|
|
88
88
|
"brandPrimaryHover": "#6123df",
|
|
89
89
|
"brandSecondary": "#c1a3ff",
|
package/lib/jeune/dark.mobile.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const theme = {
|
|
@@ -51,7 +51,7 @@ export const theme = {
|
|
|
51
51
|
"error": "#700118",
|
|
52
52
|
"success": "#09532d",
|
|
53
53
|
"warning": "#664900",
|
|
54
|
-
"info": "#
|
|
54
|
+
"info": "#320096",
|
|
55
55
|
"hover": "#232323",
|
|
56
56
|
"brandPrimary": "#c1a3ff",
|
|
57
57
|
"brandPrimaryHover": "#6123df",
|
|
@@ -84,7 +84,7 @@ export const theme = {
|
|
|
84
84
|
"info": "#c1a3ff",
|
|
85
85
|
"error": "#f83552",
|
|
86
86
|
"success": "#2cbe6e",
|
|
87
|
-
"warning": "#
|
|
87
|
+
"warning": "#f9cf39",
|
|
88
88
|
"brandPrimary": "#c1a3ff",
|
|
89
89
|
"brandPrimaryHover": "#6123df",
|
|
90
90
|
"brandSecondary": "#c1a3ff",
|
|
@@ -192,4 +192,4 @@ export const theme = {
|
|
|
192
192
|
}
|
|
193
193
|
} as const;
|
|
194
194
|
|
|
195
|
-
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#6123df" | "#161617" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#232323" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#
|
|
195
|
+
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#6123df" | "#161617" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#232323" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#320096" | "#25026c" | "#d63d00" | "#14a0be" | "#0e8474" | "#cb0659" | "#232323b8" | "#23232329" | "#f3edff" | "#f2497c";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
export declare const theme: {
|
|
6
6
|
readonly color: {
|
|
@@ -50,7 +50,7 @@ export declare const theme: {
|
|
|
50
50
|
readonly error: "#700118";
|
|
51
51
|
readonly success: "#09532d";
|
|
52
52
|
readonly warning: "#664900";
|
|
53
|
-
readonly info: "#
|
|
53
|
+
readonly info: "#320096";
|
|
54
54
|
readonly hover: "#232323";
|
|
55
55
|
readonly brandPrimary: "#c1a3ff";
|
|
56
56
|
readonly brandPrimaryHover: "#6123df";
|
|
@@ -83,7 +83,7 @@ export declare const theme: {
|
|
|
83
83
|
readonly info: "#c1a3ff";
|
|
84
84
|
readonly error: "#f83552";
|
|
85
85
|
readonly success: "#2cbe6e";
|
|
86
|
-
readonly warning: "#
|
|
86
|
+
readonly warning: "#f9cf39";
|
|
87
87
|
readonly brandPrimary: "#c1a3ff";
|
|
88
88
|
readonly brandPrimaryHover: "#6123df";
|
|
89
89
|
readonly brandSecondary: "#c1a3ff";
|
|
@@ -190,4 +190,4 @@ export declare const theme: {
|
|
|
190
190
|
};
|
|
191
191
|
};
|
|
192
192
|
};
|
|
193
|
-
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#6123df" | "#161617" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#232323" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#
|
|
193
|
+
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#6123df" | "#161617" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#232323" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#320096" | "#25026c" | "#d63d00" | "#14a0be" | "#0e8474" | "#cb0659" | "#232323b8" | "#23232329" | "#f3edff" | "#f2497c";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
export const theme = {
|
|
6
6
|
"color": {
|
|
@@ -50,7 +50,7 @@ export const theme = {
|
|
|
50
50
|
"error": "#700118",
|
|
51
51
|
"success": "#09532d",
|
|
52
52
|
"warning": "#664900",
|
|
53
|
-
"info": "#
|
|
53
|
+
"info": "#320096",
|
|
54
54
|
"hover": "#232323",
|
|
55
55
|
"brandPrimary": "#c1a3ff",
|
|
56
56
|
"brandPrimaryHover": "#6123df",
|
|
@@ -83,7 +83,7 @@ export const theme = {
|
|
|
83
83
|
"info": "#c1a3ff",
|
|
84
84
|
"error": "#f83552",
|
|
85
85
|
"success": "#2cbe6e",
|
|
86
|
-
"warning": "#
|
|
86
|
+
"warning": "#f9cf39",
|
|
87
87
|
"brandPrimary": "#c1a3ff",
|
|
88
88
|
"brandPrimaryHover": "#6123df",
|
|
89
89
|
"brandSecondary": "#c1a3ff",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const theme = {
|
|
@@ -51,7 +51,7 @@ export const theme = {
|
|
|
51
51
|
"error": "#700118",
|
|
52
52
|
"success": "#09532d",
|
|
53
53
|
"warning": "#664900",
|
|
54
|
-
"info": "#
|
|
54
|
+
"info": "#320096",
|
|
55
55
|
"hover": "#232323",
|
|
56
56
|
"brandPrimary": "#c1a3ff",
|
|
57
57
|
"brandPrimaryHover": "#6123df",
|
|
@@ -84,7 +84,7 @@ export const theme = {
|
|
|
84
84
|
"info": "#c1a3ff",
|
|
85
85
|
"error": "#f83552",
|
|
86
86
|
"success": "#2cbe6e",
|
|
87
|
-
"warning": "#
|
|
87
|
+
"warning": "#f9cf39",
|
|
88
88
|
"brandPrimary": "#c1a3ff",
|
|
89
89
|
"brandPrimaryHover": "#6123df",
|
|
90
90
|
"brandSecondary": "#c1a3ff",
|
|
@@ -192,4 +192,4 @@ export const theme = {
|
|
|
192
192
|
}
|
|
193
193
|
} as const;
|
|
194
194
|
|
|
195
|
-
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#6123df" | "#161617" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#232323" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#
|
|
195
|
+
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#6123df" | "#161617" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#232323" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#320096" | "#25026c" | "#d63d00" | "#14a0be" | "#0e8474" | "#cb0659" | "#232323b8" | "#23232329" | "#f3edff" | "#f2497c";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
export declare const theme: {
|
|
6
6
|
readonly color: {
|
|
@@ -47,9 +47,9 @@ export declare const theme: {
|
|
|
47
47
|
readonly default: "#ffffff";
|
|
48
48
|
readonly subtle: "#f1f1f4";
|
|
49
49
|
readonly disabled: "#f1f1f4";
|
|
50
|
-
readonly error: "#
|
|
51
|
-
readonly success: "#
|
|
52
|
-
readonly warning: "#
|
|
50
|
+
readonly error: "#fce1e6";
|
|
51
|
+
readonly success: "#b9ecd0";
|
|
52
|
+
readonly warning: "#fbebb2";
|
|
53
53
|
readonly info: "#f3edff";
|
|
54
54
|
readonly hover: "#f1f1f4";
|
|
55
55
|
readonly brandPrimary: "#6123df";
|
|
@@ -190,4 +190,4 @@ export declare const theme: {
|
|
|
190
190
|
};
|
|
191
191
|
};
|
|
192
192
|
};
|
|
193
|
-
export type ColorsType = "#161617" | "#696a6f" | "#a20121" | "#664900" | "#15884f" | "#6123df" | "#320096" | "#25026c" | "#ffffff" | "#90949d" | "#cbcdd2" | "#d63d00" | "#14a0be" | "#0e8474" | "#eb0055" | "#f1f1f4" | "#
|
|
193
|
+
export type ColorsType = "#161617" | "#696a6f" | "#a20121" | "#664900" | "#15884f" | "#6123df" | "#320096" | "#25026c" | "#ffffff" | "#90949d" | "#cbcdd2" | "#d63d00" | "#14a0be" | "#0e8474" | "#eb0055" | "#f1f1f4" | "#fce1e6" | "#b9ecd0" | "#fbebb2" | "#f3edff" | "#ffeae2" | "#9be3f3" | "#94f0d6" | "#c1a3ff" | "#ffa5c0" | "#dcf3f8" | "#ffe0ea" | "#23232329" | "#e1a605" | "#cb0659";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
export const theme = {
|
|
6
6
|
"color": {
|
|
@@ -47,9 +47,9 @@ export const theme = {
|
|
|
47
47
|
"default": "#ffffff",
|
|
48
48
|
"subtle": "#f1f1f4",
|
|
49
49
|
"disabled": "#f1f1f4",
|
|
50
|
-
"error": "#
|
|
51
|
-
"success": "#
|
|
52
|
-
"warning": "#
|
|
50
|
+
"error": "#fce1e6",
|
|
51
|
+
"success": "#b9ecd0",
|
|
52
|
+
"warning": "#fbebb2",
|
|
53
53
|
"info": "#f3edff",
|
|
54
54
|
"hover": "#f1f1f4",
|
|
55
55
|
"brandPrimary": "#6123df",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const theme = {
|
|
@@ -48,9 +48,9 @@ export const theme = {
|
|
|
48
48
|
"default": "#ffffff",
|
|
49
49
|
"subtle": "#f1f1f4",
|
|
50
50
|
"disabled": "#f1f1f4",
|
|
51
|
-
"error": "#
|
|
52
|
-
"success": "#
|
|
53
|
-
"warning": "#
|
|
51
|
+
"error": "#fce1e6",
|
|
52
|
+
"success": "#b9ecd0",
|
|
53
|
+
"warning": "#fbebb2",
|
|
54
54
|
"info": "#f3edff",
|
|
55
55
|
"hover": "#f1f1f4",
|
|
56
56
|
"brandPrimary": "#6123df",
|
|
@@ -192,4 +192,4 @@ export const theme = {
|
|
|
192
192
|
}
|
|
193
193
|
} as const;
|
|
194
194
|
|
|
195
|
-
export type ColorsType = "#161617" | "#696a6f" | "#a20121" | "#664900" | "#15884f" | "#6123df" | "#320096" | "#25026c" | "#ffffff" | "#90949d" | "#cbcdd2" | "#d63d00" | "#14a0be" | "#0e8474" | "#eb0055" | "#f1f1f4" | "#
|
|
195
|
+
export type ColorsType = "#161617" | "#696a6f" | "#a20121" | "#664900" | "#15884f" | "#6123df" | "#320096" | "#25026c" | "#ffffff" | "#90949d" | "#cbcdd2" | "#d63d00" | "#14a0be" | "#0e8474" | "#eb0055" | "#f1f1f4" | "#fce1e6" | "#b9ecd0" | "#fbebb2" | "#f3edff" | "#ffeae2" | "#9be3f3" | "#94f0d6" | "#c1a3ff" | "#ffa5c0" | "#dcf3f8" | "#ffe0ea" | "#23232329" | "#e1a605" | "#cb0659";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
export declare const theme: {
|
|
6
6
|
readonly color: {
|
|
@@ -47,9 +47,9 @@ export declare const theme: {
|
|
|
47
47
|
readonly default: "#ffffff";
|
|
48
48
|
readonly subtle: "#f1f1f4";
|
|
49
49
|
readonly disabled: "#f1f1f4";
|
|
50
|
-
readonly error: "#
|
|
51
|
-
readonly success: "#
|
|
52
|
-
readonly warning: "#
|
|
50
|
+
readonly error: "#fce1e6";
|
|
51
|
+
readonly success: "#b9ecd0";
|
|
52
|
+
readonly warning: "#fbebb2";
|
|
53
53
|
readonly info: "#f3edff";
|
|
54
54
|
readonly hover: "#f1f1f4";
|
|
55
55
|
readonly brandPrimary: "#6123df";
|
|
@@ -190,4 +190,4 @@ export declare const theme: {
|
|
|
190
190
|
};
|
|
191
191
|
};
|
|
192
192
|
};
|
|
193
|
-
export type ColorsType = "#161617" | "#696a6f" | "#a20121" | "#664900" | "#15884f" | "#6123df" | "#320096" | "#25026c" | "#ffffff" | "#90949d" | "#cbcdd2" | "#d63d00" | "#14a0be" | "#0e8474" | "#eb0055" | "#f1f1f4" | "#
|
|
193
|
+
export type ColorsType = "#161617" | "#696a6f" | "#a20121" | "#664900" | "#15884f" | "#6123df" | "#320096" | "#25026c" | "#ffffff" | "#90949d" | "#cbcdd2" | "#d63d00" | "#14a0be" | "#0e8474" | "#eb0055" | "#f1f1f4" | "#fce1e6" | "#b9ecd0" | "#fbebb2" | "#f3edff" | "#ffeae2" | "#9be3f3" | "#94f0d6" | "#c1a3ff" | "#ffa5c0" | "#dcf3f8" | "#ffe0ea" | "#23232329" | "#e1a605" | "#cb0659";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
export const theme = {
|
|
6
6
|
"color": {
|
|
@@ -47,9 +47,9 @@ export const theme = {
|
|
|
47
47
|
"default": "#ffffff",
|
|
48
48
|
"subtle": "#f1f1f4",
|
|
49
49
|
"disabled": "#f1f1f4",
|
|
50
|
-
"error": "#
|
|
51
|
-
"success": "#
|
|
52
|
-
"warning": "#
|
|
50
|
+
"error": "#fce1e6",
|
|
51
|
+
"success": "#b9ecd0",
|
|
52
|
+
"warning": "#fbebb2",
|
|
53
53
|
"info": "#f3edff",
|
|
54
54
|
"hover": "#f1f1f4",
|
|
55
55
|
"brandPrimary": "#6123df",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const theme = {
|
|
@@ -48,9 +48,9 @@ export const theme = {
|
|
|
48
48
|
"default": "#ffffff",
|
|
49
49
|
"subtle": "#f1f1f4",
|
|
50
50
|
"disabled": "#f1f1f4",
|
|
51
|
-
"error": "#
|
|
52
|
-
"success": "#
|
|
53
|
-
"warning": "#
|
|
51
|
+
"error": "#fce1e6",
|
|
52
|
+
"success": "#b9ecd0",
|
|
53
|
+
"warning": "#fbebb2",
|
|
54
54
|
"info": "#f3edff",
|
|
55
55
|
"hover": "#f1f1f4",
|
|
56
56
|
"brandPrimary": "#6123df",
|
|
@@ -192,4 +192,4 @@ export const theme = {
|
|
|
192
192
|
}
|
|
193
193
|
} as const;
|
|
194
194
|
|
|
195
|
-
export type ColorsType = "#161617" | "#696a6f" | "#a20121" | "#664900" | "#15884f" | "#6123df" | "#320096" | "#25026c" | "#ffffff" | "#90949d" | "#cbcdd2" | "#d63d00" | "#14a0be" | "#0e8474" | "#eb0055" | "#f1f1f4" | "#
|
|
195
|
+
export type ColorsType = "#161617" | "#696a6f" | "#a20121" | "#664900" | "#15884f" | "#6123df" | "#320096" | "#25026c" | "#ffffff" | "#90949d" | "#cbcdd2" | "#d63d00" | "#14a0be" | "#0e8474" | "#eb0055" | "#f1f1f4" | "#fce1e6" | "#b9ecd0" | "#fbebb2" | "#f3edff" | "#ffeae2" | "#9be3f3" | "#94f0d6" | "#c1a3ff" | "#ffa5c0" | "#dcf3f8" | "#ffe0ea" | "#23232329" | "#e1a605" | "#cb0659";
|
package/lib/pro/dark.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
[data-theme="dark"] {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
--color-background-error: #700118;
|
|
44
44
|
--color-background-success: #09532d;
|
|
45
45
|
--color-background-warning: #664900;
|
|
46
|
-
--color-background-info: #
|
|
46
|
+
--color-background-info: #320096;
|
|
47
47
|
--color-background-hover: #232323;
|
|
48
48
|
--color-background-brand-primary: #c1a3ff;
|
|
49
49
|
--color-background-brand-primary-hover: #6123df;
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
--color-icon-info: #c1a3ff;
|
|
75
75
|
--color-icon-error: #f83552;
|
|
76
76
|
--color-icon-success: #2cbe6e;
|
|
77
|
-
--color-icon-warning: #
|
|
77
|
+
--color-icon-warning: #f9cf39;
|
|
78
78
|
--color-icon-brand-primary: #c1a3ff;
|
|
79
79
|
--color-icon-brand-primary-hover: #6123df;
|
|
80
80
|
--color-icon-brand-secondary: #c1a3ff;
|
package/lib/pro/dark.web.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
export declare const theme: {
|
|
6
6
|
readonly color: {
|
|
@@ -50,7 +50,7 @@ export declare const theme: {
|
|
|
50
50
|
readonly error: "#700118";
|
|
51
51
|
readonly success: "#09532d";
|
|
52
52
|
readonly warning: "#664900";
|
|
53
|
-
readonly info: "#
|
|
53
|
+
readonly info: "#320096";
|
|
54
54
|
readonly hover: "#232323";
|
|
55
55
|
readonly brandPrimary: "#c1a3ff";
|
|
56
56
|
readonly brandPrimaryHover: "#6123df";
|
|
@@ -83,7 +83,7 @@ export declare const theme: {
|
|
|
83
83
|
readonly info: "#c1a3ff";
|
|
84
84
|
readonly error: "#f83552";
|
|
85
85
|
readonly success: "#2cbe6e";
|
|
86
|
-
readonly warning: "#
|
|
86
|
+
readonly warning: "#f9cf39";
|
|
87
87
|
readonly brandPrimary: "#c1a3ff";
|
|
88
88
|
readonly brandPrimaryHover: "#6123df";
|
|
89
89
|
readonly brandSecondary: "#c1a3ff";
|
|
@@ -190,4 +190,4 @@ export declare const theme: {
|
|
|
190
190
|
};
|
|
191
191
|
};
|
|
192
192
|
};
|
|
193
|
-
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#6123df" | "#161617" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#232323" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#
|
|
193
|
+
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#6123df" | "#161617" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#232323" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#320096" | "#25026c" | "#d63d00" | "#14a0be" | "#0e8474" | "#cb0659" | "#232323b8" | "#23232329" | "#f3edff" | "#f2497c";
|
package/lib/pro/dark.web.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
export const theme = {
|
|
6
6
|
"color": {
|
|
@@ -50,7 +50,7 @@ export const theme = {
|
|
|
50
50
|
"error": "#700118",
|
|
51
51
|
"success": "#09532d",
|
|
52
52
|
"warning": "#664900",
|
|
53
|
-
"info": "#
|
|
53
|
+
"info": "#320096",
|
|
54
54
|
"hover": "#232323",
|
|
55
55
|
"brandPrimary": "#c1a3ff",
|
|
56
56
|
"brandPrimaryHover": "#6123df",
|
|
@@ -83,7 +83,7 @@ export const theme = {
|
|
|
83
83
|
"info": "#c1a3ff",
|
|
84
84
|
"error": "#f83552",
|
|
85
85
|
"success": "#2cbe6e",
|
|
86
|
-
"warning": "#
|
|
86
|
+
"warning": "#f9cf39",
|
|
87
87
|
"brandPrimary": "#c1a3ff",
|
|
88
88
|
"brandPrimaryHover": "#6123df",
|
|
89
89
|
"brandSecondary": "#c1a3ff",
|
package/lib/pro/dark.web.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const theme = {
|
|
@@ -51,7 +51,7 @@ export const theme = {
|
|
|
51
51
|
"error": "#700118",
|
|
52
52
|
"success": "#09532d",
|
|
53
53
|
"warning": "#664900",
|
|
54
|
-
"info": "#
|
|
54
|
+
"info": "#320096",
|
|
55
55
|
"hover": "#232323",
|
|
56
56
|
"brandPrimary": "#c1a3ff",
|
|
57
57
|
"brandPrimaryHover": "#6123df",
|
|
@@ -84,7 +84,7 @@ export const theme = {
|
|
|
84
84
|
"info": "#c1a3ff",
|
|
85
85
|
"error": "#f83552",
|
|
86
86
|
"success": "#2cbe6e",
|
|
87
|
-
"warning": "#
|
|
87
|
+
"warning": "#f9cf39",
|
|
88
88
|
"brandPrimary": "#c1a3ff",
|
|
89
89
|
"brandPrimaryHover": "#6123df",
|
|
90
90
|
"brandSecondary": "#c1a3ff",
|
|
@@ -192,4 +192,4 @@ export const theme = {
|
|
|
192
192
|
}
|
|
193
193
|
} as const;
|
|
194
194
|
|
|
195
|
-
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#6123df" | "#161617" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#232323" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#
|
|
195
|
+
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#6123df" | "#161617" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#232323" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#320096" | "#25026c" | "#d63d00" | "#14a0be" | "#0e8474" | "#cb0659" | "#232323b8" | "#23232329" | "#f3edff" | "#f2497c";
|
package/lib/pro/light.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
[data-theme="light"] {
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
--color-background-default: #ffffff;
|
|
41
41
|
--color-background-subtle: #f1f1f4;
|
|
42
42
|
--color-background-disabled: #f1f1f4;
|
|
43
|
-
--color-background-error: #
|
|
44
|
-
--color-background-success: #
|
|
45
|
-
--color-background-warning: #
|
|
43
|
+
--color-background-error: #fce1e6;
|
|
44
|
+
--color-background-success: #b9ecd0;
|
|
45
|
+
--color-background-warning: #fbebb2;
|
|
46
46
|
--color-background-info: #f3edff;
|
|
47
47
|
--color-background-hover: #f1f1f4;
|
|
48
48
|
--color-background-brand-primary: #6123df;
|
package/lib/pro/light.web.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
export declare const theme: {
|
|
6
6
|
readonly color: {
|
|
@@ -47,9 +47,9 @@ export declare const theme: {
|
|
|
47
47
|
readonly default: "#ffffff";
|
|
48
48
|
readonly subtle: "#f1f1f4";
|
|
49
49
|
readonly disabled: "#f1f1f4";
|
|
50
|
-
readonly error: "#
|
|
51
|
-
readonly success: "#
|
|
52
|
-
readonly warning: "#
|
|
50
|
+
readonly error: "#fce1e6";
|
|
51
|
+
readonly success: "#b9ecd0";
|
|
52
|
+
readonly warning: "#fbebb2";
|
|
53
53
|
readonly info: "#f3edff";
|
|
54
54
|
readonly hover: "#f1f1f4";
|
|
55
55
|
readonly brandPrimary: "#6123df";
|
|
@@ -190,4 +190,4 @@ export declare const theme: {
|
|
|
190
190
|
};
|
|
191
191
|
};
|
|
192
192
|
};
|
|
193
|
-
export type ColorsType = "#161617" | "#696a6f" | "#a20121" | "#664900" | "#15884f" | "#6123df" | "#320096" | "#25026c" | "#ffffff" | "#90949d" | "#cbcdd2" | "#d63d00" | "#14a0be" | "#0e8474" | "#eb0055" | "#f1f1f4" | "#
|
|
193
|
+
export type ColorsType = "#161617" | "#696a6f" | "#a20121" | "#664900" | "#15884f" | "#6123df" | "#320096" | "#25026c" | "#ffffff" | "#90949d" | "#cbcdd2" | "#d63d00" | "#14a0be" | "#0e8474" | "#eb0055" | "#f1f1f4" | "#fce1e6" | "#b9ecd0" | "#fbebb2" | "#f3edff" | "#ffeae2" | "#9be3f3" | "#94f0d6" | "#c1a3ff" | "#ffa5c0" | "#dcf3f8" | "#ffe0ea" | "#23232329" | "#e1a605" | "#cb0659";
|
package/lib/pro/light.web.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
export const theme = {
|
|
6
6
|
"color": {
|
|
@@ -47,9 +47,9 @@ export const theme = {
|
|
|
47
47
|
"default": "#ffffff",
|
|
48
48
|
"subtle": "#f1f1f4",
|
|
49
49
|
"disabled": "#f1f1f4",
|
|
50
|
-
"error": "#
|
|
51
|
-
"success": "#
|
|
52
|
-
"warning": "#
|
|
50
|
+
"error": "#fce1e6",
|
|
51
|
+
"success": "#b9ecd0",
|
|
52
|
+
"warning": "#fbebb2",
|
|
53
53
|
"info": "#f3edff",
|
|
54
54
|
"hover": "#f1f1f4",
|
|
55
55
|
"brandPrimary": "#6123df",
|
package/lib/pro/light.web.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 15 Oct 2025 15:59:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const theme = {
|
|
@@ -48,9 +48,9 @@ export const theme = {
|
|
|
48
48
|
"default": "#ffffff",
|
|
49
49
|
"subtle": "#f1f1f4",
|
|
50
50
|
"disabled": "#f1f1f4",
|
|
51
|
-
"error": "#
|
|
52
|
-
"success": "#
|
|
53
|
-
"warning": "#
|
|
51
|
+
"error": "#fce1e6",
|
|
52
|
+
"success": "#b9ecd0",
|
|
53
|
+
"warning": "#fbebb2",
|
|
54
54
|
"info": "#f3edff",
|
|
55
55
|
"hover": "#f1f1f4",
|
|
56
56
|
"brandPrimary": "#6123df",
|
|
@@ -192,4 +192,4 @@ export const theme = {
|
|
|
192
192
|
}
|
|
193
193
|
} as const;
|
|
194
194
|
|
|
195
|
-
export type ColorsType = "#161617" | "#696a6f" | "#a20121" | "#664900" | "#15884f" | "#6123df" | "#320096" | "#25026c" | "#ffffff" | "#90949d" | "#cbcdd2" | "#d63d00" | "#14a0be" | "#0e8474" | "#eb0055" | "#f1f1f4" | "#
|
|
195
|
+
export type ColorsType = "#161617" | "#696a6f" | "#a20121" | "#664900" | "#15884f" | "#6123df" | "#320096" | "#25026c" | "#ffffff" | "#90949d" | "#cbcdd2" | "#d63d00" | "#14a0be" | "#0e8474" | "#eb0055" | "#f1f1f4" | "#fce1e6" | "#b9ecd0" | "#fbebb2" | "#f3edff" | "#ffeae2" | "#9be3f3" | "#94f0d6" | "#c1a3ff" | "#ffa5c0" | "#dcf3f8" | "#ffe0ea" | "#23232329" | "#e1a605" | "#cb0659";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pass-culture/design-system",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"repository": "git@github.com:pass-culture/design-system.git",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"test-ci": "vitest run"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@types/node": "^20.19.
|
|
16
|
+
"@types/node": "^20.19.21",
|
|
17
17
|
"style-dictionary": "^4.4.0",
|
|
18
18
|
"tsx": "^4.20.6",
|
|
19
19
|
"typescript": "^5.9.3",
|