@club-employes/utopia 4.32.0 → 4.33.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.
@@ -66,6 +66,28 @@
66
66
  --color-danger-dark-800: #ffc9c9;
67
67
  --color-danger-dark-900: #ffe2e2;
68
68
  --color-danger-dark-950: #ffefe8;
69
+ --color-echeque-dark-50: #2f0d68;
70
+ --color-echeque-dark-100: #4d179a;
71
+ --color-echeque-dark-200: #5d0ec0;
72
+ --color-echeque-dark-300: #7008e7;
73
+ --color-echeque-dark-400: #7f22fe;
74
+ --color-echeque-dark-500: #7357ff;
75
+ --color-echeque-dark-600: #a684ff;
76
+ --color-echeque-dark-700: #c4b4ff;
77
+ --color-echeque-dark-800: #ddd6ff;
78
+ --color-echeque-dark-900: #ede9fe;
79
+ --color-echeque-dark-950: #f4f2ff;
80
+ --color-subvention-dark-50: #020905;
81
+ --color-subvention-dark-100: #4D179A;
82
+ --color-subvention-dark-200: #18814d;
83
+ --color-subvention-dark-300: #22b56b;
84
+ --color-subvention-dark-400: #4bdd94;
85
+ --color-subvention-dark-500: #90eabd;
86
+ --color-subvention-dark-600: #a5eeca;
87
+ --color-subvention-dark-700: #bbf2d7;
88
+ --color-subvention-dark-800: #d0f6e3;
89
+ --color-subvention-dark-900: #e6faf0;
90
+ --color-subvention-dark-950: #f0fcf6;
69
91
  --color-slate-50: #f8fafc;
70
92
  --color-slate-100: #f1f5f9;
71
93
  --color-slate-200: #e2e8f0;
@@ -121,6 +143,28 @@
121
143
  --color-danger-800: #9f0712;
122
144
  --color-danger-900: #82181a;
123
145
  --color-danger-950: #460809;
146
+ --color-echeque-50: #f4f2ff;
147
+ --color-echeque-100: #ede9fe;
148
+ --color-echeque-200: #ddd6ff;
149
+ --color-echeque-300: #c4b4ff;
150
+ --color-echeque-400: #a684ff;
151
+ --color-echeque-500: #7357ff;
152
+ --color-echeque-600: #7f22fe;
153
+ --color-echeque-700: #7008e7;
154
+ --color-echeque-800: #5d0ec0;
155
+ --color-echeque-900: #4d179a;
156
+ --color-echeque-950: #2f0d68;
157
+ --color-subvention-50: #f0fcf6;
158
+ --color-subvention-100: #e6faf0;
159
+ --color-subvention-200: #d0f6e3;
160
+ --color-subvention-300: #bbf2d7;
161
+ --color-subvention-400: #a5eeca;
162
+ --color-subvention-500: #90eabd;
163
+ --color-subvention-600: #4bdd94;
164
+ --color-subvention-700: #22b56b;
165
+ --color-subvention-800: #18814d;
166
+ --color-subvention-900: #082b1a;
167
+ --color-subvention-950: #020905;
124
168
  --color-blue-25: #0c1426;
125
169
  --color-blue-50: #172554;
126
170
  --color-blue-100: #1e3a8a;
@@ -1532,6 +1576,28 @@
1532
1576
  --theme-colors-common-danger-600: #ff6467;
1533
1577
  --theme-colors-common-danger-800: #ffc9c9;
1534
1578
  --theme-colors-common-danger-950: #ffefe8;
1579
+ --theme-colors-common-echeque-50: #2f0d68;
1580
+ --theme-colors-common-echeque-100: #4d179a;
1581
+ --theme-colors-common-echeque-200: #5d0ec0;
1582
+ --theme-colors-common-echeque-300: #7008e7;
1583
+ --theme-colors-common-echeque-400: #7f22fe;
1584
+ --theme-colors-common-echeque-500: #7357ff;
1585
+ --theme-colors-common-echeque-600: #a684ff;
1586
+ --theme-colors-common-echeque-700: #c4b4ff;
1587
+ --theme-colors-common-echeque-800: #ddd6ff;
1588
+ --theme-colors-common-echeque-900: #ede9fe;
1589
+ --theme-colors-common-echeque-950: #f4f2ff;
1590
+ --theme-colors-common-subvention-50: #020905;
1591
+ --theme-colors-common-subvention-100: #4D179A;
1592
+ --theme-colors-common-subvention-200: #18814d;
1593
+ --theme-colors-common-subvention-300: #22b56b;
1594
+ --theme-colors-common-subvention-400: #4bdd94;
1595
+ --theme-colors-common-subvention-500: #90eabd;
1596
+ --theme-colors-common-subvention-600: #a5eeca;
1597
+ --theme-colors-common-subvention-700: #bbf2d7;
1598
+ --theme-colors-common-subvention-800: #d0f6e3;
1599
+ --theme-colors-common-subvention-900: #e6faf0;
1600
+ --theme-colors-common-subvention-950: #f0fcf6;
1535
1601
  --theme-colors-state-error: #cf2a2a;
1536
1602
  --theme-colors-state-error-background: #460809;
1537
1603
  --theme-colors-state-success: #0a9c55;
@@ -73,6 +73,28 @@ export const colorDangerDark700 = "#ffa2a2";
73
73
  export const colorDangerDark800 = "#ffc9c9";
74
74
  export const colorDangerDark900 = "#ffe2e2";
75
75
  export const colorDangerDark950 = "#ffefe8";
76
+ export const colorEchequeDark50 = "#2f0d68";
77
+ export const colorEchequeDark100 = "#4d179a";
78
+ export const colorEchequeDark200 = "#5d0ec0";
79
+ export const colorEchequeDark300 = "#7008e7";
80
+ export const colorEchequeDark400 = "#7f22fe";
81
+ export const colorEchequeDark500 = "#7357ff";
82
+ export const colorEchequeDark600 = "#a684ff";
83
+ export const colorEchequeDark700 = "#c4b4ff";
84
+ export const colorEchequeDark800 = "#ddd6ff";
85
+ export const colorEchequeDark900 = "#ede9fe";
86
+ export const colorEchequeDark950 = "#f4f2ff";
87
+ export const colorSubventionDark50 = "#020905";
88
+ export const colorSubventionDark100 = "#4D179A";
89
+ export const colorSubventionDark200 = "#18814d";
90
+ export const colorSubventionDark300 = "#22b56b";
91
+ export const colorSubventionDark400 = "#4bdd94";
92
+ export const colorSubventionDark500 = "#90eabd";
93
+ export const colorSubventionDark600 = "#a5eeca";
94
+ export const colorSubventionDark700 = "#bbf2d7";
95
+ export const colorSubventionDark800 = "#d0f6e3";
96
+ export const colorSubventionDark900 = "#e6faf0";
97
+ export const colorSubventionDark950 = "#f0fcf6";
76
98
  export const colorSlate50 = "#f8fafc";
77
99
  export const colorSlate100 = "#f1f5f9";
78
100
  export const colorSlate200 = "#e2e8f0";
@@ -128,6 +150,28 @@ export const colorDanger700 = "#c10007";
128
150
  export const colorDanger800 = "#9f0712";
129
151
  export const colorDanger900 = "#82181a";
130
152
  export const colorDanger950 = "#460809";
153
+ export const colorEcheque50 = "#f4f2ff";
154
+ export const colorEcheque100 = "#ede9fe";
155
+ export const colorEcheque200 = "#ddd6ff";
156
+ export const colorEcheque300 = "#c4b4ff";
157
+ export const colorEcheque400 = "#a684ff";
158
+ export const colorEcheque500 = "#7357ff";
159
+ export const colorEcheque600 = "#7f22fe";
160
+ export const colorEcheque700 = "#7008e7";
161
+ export const colorEcheque800 = "#5d0ec0";
162
+ export const colorEcheque900 = "#4d179a";
163
+ export const colorEcheque950 = "#2f0d68";
164
+ export const colorSubvention50 = "#f0fcf6";
165
+ export const colorSubvention100 = "#e6faf0";
166
+ export const colorSubvention200 = "#d0f6e3";
167
+ export const colorSubvention300 = "#bbf2d7";
168
+ export const colorSubvention400 = "#a5eeca";
169
+ export const colorSubvention500 = "#90eabd";
170
+ export const colorSubvention600 = "#4bdd94";
171
+ export const colorSubvention700 = "#22b56b";
172
+ export const colorSubvention800 = "#18814d";
173
+ export const colorSubvention900 = "#082b1a";
174
+ export const colorSubvention950 = "#020905";
131
175
  export const colorBlue25 = "#0c1426";
132
176
  export const colorBlue50 = "#172554";
133
177
  export const colorBlue100 = "#1e3a8a";
@@ -2780,6 +2824,28 @@ export const themeColorsCommonDanger400 = "#cf2a2a";
2780
2824
  export const themeColorsCommonDanger600 = "#ff6467";
2781
2825
  export const themeColorsCommonDanger800 = "#ffc9c9";
2782
2826
  export const themeColorsCommonDanger950 = "#ffefe8";
2827
+ export const themeColorsCommonEcheque50 = "#2f0d68";
2828
+ export const themeColorsCommonEcheque100 = "#4d179a";
2829
+ export const themeColorsCommonEcheque200 = "#5d0ec0";
2830
+ export const themeColorsCommonEcheque300 = "#7008e7";
2831
+ export const themeColorsCommonEcheque400 = "#7f22fe";
2832
+ export const themeColorsCommonEcheque500 = "#7357ff";
2833
+ export const themeColorsCommonEcheque600 = "#a684ff";
2834
+ export const themeColorsCommonEcheque700 = "#c4b4ff";
2835
+ export const themeColorsCommonEcheque800 = "#ddd6ff";
2836
+ export const themeColorsCommonEcheque900 = "#ede9fe";
2837
+ export const themeColorsCommonEcheque950 = "#f4f2ff";
2838
+ export const themeColorsCommonSubvention50 = "#020905";
2839
+ export const themeColorsCommonSubvention100 = "#4D179A";
2840
+ export const themeColorsCommonSubvention200 = "#18814d";
2841
+ export const themeColorsCommonSubvention300 = "#22b56b";
2842
+ export const themeColorsCommonSubvention400 = "#4bdd94";
2843
+ export const themeColorsCommonSubvention500 = "#90eabd";
2844
+ export const themeColorsCommonSubvention600 = "#a5eeca";
2845
+ export const themeColorsCommonSubvention700 = "#bbf2d7";
2846
+ export const themeColorsCommonSubvention800 = "#d0f6e3";
2847
+ export const themeColorsCommonSubvention900 = "#e6faf0";
2848
+ export const themeColorsCommonSubvention950 = "#f0fcf6";
2783
2849
  export const themeColorsStateError = "#cf2a2a";
2784
2850
  export const themeColorsStateErrorBackground = "#460809";
2785
2851
  export const themeColorsStateSuccess = "#0a9c55";
@@ -66,6 +66,28 @@
66
66
  --color-danger-dark-800: #ffc9c9;
67
67
  --color-danger-dark-900: #ffe2e2;
68
68
  --color-danger-dark-950: #ffefe8;
69
+ --color-echeque-dark-50: #2f0d68;
70
+ --color-echeque-dark-100: #4d179a;
71
+ --color-echeque-dark-200: #5d0ec0;
72
+ --color-echeque-dark-300: #7008e7;
73
+ --color-echeque-dark-400: #7f22fe;
74
+ --color-echeque-dark-500: #7357ff;
75
+ --color-echeque-dark-600: #a684ff;
76
+ --color-echeque-dark-700: #c4b4ff;
77
+ --color-echeque-dark-800: #ddd6ff;
78
+ --color-echeque-dark-900: #ede9fe;
79
+ --color-echeque-dark-950: #f4f2ff;
80
+ --color-subvention-dark-50: #020905;
81
+ --color-subvention-dark-100: #4D179A;
82
+ --color-subvention-dark-200: #18814d;
83
+ --color-subvention-dark-300: #22b56b;
84
+ --color-subvention-dark-400: #4bdd94;
85
+ --color-subvention-dark-500: #90eabd;
86
+ --color-subvention-dark-600: #a5eeca;
87
+ --color-subvention-dark-700: #bbf2d7;
88
+ --color-subvention-dark-800: #d0f6e3;
89
+ --color-subvention-dark-900: #e6faf0;
90
+ --color-subvention-dark-950: #f0fcf6;
69
91
  --color-slate-50: #f8fafc;
70
92
  --color-slate-100: #f1f5f9;
71
93
  --color-slate-200: #e2e8f0;
@@ -121,6 +143,28 @@
121
143
  --color-danger-800: #9f0712;
122
144
  --color-danger-900: #82181a;
123
145
  --color-danger-950: #460809;
146
+ --color-echeque-50: #f4f2ff;
147
+ --color-echeque-100: #ede9fe;
148
+ --color-echeque-200: #ddd6ff;
149
+ --color-echeque-300: #c4b4ff;
150
+ --color-echeque-400: #a684ff;
151
+ --color-echeque-500: #7357ff;
152
+ --color-echeque-600: #7f22fe;
153
+ --color-echeque-700: #7008e7;
154
+ --color-echeque-800: #5d0ec0;
155
+ --color-echeque-900: #4d179a;
156
+ --color-echeque-950: #2f0d68;
157
+ --color-subvention-50: #f0fcf6;
158
+ --color-subvention-100: #e6faf0;
159
+ --color-subvention-200: #d0f6e3;
160
+ --color-subvention-300: #bbf2d7;
161
+ --color-subvention-400: #a5eeca;
162
+ --color-subvention-500: #90eabd;
163
+ --color-subvention-600: #4bdd94;
164
+ --color-subvention-700: #22b56b;
165
+ --color-subvention-800: #18814d;
166
+ --color-subvention-900: #082b1a;
167
+ --color-subvention-950: #020905;
124
168
  --color-blue-25: #f8faff;
125
169
  --color-blue-50: #eff6ff;
126
170
  --color-blue-100: #dbeafe;
@@ -1532,6 +1576,28 @@
1532
1576
  --theme-colors-common-danger-600: #cf2a2a;
1533
1577
  --theme-colors-common-danger-800: #9f0712;
1534
1578
  --theme-colors-common-danger-950: #460809;
1579
+ --theme-colors-common-echeque-50: #f4f2ff;
1580
+ --theme-colors-common-echeque-100: #ede9fe;
1581
+ --theme-colors-common-echeque-200: #ddd6ff;
1582
+ --theme-colors-common-echeque-300: #c4b4ff;
1583
+ --theme-colors-common-echeque-400: #a684ff;
1584
+ --theme-colors-common-echeque-500: #7357ff;
1585
+ --theme-colors-common-echeque-600: #7f22fe;
1586
+ --theme-colors-common-echeque-700: #7008e7;
1587
+ --theme-colors-common-echeque-800: #5d0ec0;
1588
+ --theme-colors-common-echeque-900: #4d179a;
1589
+ --theme-colors-common-echeque-950: #2f0d68;
1590
+ --theme-colors-common-subvention-50: #f0fcf6;
1591
+ --theme-colors-common-subvention-100: #e6faf0;
1592
+ --theme-colors-common-subvention-200: #d0f6e3;
1593
+ --theme-colors-common-subvention-300: #bbf2d7;
1594
+ --theme-colors-common-subvention-400: #a5eeca;
1595
+ --theme-colors-common-subvention-500: #90eabd;
1596
+ --theme-colors-common-subvention-600: #4bdd94;
1597
+ --theme-colors-common-subvention-700: #22b56b;
1598
+ --theme-colors-common-subvention-800: #18814d;
1599
+ --theme-colors-common-subvention-900: #082b1a;
1600
+ --theme-colors-common-subvention-950: #020905;
1535
1601
  --theme-colors-state-error: #ff6467;
1536
1602
  --theme-colors-state-error-background: #ffefe8;
1537
1603
  --theme-colors-state-success: #00d492;
@@ -73,6 +73,28 @@ export const colorDangerDark700 = "#ffa2a2";
73
73
  export const colorDangerDark800 = "#ffc9c9";
74
74
  export const colorDangerDark900 = "#ffe2e2";
75
75
  export const colorDangerDark950 = "#ffefe8";
76
+ export const colorEchequeDark50 = "#2f0d68";
77
+ export const colorEchequeDark100 = "#4d179a";
78
+ export const colorEchequeDark200 = "#5d0ec0";
79
+ export const colorEchequeDark300 = "#7008e7";
80
+ export const colorEchequeDark400 = "#7f22fe";
81
+ export const colorEchequeDark500 = "#7357ff";
82
+ export const colorEchequeDark600 = "#a684ff";
83
+ export const colorEchequeDark700 = "#c4b4ff";
84
+ export const colorEchequeDark800 = "#ddd6ff";
85
+ export const colorEchequeDark900 = "#ede9fe";
86
+ export const colorEchequeDark950 = "#f4f2ff";
87
+ export const colorSubventionDark50 = "#020905";
88
+ export const colorSubventionDark100 = "#4D179A";
89
+ export const colorSubventionDark200 = "#18814d";
90
+ export const colorSubventionDark300 = "#22b56b";
91
+ export const colorSubventionDark400 = "#4bdd94";
92
+ export const colorSubventionDark500 = "#90eabd";
93
+ export const colorSubventionDark600 = "#a5eeca";
94
+ export const colorSubventionDark700 = "#bbf2d7";
95
+ export const colorSubventionDark800 = "#d0f6e3";
96
+ export const colorSubventionDark900 = "#e6faf0";
97
+ export const colorSubventionDark950 = "#f0fcf6";
76
98
  export const colorSlate50 = "#f8fafc";
77
99
  export const colorSlate100 = "#f1f5f9";
78
100
  export const colorSlate200 = "#e2e8f0";
@@ -128,6 +150,28 @@ export const colorDanger700 = "#c10007";
128
150
  export const colorDanger800 = "#9f0712";
129
151
  export const colorDanger900 = "#82181a";
130
152
  export const colorDanger950 = "#460809";
153
+ export const colorEcheque50 = "#f4f2ff";
154
+ export const colorEcheque100 = "#ede9fe";
155
+ export const colorEcheque200 = "#ddd6ff";
156
+ export const colorEcheque300 = "#c4b4ff";
157
+ export const colorEcheque400 = "#a684ff";
158
+ export const colorEcheque500 = "#7357ff";
159
+ export const colorEcheque600 = "#7f22fe";
160
+ export const colorEcheque700 = "#7008e7";
161
+ export const colorEcheque800 = "#5d0ec0";
162
+ export const colorEcheque900 = "#4d179a";
163
+ export const colorEcheque950 = "#2f0d68";
164
+ export const colorSubvention50 = "#f0fcf6";
165
+ export const colorSubvention100 = "#e6faf0";
166
+ export const colorSubvention200 = "#d0f6e3";
167
+ export const colorSubvention300 = "#bbf2d7";
168
+ export const colorSubvention400 = "#a5eeca";
169
+ export const colorSubvention500 = "#90eabd";
170
+ export const colorSubvention600 = "#4bdd94";
171
+ export const colorSubvention700 = "#22b56b";
172
+ export const colorSubvention800 = "#18814d";
173
+ export const colorSubvention900 = "#082b1a";
174
+ export const colorSubvention950 = "#020905";
131
175
  export const colorBlue25 = "#f8faff";
132
176
  export const colorBlue50 = "#eff6ff";
133
177
  export const colorBlue100 = "#dbeafe";
@@ -2780,6 +2824,28 @@ export const themeColorsCommonDanger400 = "#ff6467";
2780
2824
  export const themeColorsCommonDanger600 = "#cf2a2a";
2781
2825
  export const themeColorsCommonDanger800 = "#9f0712";
2782
2826
  export const themeColorsCommonDanger950 = "#460809";
2827
+ export const themeColorsCommonEcheque50 = "#f4f2ff";
2828
+ export const themeColorsCommonEcheque100 = "#ede9fe";
2829
+ export const themeColorsCommonEcheque200 = "#ddd6ff";
2830
+ export const themeColorsCommonEcheque300 = "#c4b4ff";
2831
+ export const themeColorsCommonEcheque400 = "#a684ff";
2832
+ export const themeColorsCommonEcheque500 = "#7357ff";
2833
+ export const themeColorsCommonEcheque600 = "#7f22fe";
2834
+ export const themeColorsCommonEcheque700 = "#7008e7";
2835
+ export const themeColorsCommonEcheque800 = "#5d0ec0";
2836
+ export const themeColorsCommonEcheque900 = "#4d179a";
2837
+ export const themeColorsCommonEcheque950 = "#2f0d68";
2838
+ export const themeColorsCommonSubvention50 = "#f0fcf6";
2839
+ export const themeColorsCommonSubvention100 = "#e6faf0";
2840
+ export const themeColorsCommonSubvention200 = "#d0f6e3";
2841
+ export const themeColorsCommonSubvention300 = "#bbf2d7";
2842
+ export const themeColorsCommonSubvention400 = "#a5eeca";
2843
+ export const themeColorsCommonSubvention500 = "#90eabd";
2844
+ export const themeColorsCommonSubvention600 = "#4bdd94";
2845
+ export const themeColorsCommonSubvention700 = "#22b56b";
2846
+ export const themeColorsCommonSubvention800 = "#18814d";
2847
+ export const themeColorsCommonSubvention900 = "#082b1a";
2848
+ export const themeColorsCommonSubvention950 = "#020905";
2783
2849
  export const themeColorsStateError = "#ff6467";
2784
2850
  export const themeColorsStateErrorBackground = "#ffefe8";
2785
2851
  export const themeColorsStateSuccess = "#00d492";
@@ -66,6 +66,28 @@
66
66
  --color-danger-dark-800: #ffc9c9;
67
67
  --color-danger-dark-900: #ffe2e2;
68
68
  --color-danger-dark-950: #ffefe8;
69
+ --color-echeque-dark-50: #2f0d68;
70
+ --color-echeque-dark-100: #4d179a;
71
+ --color-echeque-dark-200: #5d0ec0;
72
+ --color-echeque-dark-300: #7008e7;
73
+ --color-echeque-dark-400: #7f22fe;
74
+ --color-echeque-dark-500: #7357ff;
75
+ --color-echeque-dark-600: #a684ff;
76
+ --color-echeque-dark-700: #c4b4ff;
77
+ --color-echeque-dark-800: #ddd6ff;
78
+ --color-echeque-dark-900: #ede9fe;
79
+ --color-echeque-dark-950: #f4f2ff;
80
+ --color-subvention-dark-50: #020905;
81
+ --color-subvention-dark-100: #4D179A;
82
+ --color-subvention-dark-200: #18814d;
83
+ --color-subvention-dark-300: #22b56b;
84
+ --color-subvention-dark-400: #4bdd94;
85
+ --color-subvention-dark-500: #90eabd;
86
+ --color-subvention-dark-600: #a5eeca;
87
+ --color-subvention-dark-700: #bbf2d7;
88
+ --color-subvention-dark-800: #d0f6e3;
89
+ --color-subvention-dark-900: #e6faf0;
90
+ --color-subvention-dark-950: #f0fcf6;
69
91
  --color-slate-50: #f8fafc;
70
92
  --color-slate-100: #f1f5f9;
71
93
  --color-slate-200: #e2e8f0;
@@ -121,6 +143,28 @@
121
143
  --color-danger-800: #9f0712;
122
144
  --color-danger-900: #82181a;
123
145
  --color-danger-950: #460809;
146
+ --color-echeque-50: #f4f2ff;
147
+ --color-echeque-100: #ede9fe;
148
+ --color-echeque-200: #ddd6ff;
149
+ --color-echeque-300: #c4b4ff;
150
+ --color-echeque-400: #a684ff;
151
+ --color-echeque-500: #7357ff;
152
+ --color-echeque-600: #7f22fe;
153
+ --color-echeque-700: #7008e7;
154
+ --color-echeque-800: #5d0ec0;
155
+ --color-echeque-900: #4d179a;
156
+ --color-echeque-950: #2f0d68;
157
+ --color-subvention-50: #f0fcf6;
158
+ --color-subvention-100: #e6faf0;
159
+ --color-subvention-200: #d0f6e3;
160
+ --color-subvention-300: #bbf2d7;
161
+ --color-subvention-400: #a5eeca;
162
+ --color-subvention-500: #90eabd;
163
+ --color-subvention-600: #4bdd94;
164
+ --color-subvention-700: #22b56b;
165
+ --color-subvention-800: #18814d;
166
+ --color-subvention-900: #082b1a;
167
+ --color-subvention-950: #020905;
124
168
  --color-brand-primary-25: #2a0a0a;
125
169
  --color-brand-primary-50: #7f1d1d;
126
170
  --color-brand-primary-100: #991b1b;
@@ -1538,6 +1582,28 @@
1538
1582
  --theme-colors-common-danger-600: #ff6467;
1539
1583
  --theme-colors-common-danger-800: #ffc9c9;
1540
1584
  --theme-colors-common-danger-950: #ffefe8;
1585
+ --theme-colors-common-echeque-50: #2f0d68;
1586
+ --theme-colors-common-echeque-100: #4d179a;
1587
+ --theme-colors-common-echeque-200: #5d0ec0;
1588
+ --theme-colors-common-echeque-300: #7008e7;
1589
+ --theme-colors-common-echeque-400: #7f22fe;
1590
+ --theme-colors-common-echeque-500: #7357ff;
1591
+ --theme-colors-common-echeque-600: #a684ff;
1592
+ --theme-colors-common-echeque-700: #c4b4ff;
1593
+ --theme-colors-common-echeque-800: #ddd6ff;
1594
+ --theme-colors-common-echeque-900: #ede9fe;
1595
+ --theme-colors-common-echeque-950: #f4f2ff;
1596
+ --theme-colors-common-subvention-50: #020905;
1597
+ --theme-colors-common-subvention-100: #4D179A;
1598
+ --theme-colors-common-subvention-200: #18814d;
1599
+ --theme-colors-common-subvention-300: #22b56b;
1600
+ --theme-colors-common-subvention-400: #4bdd94;
1601
+ --theme-colors-common-subvention-500: #90eabd;
1602
+ --theme-colors-common-subvention-600: #a5eeca;
1603
+ --theme-colors-common-subvention-700: #bbf2d7;
1604
+ --theme-colors-common-subvention-800: #d0f6e3;
1605
+ --theme-colors-common-subvention-900: #e6faf0;
1606
+ --theme-colors-common-subvention-950: #f0fcf6;
1541
1607
  --theme-colors-state-error: #cf2a2a;
1542
1608
  --theme-colors-state-error-background: #460809;
1543
1609
  --theme-colors-state-success: #0a9c55;
@@ -73,6 +73,28 @@ export const colorDangerDark700 = "#ffa2a2";
73
73
  export const colorDangerDark800 = "#ffc9c9";
74
74
  export const colorDangerDark900 = "#ffe2e2";
75
75
  export const colorDangerDark950 = "#ffefe8";
76
+ export const colorEchequeDark50 = "#2f0d68";
77
+ export const colorEchequeDark100 = "#4d179a";
78
+ export const colorEchequeDark200 = "#5d0ec0";
79
+ export const colorEchequeDark300 = "#7008e7";
80
+ export const colorEchequeDark400 = "#7f22fe";
81
+ export const colorEchequeDark500 = "#7357ff";
82
+ export const colorEchequeDark600 = "#a684ff";
83
+ export const colorEchequeDark700 = "#c4b4ff";
84
+ export const colorEchequeDark800 = "#ddd6ff";
85
+ export const colorEchequeDark900 = "#ede9fe";
86
+ export const colorEchequeDark950 = "#f4f2ff";
87
+ export const colorSubventionDark50 = "#020905";
88
+ export const colorSubventionDark100 = "#4D179A";
89
+ export const colorSubventionDark200 = "#18814d";
90
+ export const colorSubventionDark300 = "#22b56b";
91
+ export const colorSubventionDark400 = "#4bdd94";
92
+ export const colorSubventionDark500 = "#90eabd";
93
+ export const colorSubventionDark600 = "#a5eeca";
94
+ export const colorSubventionDark700 = "#bbf2d7";
95
+ export const colorSubventionDark800 = "#d0f6e3";
96
+ export const colorSubventionDark900 = "#e6faf0";
97
+ export const colorSubventionDark950 = "#f0fcf6";
76
98
  export const colorSlate50 = "#f8fafc";
77
99
  export const colorSlate100 = "#f1f5f9";
78
100
  export const colorSlate200 = "#e2e8f0";
@@ -128,6 +150,28 @@ export const colorDanger700 = "#c10007";
128
150
  export const colorDanger800 = "#9f0712";
129
151
  export const colorDanger900 = "#82181a";
130
152
  export const colorDanger950 = "#460809";
153
+ export const colorEcheque50 = "#f4f2ff";
154
+ export const colorEcheque100 = "#ede9fe";
155
+ export const colorEcheque200 = "#ddd6ff";
156
+ export const colorEcheque300 = "#c4b4ff";
157
+ export const colorEcheque400 = "#a684ff";
158
+ export const colorEcheque500 = "#7357ff";
159
+ export const colorEcheque600 = "#7f22fe";
160
+ export const colorEcheque700 = "#7008e7";
161
+ export const colorEcheque800 = "#5d0ec0";
162
+ export const colorEcheque900 = "#4d179a";
163
+ export const colorEcheque950 = "#2f0d68";
164
+ export const colorSubvention50 = "#f0fcf6";
165
+ export const colorSubvention100 = "#e6faf0";
166
+ export const colorSubvention200 = "#d0f6e3";
167
+ export const colorSubvention300 = "#bbf2d7";
168
+ export const colorSubvention400 = "#a5eeca";
169
+ export const colorSubvention500 = "#90eabd";
170
+ export const colorSubvention600 = "#4bdd94";
171
+ export const colorSubvention700 = "#22b56b";
172
+ export const colorSubvention800 = "#18814d";
173
+ export const colorSubvention900 = "#082b1a";
174
+ export const colorSubvention950 = "#020905";
131
175
  export const colorBrandPrimary25 = "#2a0a0a";
132
176
  export const colorBrandPrimary50 = "#7f1d1d";
133
177
  export const colorBrandPrimary100 = "#991b1b";
@@ -2782,6 +2826,28 @@ export const themeColorsCommonDanger400 = "#cf2a2a";
2782
2826
  export const themeColorsCommonDanger600 = "#ff6467";
2783
2827
  export const themeColorsCommonDanger800 = "#ffc9c9";
2784
2828
  export const themeColorsCommonDanger950 = "#ffefe8";
2829
+ export const themeColorsCommonEcheque50 = "#2f0d68";
2830
+ export const themeColorsCommonEcheque100 = "#4d179a";
2831
+ export const themeColorsCommonEcheque200 = "#5d0ec0";
2832
+ export const themeColorsCommonEcheque300 = "#7008e7";
2833
+ export const themeColorsCommonEcheque400 = "#7f22fe";
2834
+ export const themeColorsCommonEcheque500 = "#7357ff";
2835
+ export const themeColorsCommonEcheque600 = "#a684ff";
2836
+ export const themeColorsCommonEcheque700 = "#c4b4ff";
2837
+ export const themeColorsCommonEcheque800 = "#ddd6ff";
2838
+ export const themeColorsCommonEcheque900 = "#ede9fe";
2839
+ export const themeColorsCommonEcheque950 = "#f4f2ff";
2840
+ export const themeColorsCommonSubvention50 = "#020905";
2841
+ export const themeColorsCommonSubvention100 = "#4D179A";
2842
+ export const themeColorsCommonSubvention200 = "#18814d";
2843
+ export const themeColorsCommonSubvention300 = "#22b56b";
2844
+ export const themeColorsCommonSubvention400 = "#4bdd94";
2845
+ export const themeColorsCommonSubvention500 = "#90eabd";
2846
+ export const themeColorsCommonSubvention600 = "#a5eeca";
2847
+ export const themeColorsCommonSubvention700 = "#bbf2d7";
2848
+ export const themeColorsCommonSubvention800 = "#d0f6e3";
2849
+ export const themeColorsCommonSubvention900 = "#e6faf0";
2850
+ export const themeColorsCommonSubvention950 = "#f0fcf6";
2785
2851
  export const themeColorsStateError = "#cf2a2a";
2786
2852
  export const themeColorsStateErrorBackground = "#460809";
2787
2853
  export const themeColorsStateSuccess = "#0a9c55";
@@ -66,6 +66,28 @@
66
66
  --color-danger-dark-800: #ffc9c9;
67
67
  --color-danger-dark-900: #ffe2e2;
68
68
  --color-danger-dark-950: #ffefe8;
69
+ --color-echeque-dark-50: #2f0d68;
70
+ --color-echeque-dark-100: #4d179a;
71
+ --color-echeque-dark-200: #5d0ec0;
72
+ --color-echeque-dark-300: #7008e7;
73
+ --color-echeque-dark-400: #7f22fe;
74
+ --color-echeque-dark-500: #7357ff;
75
+ --color-echeque-dark-600: #a684ff;
76
+ --color-echeque-dark-700: #c4b4ff;
77
+ --color-echeque-dark-800: #ddd6ff;
78
+ --color-echeque-dark-900: #ede9fe;
79
+ --color-echeque-dark-950: #f4f2ff;
80
+ --color-subvention-dark-50: #020905;
81
+ --color-subvention-dark-100: #4D179A;
82
+ --color-subvention-dark-200: #18814d;
83
+ --color-subvention-dark-300: #22b56b;
84
+ --color-subvention-dark-400: #4bdd94;
85
+ --color-subvention-dark-500: #90eabd;
86
+ --color-subvention-dark-600: #a5eeca;
87
+ --color-subvention-dark-700: #bbf2d7;
88
+ --color-subvention-dark-800: #d0f6e3;
89
+ --color-subvention-dark-900: #e6faf0;
90
+ --color-subvention-dark-950: #f0fcf6;
69
91
  --color-slate-50: #f8fafc;
70
92
  --color-slate-100: #f1f5f9;
71
93
  --color-slate-200: #e2e8f0;
@@ -121,6 +143,28 @@
121
143
  --color-danger-800: #9f0712;
122
144
  --color-danger-900: #82181a;
123
145
  --color-danger-950: #460809;
146
+ --color-echeque-50: #f4f2ff;
147
+ --color-echeque-100: #ede9fe;
148
+ --color-echeque-200: #ddd6ff;
149
+ --color-echeque-300: #c4b4ff;
150
+ --color-echeque-400: #a684ff;
151
+ --color-echeque-500: #7357ff;
152
+ --color-echeque-600: #7f22fe;
153
+ --color-echeque-700: #7008e7;
154
+ --color-echeque-800: #5d0ec0;
155
+ --color-echeque-900: #4d179a;
156
+ --color-echeque-950: #2f0d68;
157
+ --color-subvention-50: #f0fcf6;
158
+ --color-subvention-100: #e6faf0;
159
+ --color-subvention-200: #d0f6e3;
160
+ --color-subvention-300: #bbf2d7;
161
+ --color-subvention-400: #a5eeca;
162
+ --color-subvention-500: #90eabd;
163
+ --color-subvention-600: #4bdd94;
164
+ --color-subvention-700: #22b56b;
165
+ --color-subvention-800: #18814d;
166
+ --color-subvention-900: #082b1a;
167
+ --color-subvention-950: #020905;
124
168
  --color-brand-primary-25: #fffbfb;
125
169
  --color-brand-primary-50: #fff7f7;
126
170
  --color-brand-primary-100: #fef3f4;
@@ -1538,6 +1582,28 @@
1538
1582
  --theme-colors-common-danger-600: #cf2a2a;
1539
1583
  --theme-colors-common-danger-800: #9f0712;
1540
1584
  --theme-colors-common-danger-950: #460809;
1585
+ --theme-colors-common-echeque-50: #f4f2ff;
1586
+ --theme-colors-common-echeque-100: #ede9fe;
1587
+ --theme-colors-common-echeque-200: #ddd6ff;
1588
+ --theme-colors-common-echeque-300: #c4b4ff;
1589
+ --theme-colors-common-echeque-400: #a684ff;
1590
+ --theme-colors-common-echeque-500: #7357ff;
1591
+ --theme-colors-common-echeque-600: #7f22fe;
1592
+ --theme-colors-common-echeque-700: #7008e7;
1593
+ --theme-colors-common-echeque-800: #5d0ec0;
1594
+ --theme-colors-common-echeque-900: #4d179a;
1595
+ --theme-colors-common-echeque-950: #2f0d68;
1596
+ --theme-colors-common-subvention-50: #f0fcf6;
1597
+ --theme-colors-common-subvention-100: #e6faf0;
1598
+ --theme-colors-common-subvention-200: #d0f6e3;
1599
+ --theme-colors-common-subvention-300: #bbf2d7;
1600
+ --theme-colors-common-subvention-400: #a5eeca;
1601
+ --theme-colors-common-subvention-500: #90eabd;
1602
+ --theme-colors-common-subvention-600: #4bdd94;
1603
+ --theme-colors-common-subvention-700: #22b56b;
1604
+ --theme-colors-common-subvention-800: #18814d;
1605
+ --theme-colors-common-subvention-900: #082b1a;
1606
+ --theme-colors-common-subvention-950: #020905;
1541
1607
  --theme-colors-state-error: #ff6467;
1542
1608
  --theme-colors-state-error-background: #ffefe8;
1543
1609
  --theme-colors-state-success: #00d492;