@maboussoleaidant/design-system 0.1.35 → 0.1.36

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/AGENTS.md CHANGED
@@ -133,6 +133,10 @@ Chaque couleur est utilisable comme `bg-{name}`, `text-{name}`, `border-{name}`,
133
133
  | `--mba-color-pastel-lavender` | `pastel-lavender` |
134
134
  | `--mba-color-pastel-narcisse` | `pastel-narcisse` |
135
135
  | `--mba-color-pastel-oranger` | `pastel-oranger` |
136
+ | `--mba-color-pastel-bleuet-dark` | `pastel-bleuet-dark` |
137
+ | `--mba-color-pastel-lavender-dark` | `pastel-lavender-dark` |
138
+ | `--mba-color-pastel-narcisse-dark` | `pastel-narcisse-dark` |
139
+ | `--mba-color-pastel-oranger-dark` | `pastel-oranger-dark` |
136
140
  | `--mba-color-beige` | `beige` |
137
141
 
138
142
  ### Fonts (font-family)
@@ -126,6 +126,10 @@
126
126
  --mba-color-pastel-lavender: #EEEDFF;
127
127
  --mba-color-pastel-narcisse: #FFF6E4;
128
128
  --mba-color-pastel-oranger: #FFF2EB;
129
+ --mba-color-pastel-bleuet-dark: #C8DBFF;
130
+ --mba-color-pastel-lavender-dark: #CAC8FF;
131
+ --mba-color-pastel-narcisse-dark: #FFEBC3;
132
+ --mba-color-pastel-oranger-dark: #FFDBC8;
129
133
 
130
134
  /* ===========================================
131
135
  CUSTOM - Beige (Background cards)