@alveole/theme 0.4.0 → 0.5.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.
@@ -121,7 +121,7 @@ export declare const CustomPalette: {
121
121
  readonly 'open-bleu-captive': "#D2E8FE";
122
122
  readonly 'contrast-grey': "#E6EAF1";
123
123
  readonly 'alt-bleu-captive': "#F2F9FF";
124
- readonly 'action-low-bleu-captive': "#D2E8FE";
124
+ readonly 'action-low-primary': "#D2E8FE";
125
125
  readonly 'default-success': "#87FCB8";
126
126
  readonly alert: {
127
127
  readonly info: "#1070CA";
@@ -122,7 +122,7 @@ export const CustomPalette = {
122
122
  'open-bleu-captive': Colors['BleuCaptive']['925'],
123
123
  'contrast-grey': Colors['Neutre']['925'],
124
124
  'alt-bleu-captive': Colors['BleuCaptive']['975'],
125
- 'action-low-bleu-captive': Colors['BleuCaptive']['925'],
125
+ 'action-low-primary': Colors['BleuCaptive']['925'],
126
126
  'default-success': Colors['VertSuccess']['925'],
127
127
  alert: {
128
128
  info: Colors['Mariner']['600'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alveole/theme",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Shared theme tokens and utilities.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",