@alveole/theme 0.23.2 → 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.
@@ -352,7 +352,7 @@ export declare const Colors: {
352
352
  readonly 900: "#DEE3EC";
353
353
  readonly 925: "#E6EAF1";
354
354
  readonly 950: "#EFF1F6";
355
- readonly 975: "#F4F6FA";
355
+ readonly 975: "#F6F6F8";
356
356
  readonly 1000: "#FFFFFF";
357
357
  };
358
358
  readonly BleuCaptive: {
@@ -352,7 +352,7 @@ export const Colors = {
352
352
  900: '#DEE3EC',
353
353
  925: '#E6EAF1',
354
354
  950: '#EFF1F6',
355
- 975: '#F4F6FA',
355
+ 975: '#F6F6F8',
356
356
  1000: '#FFFFFF',
357
357
  },
358
358
  BleuCaptive: {
@@ -7,7 +7,7 @@ export declare const CustomPalette: {
7
7
  };
8
8
  readonly background: {
9
9
  readonly 'alt-primary': "#F2F9FF";
10
- readonly 'alt-grey': "#F4F6FA";
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': "#F4F6FA";
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': "#F4F6FA";
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': "#F4F6FA";
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: "#F4F6FA";
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: "#F4F6FA";
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: "#F4F6FA";
376
+ readonly hover: "#F6F6F8";
377
377
  };
378
378
  };
379
379
  /** @deprecated Utiliser light.background et light.border pour le stepper */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alveole/theme",
3
- "version": "0.23.2",
3
+ "version": "0.23.3",
4
4
  "description": "Shared theme tokens and utilities.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",