@alveole/theme 0.23.1 → 0.23.3
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/dist/constants/Color.js
CHANGED
|
@@ -7,7 +7,7 @@ export declare const CustomPalette: {
|
|
|
7
7
|
};
|
|
8
8
|
readonly background: {
|
|
9
9
|
readonly 'alt-primary': "#F2F9FF";
|
|
10
|
-
readonly 'alt-grey': "#
|
|
10
|
+
readonly 'alt-grey': "#F6F6F8";
|
|
11
11
|
readonly 'action-low-primary': "#D2E8FE";
|
|
12
12
|
readonly 'contrast-grey': "#EFF1F6";
|
|
13
13
|
readonly 'contrast-success': "#B9FDD5";
|
|
@@ -15,7 +15,7 @@ export declare const CustomPalette: {
|
|
|
15
15
|
readonly 'contrast-info': "#E5F1FE";
|
|
16
16
|
readonly 'contrast-warning': "#FFE9E6";
|
|
17
17
|
readonly 'default-grey': "#FFFFFF";
|
|
18
|
-
readonly 'default-grey-hover': "#
|
|
18
|
+
readonly 'default-grey-hover': "#F6F6F8";
|
|
19
19
|
readonly 'default-grey-active': "#E6EAF1";
|
|
20
20
|
readonly 'active-primary': "#002764";
|
|
21
21
|
readonly 'disabled-grey': "#E6EAF1";
|
|
@@ -288,7 +288,7 @@ export declare const CustomPalette: {
|
|
|
288
288
|
/** @deprecated Utiliser light.background['default-grey-active'] */
|
|
289
289
|
readonly 'default-active': "#EFF1F6";
|
|
290
290
|
/** @deprecated Utiliser light.background['alt-grey'] */
|
|
291
|
-
readonly 'alt-grey': "#
|
|
291
|
+
readonly 'alt-grey': "#F6F6F8";
|
|
292
292
|
/** @deprecated Utiliser light.background['active-inverted'] */
|
|
293
293
|
readonly inverse: "#012448";
|
|
294
294
|
/** @deprecated Utiliser light.background['action-high-primary'] */
|
|
@@ -296,7 +296,7 @@ export declare const CustomPalette: {
|
|
|
296
296
|
/** @deprecated Utiliser light.background['disabled-grey'] */
|
|
297
297
|
readonly 'disabled-grey': "#E6EAF1";
|
|
298
298
|
/** @deprecated Utiliser light.background['default-grey-hover'] */
|
|
299
|
-
readonly 'default-hover': "#
|
|
299
|
+
readonly 'default-hover': "#F6F6F8";
|
|
300
300
|
/** @deprecated Utiliser light.background['open-primary'] */
|
|
301
301
|
readonly 'open-bleu-captive': "#D2E8FE";
|
|
302
302
|
/** @deprecated Utiliser light.background['open-primary'] */
|
|
@@ -333,13 +333,13 @@ export declare const CustomPalette: {
|
|
|
333
333
|
/** @deprecated Utiliser light.background (transparent-hover) */
|
|
334
334
|
readonly secondary: {
|
|
335
335
|
readonly default: "transparent";
|
|
336
|
-
readonly hover: "#
|
|
336
|
+
readonly hover: "#F6F6F8";
|
|
337
337
|
readonly disabled: "transparent";
|
|
338
338
|
};
|
|
339
339
|
/** @deprecated Utiliser light.background (transparent-hover) */
|
|
340
340
|
readonly tertiary: {
|
|
341
341
|
readonly default: "transparent";
|
|
342
|
-
readonly hover: "#
|
|
342
|
+
readonly hover: "#F6F6F8";
|
|
343
343
|
readonly disabled: "transparent";
|
|
344
344
|
};
|
|
345
345
|
/** @deprecated Utiliser light.background['action-high-error'] et light.background['flat-error'] */
|
|
@@ -373,7 +373,7 @@ export declare const CustomPalette: {
|
|
|
373
373
|
readonly nav: {
|
|
374
374
|
readonly link: {
|
|
375
375
|
/** @deprecated Utiliser light.background['default-grey-hover'] */
|
|
376
|
-
readonly hover: "#
|
|
376
|
+
readonly hover: "#F6F6F8";
|
|
377
377
|
};
|
|
378
378
|
};
|
|
379
379
|
/** @deprecated Utiliser light.background et light.border pour le stepper */
|