@pass-culture/design-system 0.7.3 → 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 +16 -16
- package/lib/jeune/dark.mobile.js +15 -15
- package/lib/jeune/dark.mobile.ts +16 -16
- package/lib/jeune/dark.web_typo_rem.d.ts +16 -16
- package/lib/jeune/dark.web_typo_rem.js +15 -15
- package/lib/jeune/dark.web_typo_rem.ts +16 -16
- 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 +11 -11
- package/lib/pro/dark.web.d.ts +12 -12
- package/lib/pro/dark.web.js +11 -11
- package/lib/pro/dark.web.ts +12 -12
- 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,14 +12,14 @@ 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";
|
|
21
|
-
readonly danger: "#
|
|
22
|
-
readonly dangerHover: "#
|
|
21
|
+
readonly danger: "#f8b2c0";
|
|
22
|
+
readonly dangerHover: "#fce1e6";
|
|
23
23
|
};
|
|
24
24
|
readonly border: {
|
|
25
25
|
readonly default: "#cbcdd2";
|
|
@@ -30,17 +30,17 @@ 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";
|
|
39
39
|
readonly decorative03: "#dbffea";
|
|
40
40
|
readonly decorative04: "#c1a3ff";
|
|
41
41
|
readonly decorative05: "#ffa5c0";
|
|
42
|
-
readonly danger: "#
|
|
43
|
-
readonly dangerHover: "#
|
|
42
|
+
readonly danger: "#f8b2c0";
|
|
43
|
+
readonly dangerHover: "#fce1e6";
|
|
44
44
|
};
|
|
45
45
|
readonly outline: {
|
|
46
46
|
readonly default: "#ffffff";
|
|
@@ -57,10 +57,10 @@ export declare const theme: {
|
|
|
57
57
|
readonly info: "#320096";
|
|
58
58
|
readonly hover: "#35363a";
|
|
59
59
|
readonly brandPrimary: "#c1a3ff";
|
|
60
|
-
readonly brandPrimaryHover: "#
|
|
60
|
+
readonly brandPrimaryHover: "#f3edff";
|
|
61
61
|
readonly brandPrimarySelected: "#25026c";
|
|
62
62
|
readonly brandSecondary: "#c1a3ff";
|
|
63
|
-
readonly brandSecondaryHover: "#
|
|
63
|
+
readonly brandSecondaryHover: "#f3edff";
|
|
64
64
|
readonly locked: "#ffffff";
|
|
65
65
|
readonly lockedInverted: "#161617";
|
|
66
66
|
readonly lockedBrandPrimary: "#6123df";
|
|
@@ -96,17 +96,17 @@ 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";
|
|
105
105
|
readonly bookclub: "#20c5e9";
|
|
106
106
|
readonly cineclub: "#eb0055";
|
|
107
107
|
readonly proEdito: "#f8733d";
|
|
108
|
-
readonly danger: "#
|
|
109
|
-
readonly dangerHover: "#
|
|
108
|
+
readonly danger: "#f8b2c0";
|
|
109
|
+
readonly dangerHover: "#fce1e6";
|
|
110
110
|
};
|
|
111
111
|
};
|
|
112
112
|
readonly separator: {
|
|
@@ -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,14 +12,14 @@ 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",
|
|
21
|
-
"danger": "#
|
|
22
|
-
"dangerHover": "#
|
|
21
|
+
"danger": "#f8b2c0",
|
|
22
|
+
"dangerHover": "#fce1e6"
|
|
23
23
|
},
|
|
24
24
|
"border": {
|
|
25
25
|
"default": "#cbcdd2",
|
|
@@ -30,17 +30,17 @@ 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",
|
|
39
39
|
"decorative03": "#dbffea",
|
|
40
40
|
"decorative04": "#c1a3ff",
|
|
41
41
|
"decorative05": "#ffa5c0",
|
|
42
|
-
"danger": "#
|
|
43
|
-
"dangerHover": "#
|
|
42
|
+
"danger": "#f8b2c0",
|
|
43
|
+
"dangerHover": "#fce1e6"
|
|
44
44
|
},
|
|
45
45
|
"outline": {
|
|
46
46
|
"default": "#ffffff",
|
|
@@ -57,10 +57,10 @@ export const theme = {
|
|
|
57
57
|
"info": "#320096",
|
|
58
58
|
"hover": "#35363a",
|
|
59
59
|
"brandPrimary": "#c1a3ff",
|
|
60
|
-
"brandPrimaryHover": "#
|
|
60
|
+
"brandPrimaryHover": "#f3edff",
|
|
61
61
|
"brandPrimarySelected": "#25026c",
|
|
62
62
|
"brandSecondary": "#c1a3ff",
|
|
63
|
-
"brandSecondaryHover": "#
|
|
63
|
+
"brandSecondaryHover": "#f3edff",
|
|
64
64
|
"locked": "#ffffff",
|
|
65
65
|
"lockedInverted": "#161617",
|
|
66
66
|
"lockedBrandPrimary": "#6123df",
|
|
@@ -96,17 +96,17 @@ 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",
|
|
105
105
|
"bookclub": "#20c5e9",
|
|
106
106
|
"cineclub": "#eb0055",
|
|
107
107
|
"proEdito": "#f8733d",
|
|
108
|
-
"danger": "#
|
|
109
|
-
"dangerHover": "#
|
|
108
|
+
"danger": "#f8b2c0",
|
|
109
|
+
"dangerHover": "#fce1e6"
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"separator": {
|
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,14 +13,14 @@ 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",
|
|
22
|
-
"danger": "#
|
|
23
|
-
"dangerHover": "#
|
|
22
|
+
"danger": "#f8b2c0",
|
|
23
|
+
"dangerHover": "#fce1e6"
|
|
24
24
|
},
|
|
25
25
|
"border": {
|
|
26
26
|
"default": "#cbcdd2",
|
|
@@ -31,17 +31,17 @@ 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",
|
|
40
40
|
"decorative03": "#dbffea",
|
|
41
41
|
"decorative04": "#c1a3ff",
|
|
42
42
|
"decorative05": "#ffa5c0",
|
|
43
|
-
"danger": "#
|
|
44
|
-
"dangerHover": "#
|
|
43
|
+
"danger": "#f8b2c0",
|
|
44
|
+
"dangerHover": "#fce1e6"
|
|
45
45
|
},
|
|
46
46
|
"outline": {
|
|
47
47
|
"default": "#ffffff",
|
|
@@ -58,10 +58,10 @@ export const theme = {
|
|
|
58
58
|
"info": "#320096",
|
|
59
59
|
"hover": "#35363a",
|
|
60
60
|
"brandPrimary": "#c1a3ff",
|
|
61
|
-
"brandPrimaryHover": "#
|
|
61
|
+
"brandPrimaryHover": "#f3edff",
|
|
62
62
|
"brandPrimarySelected": "#25026c",
|
|
63
63
|
"brandSecondary": "#c1a3ff",
|
|
64
|
-
"brandSecondaryHover": "#
|
|
64
|
+
"brandSecondaryHover": "#f3edff",
|
|
65
65
|
"locked": "#ffffff",
|
|
66
66
|
"lockedInverted": "#161617",
|
|
67
67
|
"lockedBrandPrimary": "#6123df",
|
|
@@ -97,17 +97,17 @@ 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",
|
|
106
106
|
"bookclub": "#20c5e9",
|
|
107
107
|
"cineclub": "#eb0055",
|
|
108
108
|
"proEdito": "#f8733d",
|
|
109
|
-
"danger": "#
|
|
110
|
-
"dangerHover": "#
|
|
109
|
+
"danger": "#f8b2c0",
|
|
110
|
+
"dangerHover": "#fce1e6"
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
113
|
"separator": {
|
|
@@ -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,14 +12,14 @@ 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";
|
|
21
|
-
readonly danger: "#
|
|
22
|
-
readonly dangerHover: "#
|
|
21
|
+
readonly danger: "#f8b2c0";
|
|
22
|
+
readonly dangerHover: "#fce1e6";
|
|
23
23
|
};
|
|
24
24
|
readonly border: {
|
|
25
25
|
readonly default: "#cbcdd2";
|
|
@@ -30,17 +30,17 @@ 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";
|
|
39
39
|
readonly decorative03: "#dbffea";
|
|
40
40
|
readonly decorative04: "#c1a3ff";
|
|
41
41
|
readonly decorative05: "#ffa5c0";
|
|
42
|
-
readonly danger: "#
|
|
43
|
-
readonly dangerHover: "#
|
|
42
|
+
readonly danger: "#f8b2c0";
|
|
43
|
+
readonly dangerHover: "#fce1e6";
|
|
44
44
|
};
|
|
45
45
|
readonly outline: {
|
|
46
46
|
readonly default: "#ffffff";
|
|
@@ -57,10 +57,10 @@ export declare const theme: {
|
|
|
57
57
|
readonly info: "#320096";
|
|
58
58
|
readonly hover: "#35363a";
|
|
59
59
|
readonly brandPrimary: "#c1a3ff";
|
|
60
|
-
readonly brandPrimaryHover: "#
|
|
60
|
+
readonly brandPrimaryHover: "#f3edff";
|
|
61
61
|
readonly brandPrimarySelected: "#25026c";
|
|
62
62
|
readonly brandSecondary: "#c1a3ff";
|
|
63
|
-
readonly brandSecondaryHover: "#
|
|
63
|
+
readonly brandSecondaryHover: "#f3edff";
|
|
64
64
|
readonly locked: "#ffffff";
|
|
65
65
|
readonly lockedInverted: "#161617";
|
|
66
66
|
readonly lockedBrandPrimary: "#6123df";
|
|
@@ -96,17 +96,17 @@ 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";
|
|
105
105
|
readonly bookclub: "#20c5e9";
|
|
106
106
|
readonly cineclub: "#eb0055";
|
|
107
107
|
readonly proEdito: "#f8733d";
|
|
108
|
-
readonly danger: "#
|
|
109
|
-
readonly dangerHover: "#
|
|
108
|
+
readonly danger: "#f8b2c0";
|
|
109
|
+
readonly dangerHover: "#fce1e6";
|
|
110
110
|
};
|
|
111
111
|
};
|
|
112
112
|
readonly separator: {
|
|
@@ -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,14 +12,14 @@ 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",
|
|
21
|
-
"danger": "#
|
|
22
|
-
"dangerHover": "#
|
|
21
|
+
"danger": "#f8b2c0",
|
|
22
|
+
"dangerHover": "#fce1e6"
|
|
23
23
|
},
|
|
24
24
|
"border": {
|
|
25
25
|
"default": "#cbcdd2",
|
|
@@ -30,17 +30,17 @@ 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",
|
|
39
39
|
"decorative03": "#dbffea",
|
|
40
40
|
"decorative04": "#c1a3ff",
|
|
41
41
|
"decorative05": "#ffa5c0",
|
|
42
|
-
"danger": "#
|
|
43
|
-
"dangerHover": "#
|
|
42
|
+
"danger": "#f8b2c0",
|
|
43
|
+
"dangerHover": "#fce1e6"
|
|
44
44
|
},
|
|
45
45
|
"outline": {
|
|
46
46
|
"default": "#ffffff",
|
|
@@ -57,10 +57,10 @@ export const theme = {
|
|
|
57
57
|
"info": "#320096",
|
|
58
58
|
"hover": "#35363a",
|
|
59
59
|
"brandPrimary": "#c1a3ff",
|
|
60
|
-
"brandPrimaryHover": "#
|
|
60
|
+
"brandPrimaryHover": "#f3edff",
|
|
61
61
|
"brandPrimarySelected": "#25026c",
|
|
62
62
|
"brandSecondary": "#c1a3ff",
|
|
63
|
-
"brandSecondaryHover": "#
|
|
63
|
+
"brandSecondaryHover": "#f3edff",
|
|
64
64
|
"locked": "#ffffff",
|
|
65
65
|
"lockedInverted": "#161617",
|
|
66
66
|
"lockedBrandPrimary": "#6123df",
|
|
@@ -96,17 +96,17 @@ 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",
|
|
105
105
|
"bookclub": "#20c5e9",
|
|
106
106
|
"cineclub": "#eb0055",
|
|
107
107
|
"proEdito": "#f8733d",
|
|
108
|
-
"danger": "#
|
|
109
|
-
"dangerHover": "#
|
|
108
|
+
"danger": "#f8b2c0",
|
|
109
|
+
"dangerHover": "#fce1e6"
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"separator": {
|
|
@@ -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,14 +13,14 @@ 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",
|
|
22
|
-
"danger": "#
|
|
23
|
-
"dangerHover": "#
|
|
22
|
+
"danger": "#f8b2c0",
|
|
23
|
+
"dangerHover": "#fce1e6"
|
|
24
24
|
},
|
|
25
25
|
"border": {
|
|
26
26
|
"default": "#cbcdd2",
|
|
@@ -31,17 +31,17 @@ 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",
|
|
40
40
|
"decorative03": "#dbffea",
|
|
41
41
|
"decorative04": "#c1a3ff",
|
|
42
42
|
"decorative05": "#ffa5c0",
|
|
43
|
-
"danger": "#
|
|
44
|
-
"dangerHover": "#
|
|
43
|
+
"danger": "#f8b2c0",
|
|
44
|
+
"dangerHover": "#fce1e6"
|
|
45
45
|
},
|
|
46
46
|
"outline": {
|
|
47
47
|
"default": "#ffffff",
|
|
@@ -58,10 +58,10 @@ export const theme = {
|
|
|
58
58
|
"info": "#320096",
|
|
59
59
|
"hover": "#35363a",
|
|
60
60
|
"brandPrimary": "#c1a3ff",
|
|
61
|
-
"brandPrimaryHover": "#
|
|
61
|
+
"brandPrimaryHover": "#f3edff",
|
|
62
62
|
"brandPrimarySelected": "#25026c",
|
|
63
63
|
"brandSecondary": "#c1a3ff",
|
|
64
|
-
"brandSecondaryHover": "#
|
|
64
|
+
"brandSecondaryHover": "#f3edff",
|
|
65
65
|
"locked": "#ffffff",
|
|
66
66
|
"lockedInverted": "#161617",
|
|
67
67
|
"lockedBrandPrimary": "#6123df",
|
|
@@ -97,17 +97,17 @@ 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",
|
|
106
106
|
"bookclub": "#20c5e9",
|
|
107
107
|
"cineclub": "#eb0055",
|
|
108
108
|
"proEdito": "#f8733d",
|
|
109
|
-
"danger": "#
|
|
110
|
-
"dangerHover": "#
|
|
109
|
+
"danger": "#f8b2c0",
|
|
110
|
+
"dangerHover": "#fce1e6"
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
113
|
"separator": {
|
|
@@ -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,12 +13,12 @@
|
|
|
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;
|
|
20
|
-
--color-text-danger: #
|
|
21
|
-
--color-text-danger-hover: #
|
|
20
|
+
--color-text-danger: #f8b2c0;
|
|
21
|
+
--color-text-danger-hover: #fce1e6;
|
|
22
22
|
--color-border-default: #cbcdd2;
|
|
23
23
|
--color-border-subtle: #90949d;
|
|
24
24
|
--color-border-disabled: #90949d;
|
|
@@ -29,15 +29,15 @@
|
|
|
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;
|
|
36
36
|
--color-border-decorative03: #dbffea;
|
|
37
37
|
--color-border-decorative04: #c1a3ff;
|
|
38
38
|
--color-border-decorative05: #ffa5c0;
|
|
39
|
-
--color-border-danger: #
|
|
40
|
-
--color-border-danger-hover: #
|
|
39
|
+
--color-border-danger: #f8b2c0;
|
|
40
|
+
--color-border-danger-hover: #fce1e6;
|
|
41
41
|
--color-outline-default: #ffffff;
|
|
42
42
|
--color-outline-error: #f83552;
|
|
43
43
|
--color-outline-inverted: #161617;
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
--color-background-brand-primary-hover: #6123df;
|
|
54
54
|
--color-background-brand-primary-selected: #25026c;
|
|
55
55
|
--color-background-brand-secondary: #c1a3ff;
|
|
56
|
-
--color-background-brand-secondary-hover: #
|
|
56
|
+
--color-background-brand-secondary-hover: #f3edff;
|
|
57
57
|
--color-background-locked: #ffffff;
|
|
58
58
|
--color-background-locked-inverted: #161617;
|
|
59
59
|
--color-background-locked-brand-primary: #6123df;
|
|
@@ -89,15 +89,15 @@
|
|
|
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;
|
|
96
96
|
--color-icon-bookclub: #20c5e9;
|
|
97
97
|
--color-icon-cineclub: #eb0055;
|
|
98
98
|
--color-icon-pro-edito: #f8733d;
|
|
99
|
-
--color-icon-danger: #
|
|
100
|
-
--color-icon-danger-hover: #
|
|
99
|
+
--color-icon-danger: #f8b2c0;
|
|
100
|
+
--color-icon-danger-hover: #fce1e6;
|
|
101
101
|
--separator-color-default: #90949d;
|
|
102
102
|
--separator-color-subtle: #696a6f;
|
|
103
103
|
--size-border-radius-s: 0.25rem;
|
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,12 +14,12 @@ 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";
|
|
21
|
-
readonly danger: "#
|
|
22
|
-
readonly dangerHover: "#
|
|
21
|
+
readonly danger: "#f8b2c0";
|
|
22
|
+
readonly dangerHover: "#fce1e6";
|
|
23
23
|
};
|
|
24
24
|
readonly border: {
|
|
25
25
|
readonly default: "#cbcdd2";
|
|
@@ -32,15 +32,15 @@ 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";
|
|
39
39
|
readonly decorative03: "#dbffea";
|
|
40
40
|
readonly decorative04: "#c1a3ff";
|
|
41
41
|
readonly decorative05: "#ffa5c0";
|
|
42
|
-
readonly danger: "#
|
|
43
|
-
readonly dangerHover: "#
|
|
42
|
+
readonly danger: "#f8b2c0";
|
|
43
|
+
readonly dangerHover: "#fce1e6";
|
|
44
44
|
};
|
|
45
45
|
readonly outline: {
|
|
46
46
|
readonly default: "#ffffff";
|
|
@@ -60,7 +60,7 @@ export declare const theme: {
|
|
|
60
60
|
readonly brandPrimaryHover: "#6123df";
|
|
61
61
|
readonly brandPrimarySelected: "#25026c";
|
|
62
62
|
readonly brandSecondary: "#c1a3ff";
|
|
63
|
-
readonly brandSecondaryHover: "#
|
|
63
|
+
readonly brandSecondaryHover: "#f3edff";
|
|
64
64
|
readonly locked: "#ffffff";
|
|
65
65
|
readonly lockedInverted: "#161617";
|
|
66
66
|
readonly lockedBrandPrimary: "#6123df";
|
|
@@ -98,15 +98,15 @@ 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";
|
|
105
105
|
readonly bookclub: "#20c5e9";
|
|
106
106
|
readonly cineclub: "#eb0055";
|
|
107
107
|
readonly proEdito: "#f8733d";
|
|
108
|
-
readonly danger: "#
|
|
109
|
-
readonly dangerHover: "#
|
|
108
|
+
readonly danger: "#f8b2c0";
|
|
109
|
+
readonly dangerHover: "#fce1e6";
|
|
110
110
|
};
|
|
111
111
|
};
|
|
112
112
|
readonly separator: {
|
|
@@ -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" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#35363a" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#320096" | "#25026c" | "#d63d00" | "#14a0be" | "#0e8474" | "#cb0659" | "#232323b8" | "#23232329" | "#23232300" | "#2323237a" | "#
|
|
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,12 +14,12 @@ 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",
|
|
21
|
-
"danger": "#
|
|
22
|
-
"dangerHover": "#
|
|
21
|
+
"danger": "#f8b2c0",
|
|
22
|
+
"dangerHover": "#fce1e6"
|
|
23
23
|
},
|
|
24
24
|
"border": {
|
|
25
25
|
"default": "#cbcdd2",
|
|
@@ -32,15 +32,15 @@ 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",
|
|
39
39
|
"decorative03": "#dbffea",
|
|
40
40
|
"decorative04": "#c1a3ff",
|
|
41
41
|
"decorative05": "#ffa5c0",
|
|
42
|
-
"danger": "#
|
|
43
|
-
"dangerHover": "#
|
|
42
|
+
"danger": "#f8b2c0",
|
|
43
|
+
"dangerHover": "#fce1e6"
|
|
44
44
|
},
|
|
45
45
|
"outline": {
|
|
46
46
|
"default": "#ffffff",
|
|
@@ -60,7 +60,7 @@ export const theme = {
|
|
|
60
60
|
"brandPrimaryHover": "#6123df",
|
|
61
61
|
"brandPrimarySelected": "#25026c",
|
|
62
62
|
"brandSecondary": "#c1a3ff",
|
|
63
|
-
"brandSecondaryHover": "#
|
|
63
|
+
"brandSecondaryHover": "#f3edff",
|
|
64
64
|
"locked": "#ffffff",
|
|
65
65
|
"lockedInverted": "#161617",
|
|
66
66
|
"lockedBrandPrimary": "#6123df",
|
|
@@ -98,15 +98,15 @@ 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",
|
|
105
105
|
"bookclub": "#20c5e9",
|
|
106
106
|
"cineclub": "#eb0055",
|
|
107
107
|
"proEdito": "#f8733d",
|
|
108
|
-
"danger": "#
|
|
109
|
-
"dangerHover": "#
|
|
108
|
+
"danger": "#f8b2c0",
|
|
109
|
+
"dangerHover": "#fce1e6"
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"separator": {
|
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,12 +15,12 @@ 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",
|
|
22
|
-
"danger": "#
|
|
23
|
-
"dangerHover": "#
|
|
22
|
+
"danger": "#f8b2c0",
|
|
23
|
+
"dangerHover": "#fce1e6"
|
|
24
24
|
},
|
|
25
25
|
"border": {
|
|
26
26
|
"default": "#cbcdd2",
|
|
@@ -33,15 +33,15 @@ 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",
|
|
40
40
|
"decorative03": "#dbffea",
|
|
41
41
|
"decorative04": "#c1a3ff",
|
|
42
42
|
"decorative05": "#ffa5c0",
|
|
43
|
-
"danger": "#
|
|
44
|
-
"dangerHover": "#
|
|
43
|
+
"danger": "#f8b2c0",
|
|
44
|
+
"dangerHover": "#fce1e6"
|
|
45
45
|
},
|
|
46
46
|
"outline": {
|
|
47
47
|
"default": "#ffffff",
|
|
@@ -61,7 +61,7 @@ export const theme = {
|
|
|
61
61
|
"brandPrimaryHover": "#6123df",
|
|
62
62
|
"brandPrimarySelected": "#25026c",
|
|
63
63
|
"brandSecondary": "#c1a3ff",
|
|
64
|
-
"brandSecondaryHover": "#
|
|
64
|
+
"brandSecondaryHover": "#f3edff",
|
|
65
65
|
"locked": "#ffffff",
|
|
66
66
|
"lockedInverted": "#161617",
|
|
67
67
|
"lockedBrandPrimary": "#6123df",
|
|
@@ -99,15 +99,15 @@ 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",
|
|
106
106
|
"bookclub": "#20c5e9",
|
|
107
107
|
"cineclub": "#eb0055",
|
|
108
108
|
"proEdito": "#f8733d",
|
|
109
|
-
"danger": "#
|
|
110
|
-
"dangerHover": "#
|
|
109
|
+
"danger": "#f8b2c0",
|
|
110
|
+
"dangerHover": "#fce1e6"
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
113
|
"separator": {
|
|
@@ -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" | "#90949d" | "#ffeae2" | "#dcf3f8" | "#dbffea" | "#ffa5c0" | "#35363a" | "#696a6f" | "#700118" | "#09532d" | "#664900" | "#320096" | "#25026c" | "#d63d00" | "#14a0be" | "#0e8474" | "#cb0659" | "#232323b8" | "#23232329" | "#23232300" | "#2323237a" | "#
|
|
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