@pass-culture/design-system 0.7.4 → 0.7.5
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 +8 -8
- package/lib/jeune/dark.mobile.js +7 -7
- package/lib/jeune/dark.mobile.ts +8 -8
- package/lib/jeune/dark.web_typo_rem.d.ts +8 -8
- package/lib/jeune/dark.web_typo_rem.js +7 -7
- package/lib/jeune/dark.web_typo_rem.ts +8 -8
- package/lib/jeune/light.mobile.d.ts +1 -1
- package/lib/jeune/light.mobile.js +1 -1
- package/lib/jeune/light.mobile.ts +1 -1
- package/lib/jeune/light.web_typo_rem.d.ts +1 -1
- package/lib/jeune/light.web_typo_rem.js +1 -1
- package/lib/jeune/light.web_typo_rem.ts +1 -1
- package/lib/pro/dark.css +4 -4
- package/lib/pro/dark.web.d.ts +5 -5
- package/lib/pro/dark.web.js +4 -4
- package/lib/pro/dark.web.ts +5 -5
- package/lib/pro/light.css +1 -1
- package/lib/pro/light.web.d.ts +1 -1
- package/lib/pro/light.web.js +1 -1
- package/lib/pro/light.web.ts +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 05 Mar 2026 09:20:41 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 Thu, 05 Mar 2026 09:20:41 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 Thu, 05 Mar 2026 09:20:41 GMT
|
|
4
4
|
*/
|
|
5
5
|
export declare const theme: {
|
|
6
6
|
readonly color: {
|
|
@@ -12,9 +12,9 @@ export declare const theme: {
|
|
|
12
12
|
readonly disabled: "#f1f1f4";
|
|
13
13
|
readonly success: "#2cbe6e";
|
|
14
14
|
readonly brandPrimary: "#c1a3ff";
|
|
15
|
-
readonly brandPrimaryHover: "#
|
|
15
|
+
readonly brandPrimaryHover: "#f3edff";
|
|
16
16
|
readonly brandSecondary: "#c1a3ff";
|
|
17
|
-
readonly brandSecondaryHover: "#
|
|
17
|
+
readonly brandSecondaryHover: "#f3edff";
|
|
18
18
|
readonly inverted: "#161617";
|
|
19
19
|
readonly lockedInverted: "#ffffff";
|
|
20
20
|
readonly locked: "#161617";
|
|
@@ -30,9 +30,9 @@ export declare const theme: {
|
|
|
30
30
|
readonly selected: "#ffffff";
|
|
31
31
|
readonly focused: "#ffffff";
|
|
32
32
|
readonly brandPrimary: "#c1a3ff";
|
|
33
|
-
readonly brandPrimaryHover: "#
|
|
33
|
+
readonly brandPrimaryHover: "#f3edff";
|
|
34
34
|
readonly brandSecondary: "#c1a3ff";
|
|
35
|
-
readonly brandSecondaryHover: "#
|
|
35
|
+
readonly brandSecondaryHover: "#f3edff";
|
|
36
36
|
readonly inverted: "#161617";
|
|
37
37
|
readonly decorative01: "#ffeae2";
|
|
38
38
|
readonly decorative02: "#dcf3f8";
|
|
@@ -96,9 +96,9 @@ export declare const theme: {
|
|
|
96
96
|
readonly success: "#2cbe6e";
|
|
97
97
|
readonly warning: "#f9cf39";
|
|
98
98
|
readonly brandPrimary: "#c1a3ff";
|
|
99
|
-
readonly brandPrimaryHover: "#
|
|
99
|
+
readonly brandPrimaryHover: "#f3edff";
|
|
100
100
|
readonly brandSecondary: "#c1a3ff";
|
|
101
|
-
readonly brandSecondaryHover: "#
|
|
101
|
+
readonly brandSecondaryHover: "#f3edff";
|
|
102
102
|
readonly inverted: "#161617";
|
|
103
103
|
readonly lockedInverted: "#ffffff";
|
|
104
104
|
readonly headline: "#f3edff";
|
|
@@ -213,4 +213,4 @@ export declare const theme: {
|
|
|
213
213
|
};
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
|
-
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#
|
|
216
|
+
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#f3edff" | "#161617" | "#f8b2c0" | "#fce1e6" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#35363a" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#320096" | "#25026c" | "#6123df" | "#d63d00" | "#14a0be" | "#0e8474" | "#cb0659" | "#232323b8" | "#23232329" | "#23232300" | "#2323237a" | "#20c5e9" | "#eb0055" | "#f8733d";
|
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 Thu, 05 Mar 2026 09:20:41 GMT
|
|
4
4
|
*/
|
|
5
5
|
export const theme = {
|
|
6
6
|
"color": {
|
|
@@ -12,9 +12,9 @@ export const theme = {
|
|
|
12
12
|
"disabled": "#f1f1f4",
|
|
13
13
|
"success": "#2cbe6e",
|
|
14
14
|
"brandPrimary": "#c1a3ff",
|
|
15
|
-
"brandPrimaryHover": "#
|
|
15
|
+
"brandPrimaryHover": "#f3edff",
|
|
16
16
|
"brandSecondary": "#c1a3ff",
|
|
17
|
-
"brandSecondaryHover": "#
|
|
17
|
+
"brandSecondaryHover": "#f3edff",
|
|
18
18
|
"inverted": "#161617",
|
|
19
19
|
"lockedInverted": "#ffffff",
|
|
20
20
|
"locked": "#161617",
|
|
@@ -30,9 +30,9 @@ export const theme = {
|
|
|
30
30
|
"selected": "#ffffff",
|
|
31
31
|
"focused": "#ffffff",
|
|
32
32
|
"brandPrimary": "#c1a3ff",
|
|
33
|
-
"brandPrimaryHover": "#
|
|
33
|
+
"brandPrimaryHover": "#f3edff",
|
|
34
34
|
"brandSecondary": "#c1a3ff",
|
|
35
|
-
"brandSecondaryHover": "#
|
|
35
|
+
"brandSecondaryHover": "#f3edff",
|
|
36
36
|
"inverted": "#161617",
|
|
37
37
|
"decorative01": "#ffeae2",
|
|
38
38
|
"decorative02": "#dcf3f8",
|
|
@@ -96,9 +96,9 @@ export const theme = {
|
|
|
96
96
|
"success": "#2cbe6e",
|
|
97
97
|
"warning": "#f9cf39",
|
|
98
98
|
"brandPrimary": "#c1a3ff",
|
|
99
|
-
"brandPrimaryHover": "#
|
|
99
|
+
"brandPrimaryHover": "#f3edff",
|
|
100
100
|
"brandSecondary": "#c1a3ff",
|
|
101
|
-
"brandSecondaryHover": "#
|
|
101
|
+
"brandSecondaryHover": "#f3edff",
|
|
102
102
|
"inverted": "#161617",
|
|
103
103
|
"lockedInverted": "#ffffff",
|
|
104
104
|
"headline": "#f3edff",
|
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 Thu, 05 Mar 2026 09:20:41 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const theme = {
|
|
@@ -13,9 +13,9 @@ export const theme = {
|
|
|
13
13
|
"disabled": "#f1f1f4",
|
|
14
14
|
"success": "#2cbe6e",
|
|
15
15
|
"brandPrimary": "#c1a3ff",
|
|
16
|
-
"brandPrimaryHover": "#
|
|
16
|
+
"brandPrimaryHover": "#f3edff",
|
|
17
17
|
"brandSecondary": "#c1a3ff",
|
|
18
|
-
"brandSecondaryHover": "#
|
|
18
|
+
"brandSecondaryHover": "#f3edff",
|
|
19
19
|
"inverted": "#161617",
|
|
20
20
|
"lockedInverted": "#ffffff",
|
|
21
21
|
"locked": "#161617",
|
|
@@ -31,9 +31,9 @@ export const theme = {
|
|
|
31
31
|
"selected": "#ffffff",
|
|
32
32
|
"focused": "#ffffff",
|
|
33
33
|
"brandPrimary": "#c1a3ff",
|
|
34
|
-
"brandPrimaryHover": "#
|
|
34
|
+
"brandPrimaryHover": "#f3edff",
|
|
35
35
|
"brandSecondary": "#c1a3ff",
|
|
36
|
-
"brandSecondaryHover": "#
|
|
36
|
+
"brandSecondaryHover": "#f3edff",
|
|
37
37
|
"inverted": "#161617",
|
|
38
38
|
"decorative01": "#ffeae2",
|
|
39
39
|
"decorative02": "#dcf3f8",
|
|
@@ -97,9 +97,9 @@ export const theme = {
|
|
|
97
97
|
"success": "#2cbe6e",
|
|
98
98
|
"warning": "#f9cf39",
|
|
99
99
|
"brandPrimary": "#c1a3ff",
|
|
100
|
-
"brandPrimaryHover": "#
|
|
100
|
+
"brandPrimaryHover": "#f3edff",
|
|
101
101
|
"brandSecondary": "#c1a3ff",
|
|
102
|
-
"brandSecondaryHover": "#
|
|
102
|
+
"brandSecondaryHover": "#f3edff",
|
|
103
103
|
"inverted": "#161617",
|
|
104
104
|
"lockedInverted": "#ffffff",
|
|
105
105
|
"headline": "#f3edff",
|
|
@@ -215,4 +215,4 @@ export const theme = {
|
|
|
215
215
|
}
|
|
216
216
|
} as const;
|
|
217
217
|
|
|
218
|
-
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#
|
|
218
|
+
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#f3edff" | "#161617" | "#f8b2c0" | "#fce1e6" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#35363a" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#320096" | "#25026c" | "#6123df" | "#d63d00" | "#14a0be" | "#0e8474" | "#cb0659" | "#232323b8" | "#23232329" | "#23232300" | "#2323237a" | "#20c5e9" | "#eb0055" | "#f8733d";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 05 Mar 2026 09:20:41 GMT
|
|
4
4
|
*/
|
|
5
5
|
export declare const theme: {
|
|
6
6
|
readonly color: {
|
|
@@ -12,9 +12,9 @@ export declare const theme: {
|
|
|
12
12
|
readonly disabled: "#f1f1f4";
|
|
13
13
|
readonly success: "#2cbe6e";
|
|
14
14
|
readonly brandPrimary: "#c1a3ff";
|
|
15
|
-
readonly brandPrimaryHover: "#
|
|
15
|
+
readonly brandPrimaryHover: "#f3edff";
|
|
16
16
|
readonly brandSecondary: "#c1a3ff";
|
|
17
|
-
readonly brandSecondaryHover: "#
|
|
17
|
+
readonly brandSecondaryHover: "#f3edff";
|
|
18
18
|
readonly inverted: "#161617";
|
|
19
19
|
readonly lockedInverted: "#ffffff";
|
|
20
20
|
readonly locked: "#161617";
|
|
@@ -30,9 +30,9 @@ export declare const theme: {
|
|
|
30
30
|
readonly selected: "#ffffff";
|
|
31
31
|
readonly focused: "#ffffff";
|
|
32
32
|
readonly brandPrimary: "#c1a3ff";
|
|
33
|
-
readonly brandPrimaryHover: "#
|
|
33
|
+
readonly brandPrimaryHover: "#f3edff";
|
|
34
34
|
readonly brandSecondary: "#c1a3ff";
|
|
35
|
-
readonly brandSecondaryHover: "#
|
|
35
|
+
readonly brandSecondaryHover: "#f3edff";
|
|
36
36
|
readonly inverted: "#161617";
|
|
37
37
|
readonly decorative01: "#ffeae2";
|
|
38
38
|
readonly decorative02: "#dcf3f8";
|
|
@@ -96,9 +96,9 @@ export declare const theme: {
|
|
|
96
96
|
readonly success: "#2cbe6e";
|
|
97
97
|
readonly warning: "#f9cf39";
|
|
98
98
|
readonly brandPrimary: "#c1a3ff";
|
|
99
|
-
readonly brandPrimaryHover: "#
|
|
99
|
+
readonly brandPrimaryHover: "#f3edff";
|
|
100
100
|
readonly brandSecondary: "#c1a3ff";
|
|
101
|
-
readonly brandSecondaryHover: "#
|
|
101
|
+
readonly brandSecondaryHover: "#f3edff";
|
|
102
102
|
readonly inverted: "#161617";
|
|
103
103
|
readonly lockedInverted: "#ffffff";
|
|
104
104
|
readonly headline: "#f3edff";
|
|
@@ -209,4 +209,4 @@ export declare const theme: {
|
|
|
209
209
|
};
|
|
210
210
|
};
|
|
211
211
|
};
|
|
212
|
-
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#
|
|
212
|
+
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#f3edff" | "#161617" | "#f8b2c0" | "#fce1e6" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#35363a" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#320096" | "#25026c" | "#6123df" | "#d63d00" | "#14a0be" | "#0e8474" | "#cb0659" | "#232323b8" | "#23232329" | "#23232300" | "#2323237a" | "#20c5e9" | "#eb0055" | "#f8733d";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 05 Mar 2026 09:20:41 GMT
|
|
4
4
|
*/
|
|
5
5
|
export const theme = {
|
|
6
6
|
"color": {
|
|
@@ -12,9 +12,9 @@ export const theme = {
|
|
|
12
12
|
"disabled": "#f1f1f4",
|
|
13
13
|
"success": "#2cbe6e",
|
|
14
14
|
"brandPrimary": "#c1a3ff",
|
|
15
|
-
"brandPrimaryHover": "#
|
|
15
|
+
"brandPrimaryHover": "#f3edff",
|
|
16
16
|
"brandSecondary": "#c1a3ff",
|
|
17
|
-
"brandSecondaryHover": "#
|
|
17
|
+
"brandSecondaryHover": "#f3edff",
|
|
18
18
|
"inverted": "#161617",
|
|
19
19
|
"lockedInverted": "#ffffff",
|
|
20
20
|
"locked": "#161617",
|
|
@@ -30,9 +30,9 @@ export const theme = {
|
|
|
30
30
|
"selected": "#ffffff",
|
|
31
31
|
"focused": "#ffffff",
|
|
32
32
|
"brandPrimary": "#c1a3ff",
|
|
33
|
-
"brandPrimaryHover": "#
|
|
33
|
+
"brandPrimaryHover": "#f3edff",
|
|
34
34
|
"brandSecondary": "#c1a3ff",
|
|
35
|
-
"brandSecondaryHover": "#
|
|
35
|
+
"brandSecondaryHover": "#f3edff",
|
|
36
36
|
"inverted": "#161617",
|
|
37
37
|
"decorative01": "#ffeae2",
|
|
38
38
|
"decorative02": "#dcf3f8",
|
|
@@ -96,9 +96,9 @@ export const theme = {
|
|
|
96
96
|
"success": "#2cbe6e",
|
|
97
97
|
"warning": "#f9cf39",
|
|
98
98
|
"brandPrimary": "#c1a3ff",
|
|
99
|
-
"brandPrimaryHover": "#
|
|
99
|
+
"brandPrimaryHover": "#f3edff",
|
|
100
100
|
"brandSecondary": "#c1a3ff",
|
|
101
|
-
"brandSecondaryHover": "#
|
|
101
|
+
"brandSecondaryHover": "#f3edff",
|
|
102
102
|
"inverted": "#161617",
|
|
103
103
|
"lockedInverted": "#ffffff",
|
|
104
104
|
"headline": "#f3edff",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 05 Mar 2026 09:20:41 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const theme = {
|
|
@@ -13,9 +13,9 @@ export const theme = {
|
|
|
13
13
|
"disabled": "#f1f1f4",
|
|
14
14
|
"success": "#2cbe6e",
|
|
15
15
|
"brandPrimary": "#c1a3ff",
|
|
16
|
-
"brandPrimaryHover": "#
|
|
16
|
+
"brandPrimaryHover": "#f3edff",
|
|
17
17
|
"brandSecondary": "#c1a3ff",
|
|
18
|
-
"brandSecondaryHover": "#
|
|
18
|
+
"brandSecondaryHover": "#f3edff",
|
|
19
19
|
"inverted": "#161617",
|
|
20
20
|
"lockedInverted": "#ffffff",
|
|
21
21
|
"locked": "#161617",
|
|
@@ -31,9 +31,9 @@ export const theme = {
|
|
|
31
31
|
"selected": "#ffffff",
|
|
32
32
|
"focused": "#ffffff",
|
|
33
33
|
"brandPrimary": "#c1a3ff",
|
|
34
|
-
"brandPrimaryHover": "#
|
|
34
|
+
"brandPrimaryHover": "#f3edff",
|
|
35
35
|
"brandSecondary": "#c1a3ff",
|
|
36
|
-
"brandSecondaryHover": "#
|
|
36
|
+
"brandSecondaryHover": "#f3edff",
|
|
37
37
|
"inverted": "#161617",
|
|
38
38
|
"decorative01": "#ffeae2",
|
|
39
39
|
"decorative02": "#dcf3f8",
|
|
@@ -97,9 +97,9 @@ export const theme = {
|
|
|
97
97
|
"success": "#2cbe6e",
|
|
98
98
|
"warning": "#f9cf39",
|
|
99
99
|
"brandPrimary": "#c1a3ff",
|
|
100
|
-
"brandPrimaryHover": "#
|
|
100
|
+
"brandPrimaryHover": "#f3edff",
|
|
101
101
|
"brandSecondary": "#c1a3ff",
|
|
102
|
-
"brandSecondaryHover": "#
|
|
102
|
+
"brandSecondaryHover": "#f3edff",
|
|
103
103
|
"inverted": "#161617",
|
|
104
104
|
"lockedInverted": "#ffffff",
|
|
105
105
|
"headline": "#f3edff",
|
|
@@ -211,4 +211,4 @@ export const theme = {
|
|
|
211
211
|
}
|
|
212
212
|
} as const;
|
|
213
213
|
|
|
214
|
-
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#
|
|
214
|
+
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#f3edff" | "#161617" | "#f8b2c0" | "#fce1e6" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#35363a" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#320096" | "#25026c" | "#6123df" | "#d63d00" | "#14a0be" | "#0e8474" | "#cb0659" | "#232323b8" | "#23232329" | "#23232300" | "#2323237a" | "#20c5e9" | "#eb0055" | "#f8733d";
|
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 Thu, 05 Mar 2026 09:20:41 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
[data-theme="dark"] {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
--color-text-brand-primary: #c1a3ff;
|
|
14
14
|
--color-text-brand-primary-hover: #6123df;
|
|
15
15
|
--color-text-brand-secondary: #c1a3ff;
|
|
16
|
-
--color-text-brand-secondary-hover: #
|
|
16
|
+
--color-text-brand-secondary-hover: #f3edff;
|
|
17
17
|
--color-text-inverted: #161617;
|
|
18
18
|
--color-text-locked-inverted: #ffffff;
|
|
19
19
|
--color-text-locked: #161617;
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
--color-border-brand-primary: #c1a3ff;
|
|
30
30
|
--color-border-brand-primary-hover: #6123df;
|
|
31
31
|
--color-border-brand-secondary: #c1a3ff;
|
|
32
|
-
--color-border-brand-secondary-hover: #
|
|
32
|
+
--color-border-brand-secondary-hover: #f3edff;
|
|
33
33
|
--color-border-inverted: #161617;
|
|
34
34
|
--color-border-decorative01: #ffeae2;
|
|
35
35
|
--color-border-decorative02: #dcf3f8;
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
--color-icon-brand-primary: #c1a3ff;
|
|
90
90
|
--color-icon-brand-primary-hover: #6123df;
|
|
91
91
|
--color-icon-brand-secondary: #c1a3ff;
|
|
92
|
-
--color-icon-brand-secondary-hover: #
|
|
92
|
+
--color-icon-brand-secondary-hover: #f3edff;
|
|
93
93
|
--color-icon-inverted: #161617;
|
|
94
94
|
--color-icon-locked-inverted: #ffffff;
|
|
95
95
|
--color-icon-headline: #f3edff;
|
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 Thu, 05 Mar 2026 09:20:41 GMT
|
|
4
4
|
*/
|
|
5
5
|
export declare const theme: {
|
|
6
6
|
readonly color: {
|
|
@@ -14,7 +14,7 @@ export declare const theme: {
|
|
|
14
14
|
readonly brandPrimary: "#c1a3ff";
|
|
15
15
|
readonly brandPrimaryHover: "#6123df";
|
|
16
16
|
readonly brandSecondary: "#c1a3ff";
|
|
17
|
-
readonly brandSecondaryHover: "#
|
|
17
|
+
readonly brandSecondaryHover: "#f3edff";
|
|
18
18
|
readonly inverted: "#161617";
|
|
19
19
|
readonly lockedInverted: "#ffffff";
|
|
20
20
|
readonly locked: "#161617";
|
|
@@ -32,7 +32,7 @@ export declare const theme: {
|
|
|
32
32
|
readonly brandPrimary: "#c1a3ff";
|
|
33
33
|
readonly brandPrimaryHover: "#6123df";
|
|
34
34
|
readonly brandSecondary: "#c1a3ff";
|
|
35
|
-
readonly brandSecondaryHover: "#
|
|
35
|
+
readonly brandSecondaryHover: "#f3edff";
|
|
36
36
|
readonly inverted: "#161617";
|
|
37
37
|
readonly decorative01: "#ffeae2";
|
|
38
38
|
readonly decorative02: "#dcf3f8";
|
|
@@ -98,7 +98,7 @@ export declare const theme: {
|
|
|
98
98
|
readonly brandPrimary: "#c1a3ff";
|
|
99
99
|
readonly brandPrimaryHover: "#6123df";
|
|
100
100
|
readonly brandSecondary: "#c1a3ff";
|
|
101
|
-
readonly brandSecondaryHover: "#
|
|
101
|
+
readonly brandSecondaryHover: "#f3edff";
|
|
102
102
|
readonly inverted: "#161617";
|
|
103
103
|
readonly lockedInverted: "#ffffff";
|
|
104
104
|
readonly headline: "#f3edff";
|
|
@@ -209,4 +209,4 @@ export declare const theme: {
|
|
|
209
209
|
};
|
|
210
210
|
};
|
|
211
211
|
};
|
|
212
|
-
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#6123df" | "#161617" | "#f8b2c0" | "#fce1e6" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#35363a" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#320096" | "#25026c" | "#
|
|
212
|
+
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#6123df" | "#f3edff" | "#161617" | "#f8b2c0" | "#fce1e6" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#35363a" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#320096" | "#25026c" | "#d63d00" | "#14a0be" | "#0e8474" | "#cb0659" | "#232323b8" | "#23232329" | "#23232300" | "#2323237a" | "#20c5e9" | "#eb0055" | "#f8733d";
|
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 Thu, 05 Mar 2026 09:20:41 GMT
|
|
4
4
|
*/
|
|
5
5
|
export const theme = {
|
|
6
6
|
"color": {
|
|
@@ -14,7 +14,7 @@ export const theme = {
|
|
|
14
14
|
"brandPrimary": "#c1a3ff",
|
|
15
15
|
"brandPrimaryHover": "#6123df",
|
|
16
16
|
"brandSecondary": "#c1a3ff",
|
|
17
|
-
"brandSecondaryHover": "#
|
|
17
|
+
"brandSecondaryHover": "#f3edff",
|
|
18
18
|
"inverted": "#161617",
|
|
19
19
|
"lockedInverted": "#ffffff",
|
|
20
20
|
"locked": "#161617",
|
|
@@ -32,7 +32,7 @@ export const theme = {
|
|
|
32
32
|
"brandPrimary": "#c1a3ff",
|
|
33
33
|
"brandPrimaryHover": "#6123df",
|
|
34
34
|
"brandSecondary": "#c1a3ff",
|
|
35
|
-
"brandSecondaryHover": "#
|
|
35
|
+
"brandSecondaryHover": "#f3edff",
|
|
36
36
|
"inverted": "#161617",
|
|
37
37
|
"decorative01": "#ffeae2",
|
|
38
38
|
"decorative02": "#dcf3f8",
|
|
@@ -98,7 +98,7 @@ export const theme = {
|
|
|
98
98
|
"brandPrimary": "#c1a3ff",
|
|
99
99
|
"brandPrimaryHover": "#6123df",
|
|
100
100
|
"brandSecondary": "#c1a3ff",
|
|
101
|
-
"brandSecondaryHover": "#
|
|
101
|
+
"brandSecondaryHover": "#f3edff",
|
|
102
102
|
"inverted": "#161617",
|
|
103
103
|
"lockedInverted": "#ffffff",
|
|
104
104
|
"headline": "#f3edff",
|
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 Thu, 05 Mar 2026 09:20:41 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const theme = {
|
|
@@ -15,7 +15,7 @@ export const theme = {
|
|
|
15
15
|
"brandPrimary": "#c1a3ff",
|
|
16
16
|
"brandPrimaryHover": "#6123df",
|
|
17
17
|
"brandSecondary": "#c1a3ff",
|
|
18
|
-
"brandSecondaryHover": "#
|
|
18
|
+
"brandSecondaryHover": "#f3edff",
|
|
19
19
|
"inverted": "#161617",
|
|
20
20
|
"lockedInverted": "#ffffff",
|
|
21
21
|
"locked": "#161617",
|
|
@@ -33,7 +33,7 @@ export const theme = {
|
|
|
33
33
|
"brandPrimary": "#c1a3ff",
|
|
34
34
|
"brandPrimaryHover": "#6123df",
|
|
35
35
|
"brandSecondary": "#c1a3ff",
|
|
36
|
-
"brandSecondaryHover": "#
|
|
36
|
+
"brandSecondaryHover": "#f3edff",
|
|
37
37
|
"inverted": "#161617",
|
|
38
38
|
"decorative01": "#ffeae2",
|
|
39
39
|
"decorative02": "#dcf3f8",
|
|
@@ -99,7 +99,7 @@ export const theme = {
|
|
|
99
99
|
"brandPrimary": "#c1a3ff",
|
|
100
100
|
"brandPrimaryHover": "#6123df",
|
|
101
101
|
"brandSecondary": "#c1a3ff",
|
|
102
|
-
"brandSecondaryHover": "#
|
|
102
|
+
"brandSecondaryHover": "#f3edff",
|
|
103
103
|
"inverted": "#161617",
|
|
104
104
|
"lockedInverted": "#ffffff",
|
|
105
105
|
"headline": "#f3edff",
|
|
@@ -211,4 +211,4 @@ export const theme = {
|
|
|
211
211
|
}
|
|
212
212
|
} as const;
|
|
213
213
|
|
|
214
|
-
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#6123df" | "#161617" | "#f8b2c0" | "#fce1e6" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#35363a" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#320096" | "#25026c" | "#
|
|
214
|
+
export type ColorsType = "#ffffff" | "#cbcdd2" | "#f83552" | "#f9cf39" | "#f1f1f4" | "#2cbe6e" | "#c1a3ff" | "#6123df" | "#f3edff" | "#161617" | "#f8b2c0" | "#fce1e6" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#35363a" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#320096" | "#25026c" | "#d63d00" | "#14a0be" | "#0e8474" | "#cb0659" | "#232323b8" | "#23232329" | "#23232300" | "#2323237a" | "#20c5e9" | "#eb0055" | "#f8733d";
|
package/lib/pro/light.css
CHANGED
package/lib/pro/light.web.d.ts
CHANGED
package/lib/pro/light.web.js
CHANGED
package/lib/pro/light.web.ts
CHANGED