maxit-cli 1.0.0 → 1.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maxit-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CLI pour installer les composants o-* du design system Max it dans un mini-programme",
5
5
  "bin": {
6
6
  "maxit": "bin/maxit.js"
@@ -27,4 +27,4 @@
27
27
  "cli"
28
28
  ],
29
29
  "license": "MIT"
30
- }
30
+ }
@@ -48,6 +48,8 @@ page {
48
48
  --o-static-primary-fixed-dim: #3e3e3e;
49
49
  --o-static-on-primary-fixed-variant: #dedede;
50
50
  --o-static-canary: #ffcc00;
51
+ /* Result : description grise des écrans succès / erreur (Figma) */
52
+ --o-result-description-color: #666666;
51
53
  --o-static-on-canary: #000000;
52
54
  --o-static-jade: #50be87;
53
55
  --o-static-jade-container: #e5f5ed;
@@ -230,4 +232,5 @@ page,
230
232
  --o-scheme-inverse-surface: #f5f5f5;
231
233
  --o-scheme-inverse-on-surface: #313033;
232
234
  --o-scheme-inverse-primary: #f16e00;
235
+ --o-result-description-color: var(--o-scheme-outline);
233
236
  }